Spread Windows Forms 13.0 Product Documentation
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
    public virtual bool CanShowSelectionGripper {get;}
    See Also