Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win Namespace / ITouchEditor Interface / ShowGrippers Property


In This Topic
    ShowGrippers Property (ITouchEditor)
    In This Topic
    Gets or sets whether to show grippers when inputting by touch.
    Syntax
    'Declaration
     
    
    Property ShowGrippers As Boolean
    'Usage
     
    
    Dim instance As ITouchEditor
    Dim value As Boolean
     
    instance.ShowGrippers = value
     
    value = instance.ShowGrippers
    bool ShowGrippers {get; set;}

    Property Value

    true to show grippers when inputting by touch; otherwise, false.
    See Also