Spread WinForms 15
FarPoint.Win Assembly / FarPoint.Win Namespace / SuperEditBase Class / CanShowSelectionGripper Property


In This Topic
CanShowSelectionGripper Property (SuperEditBase)
In This Topic
Gets whether the selection gripper can be displayed.
Syntax
'Declaration
 
Public Overridable ReadOnly Property CanShowSelectionGripper As Boolean
 
'Usage
 
Dim instance As SuperEditBase
Dim value As Boolean
 
value = instance.CanShowSelectionGripper
See Also