Dela via


ClickEventArgs.Selection Property (2007 System)

Gets the current Selection.

Namespace:  Microsoft.Office.Tools.Word
Assembly:  Microsoft.Office.Tools.Word.v9.0 (in Microsoft.Office.Tools.Word.v9.0.dll)

Syntax

'Declaration
Public ReadOnly Property Selection As Selection
'Usage
Dim instance As ClickEventArgs 
Dim value As Selection 

value = instance.Selection
public Selection Selection { get; }
public:
property Selection^ Selection {
    Selection^ get ();
}
public function get Selection () : Selection

Property Value

Type: Selection
The current Selection.

.NET Framework Security

See Also

Reference

ClickEventArgs Class

ClickEventArgs Members

Microsoft.Office.Tools.Word Namespace