Spread WinForms 15
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / EditBase Class / ShowGrippers Property


In This Topic
ShowGrippers Property (EditBase)
In This Topic
Gets or sets whether shown grippers when inputting by touch.
Syntax
'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.
See Also