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


In This Topic
    TouchToolBar Property (GcCharMaskCellType)
    In This Topic
    Gets the shown InputManCellTypeBase.TouchToolBar by touch operation.
    Syntax
    'Declaration
     
    
    Public Property TouchToolBar As TouchToolBar
    'Usage
     
    
    Dim instance As GcCharMaskCellType
    Dim value As TouchToolBar
     
    instance.TouchToolBar = value
     
    value = instance.TouchToolBar
    public TouchToolBar TouchToolBar {get; set;}

    Property Value

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