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


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

    Property Value

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