Spread Windows Forms 17
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / EditBase Class / ShowTouchToolBar Property


In This Topic
    ShowTouchToolBar Property (EditBase)
    In This Topic
    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