Spread WinForms 15
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

Property Value

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