Udostępnij za pośrednictwem


SelectionEventArgs.Selection Property (2007 System)

Gets a Selection that represents the text that was selected.

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 SelectionEventArgs 
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
A Selection that represents the text that was selected.

.NET Framework Security

See Also

Reference

SelectionEventArgs Class

SelectionEventArgs Members

Microsoft.Office.Tools.Word Namespace