ShowGrippers Property (EditBase)
Gets or sets whether shown grippers when inputting by touch.
public bool ShowGrippers {get; set;}
'Declaration
Public Property ShowGrippers As Boolean
'Usage
Dim instance As EditBase
Dim value As Boolean
instance.ShowGrippers = value
value = instance.ShowGrippers
Property Value
true to show grippers when inputting by touch; otherwise,
false.