Spread Windows Forms 12.0 Product Documentation
ShowGrippers Property (ITouchEditor)


FarPoint.Win Assembly > FarPoint.Win Namespace > ITouchEditor Interface : ShowGrippers Property
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

Reference

ITouchEditor Interface
ITouchEditor Members