Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / TouchStripShowingArea Enumeration
Example Example


In This Topic
    TouchStripShowingArea Enumeration
    In This Topic
    Specifies what area requires the TouchStrip popup.
    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.
    ColumnSpecifies the column area.
    RowSpecifies the row area.
    Example
    This example uses the TouchStripShowingArea enumeration.
    Inheritance Hierarchy

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

    See Also