Spread WPF Documentation
TouchToolbarShowingArea Enumeration


GrapeCity.Windows.SpreadSheet.UI Namespace : 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
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

Reference

GrapeCity.Windows.SpreadSheet.UI Namespace