Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / TouchStripShowingArea Enumeration


In This Topic
    TouchStripShowingArea Enumeration
    In This Topic
    Specifies what area to display the SpreadTouchStrip.
    Syntax
    'Declaration
     
    
    Public Enum TouchStripShowingArea 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As TouchStripShowingArea
    public enum TouchStripShowingArea : System.Enum 
    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