Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / InputManCellTypeBase Class / TouchToolBar Property


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

    Property Value

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