Spread Windows Forms 12.0 Product Documentation
TouchToolBar Property (InputManCellTypeBase)


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > InputManCellTypeBase Class : TouchToolBar Property
Gets the shown TouchToolBar by touch operation.
Syntax
'Declaration
 
Public Property TouchToolBar As TouchToolBar
'Usage
 
Dim instance As InputManCellTypeBase
Dim value As TouchToolBar
 
instance.TouchToolBar = value
 
value = instance.TouchToolBar
public TouchToolBar TouchToolBar {get; set;}

Property Value

The TouchToolBar instance which will be shown by touch operation.
See Also

Reference

InputManCellTypeBase Class
InputManCellTypeBase Members