Spread Windows Forms 12.0 Product Documentation
ShowTouchToolBar Property (InputManCellTypeBase)


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > InputManCellTypeBase Class : ShowTouchToolBar Property
Gets or sets the how to show the TouchToolBar.
Syntax
'Declaration
 
Public Property ShowTouchToolBar As TouchToolBarDisplayOptions
'Usage
 
Dim instance As InputManCellTypeBase
Dim value As TouchToolBarDisplayOptions
 
instance.ShowTouchToolBar = value
 
value = instance.ShowTouchToolBar
public TouchToolBarDisplayOptions ShowTouchToolBar {get; set;}

Property Value

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

Reference

InputManCellTypeBase Class
InputManCellTypeBase Members