Spread Windows Forms 12.0 Product Documentation
ShowGrippers Property (EditBase)


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > EditBase Class : ShowGrippers Property
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
public bool ShowGrippers {get; set;}

Property Value

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

Reference

EditBase Class
EditBase Members