Spread WPF 17
GrapeCity.Windows.SpreadSheet.UI Namespace / TouchToolbarShowingArea Enumeration


In This Topic
    TouchToolbarShowingArea Enumeration
    In This Topic
    Specifies the area where the touch strip menu bar is displayed.
    Syntax
    'Declaration
     
    Public Enum TouchToolbarShowingArea 
       Inherits System.Enum
    'Usage
     
    Dim instance As TouchToolbarShowingArea
    public enum TouchToolbarShowingArea : System.Enum 
    Members
    MemberDescription
    CellsSpecifies the cell area.
    ColumnsSpecifies the column area.
    FloatingObjectsSpecifies the floating area.
    RowsSpecifies the row area.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Windows.SpreadSheet.UI.TouchToolbarShowingArea

    See Also