Spread WinForms 15
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / DropDownEditorInfo Class / TouchToolBar Property


In This Topic
TouchToolBar Property (DropDownEditorInfo)
In This Topic
Gets the displayed TouchToolBar.
Syntax
'Declaration
 
Public Property TouchToolBar As TouchToolBar
 
'Usage
 
Dim instance As DropDownEditorInfo
Dim value As TouchToolBar
 
instance.TouchToolBar = value
 
value = instance.TouchToolBar

Property Value

The TouchToolBar instance that is shown using a touch operation.
See Also