Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win Namespace / SuperEditBase Class / HideSelectionGripper Method


In This Topic
    HideSelectionGripper Method (SuperEditBase)
    In This Topic
    Hides the selection gripper.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub HideSelectionGripper() 
    'Usage
     
    
    Dim instance As SuperEditBase
     
    instance.HideSelectionGripper()
    protected virtual void HideSelectionGripper()
    Remarks
    Hides the selection gripper
    See Also