Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / TouchStripShowingArea Enumeration


TouchStripShowingArea Enumeration
Specifies what area to display the SpreadTouchStrip.
Syntax
'Declaration
 
Public Enum TouchStripShowingArea 
   Inherits System.Enum
 
'Usage
 
Dim instance As TouchStripShowingArea
Members
MemberDescription
CellSpecifies the cell area.
ChartSpecifies the chart area.
ChildControlSpecifies the child control area.
ColumnSpecifies the column area.
NoteSpecifies the sticky note area.
RowSpecifies the row area.
ShapeSpecifies the shape area.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         FarPoint.Win.Spread.TouchStripShowingArea

See Also