ComponentOne List for WinForms
C1.Win.C1List Namespace / PointAtEnum Enumeration

In This Topic
    PointAtEnum Enumeration
    In This Topic
    Specifies the type of ui-element for a coordinate.
    Syntax
    'Declaration
     
    
    Public Enum PointAtEnum 
       Inherits System.Enum
    public enum PointAtEnum : System.Enum 
    Members
    MemberDescription
    AtCaptionCoordinates are in the caption area
    AtColumnFooterCoordinates are in the column footers.
    AtColumnHeaderCoordinates are in the column headers.
    AtColumnSizeCoordinates are in the column resizing box.
    AtDataAreaCoordinates are in the data area.
    AtRowSelectCoordinates are in the row selector.
    AtRowSizeCoordinates are in the row resizing box.
    AtSplitHeaderCoordinates are in the split's header
    AtSplitSizeBoxCoordinates are in the split's resizing box
    NotInListCoordinates are not in the list.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Win.C1List.PointAtEnum

    See Also