Spread Silverlight 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
Cells Specifies the cell area.
Columns Specifies the column area.
FloatingObjects Specifies the floating area.
Rows Specifies the row area.
Inheritance Hierarchy

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

See Also

Reference

GrapeCity.Windows.SpreadSheet.UI Namespace