True DBGrid for WinForms | ComponentOne
C1.Win.C1TrueDBGrid.4.5.2 Assembly / C1.Win.C1TrueDBGrid 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
    AtAddNewRowCoordinates are in the addnew row.
    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.
    AtEmptyColumnCoordinates are in the empty column area.
    AtEmptyRowCoordinates are in the empty row area.
    AtFilterBarCoordinates are in the filter bar.
    AtGroupAreaCoordinates are in the grouping area.
    AtGroupHeaderCoordinates are in the group header.
    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
    NotInGridCoordinates are not in the grid.
    Inheritance Hierarchy

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

    See Also