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


In This Topic
    TouchToolBar Property (DropDownEditorInfo)
    In This Topic
    Gets the displayed TouchToolBar.
    Syntax
    'Declaration
     
    
    Public Property TouchToolBar As TouchToolBar
    'Usage
     
    
    Dim instance As DropDownEditorInfo
    Dim value As TouchToolBar
     
    instance.TouchToolBar = value
     
    value = instance.TouchToolBar
    public TouchToolBar TouchToolBar {get; set;}

    Property Value

    The TouchToolBar instance that is shown using a touch operation.
    See Also