GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / GcNumberCellType Class / ShowTouchToolBar Property


In This Topic
ShowTouchToolBar Property (GcNumberCellType)
In This Topic
Gets or sets the how to show the TouchToolBar.
Syntax
'Declaration
 
Public Property ShowTouchToolBar As TouchToolBarDisplayOptions
 
'Usage
 
Dim instance As GcNumberCellType
Dim value As TouchToolBarDisplayOptions
 
instance.ShowTouchToolBar = value
 
value = instance.ShowTouchToolBar

Property Value

A TouchToolBarDisplayOptions value indicates how to show the TouchToolBar. The default is TouchToolBarDisplayOptions.TapGripper.
See Also