ShowGrippers Property (ITouchEditor)
Gets or sets whether to show grippers when inputting by touch.
bool ShowGrippers {get; set;}
'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.