GrapeCity.Windows.SpreadSheet.UI Namespace / TouchToolbarShowingArea Enumeration


TouchToolbarShowingArea Enumeration
Specifies the area where the touch strip menu bar is displayed.
Syntax
'Declaration
 
Public Enum TouchToolbarShowingArea 
   Inherits System.Enum
 
'Usage
 
Dim instance As TouchToolbarShowingArea
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