Reflection
Selection Property (IScreen)


Returns information about current selection.
Syntax
'Declaration
 
ReadOnly Property Selection As ScreenRegion
'Usage
 
Dim instance As IScreen
Dim value As ScreenRegion
 
value = instance.Selection
ScreenRegion Selection {get;}
See Also