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


In This Topic
    ShowTouchToolBar Property (GcCharMaskCellType)
    In This Topic
    Gets or sets the how to show the InputManCellTypeBase.TouchToolBar.
    Syntax
    'Declaration
     
    
    Public Property ShowTouchToolBar As TouchToolBarDisplayOptions
    'Usage
     
    
    Dim instance As GcCharMaskCellType
    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 InputManCellTypeBase.TouchToolBar. The default is TouchToolBarDisplayOptions.TapGripper.
    See Also