Spread Windows Forms 12.0 Product Documentation
ShowTouchToolBar Property (EditBase)


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > EditBase Class : ShowTouchToolBar Property
Gets or sets the how to show the TouchToolBar.
Syntax
'Declaration
 
Public Property ShowTouchToolBar As TouchToolBarDisplayOptions
'Usage
 
Dim instance As EditBase
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

EditBase Class
EditBase Members