Specifies the type of ui-element for a coordinate.
[Visual Basic]
Public Enum PointAtEnum
[C#]
public enum PointAtEnum
[Delphi]
type PointAtEnum = (AtAddNewRow, AtCaption, AtColumnFooter, AtColumnHeader, AtColumnSize, AtDataArea, AtEmptyColumn, AtEmptyRow, AtFilterBar, AtGroupArea, AtGroupHeader, AtRowSelect, AtRowSize, AtSplitHeader, AtSplitSizeBox, NotInGrid);
Namespace: C1.Win.C1TrueDBGrid
Assembly: C1.Win.C1TrueDBGrid.2 (in C1.Win.C1TrueDBGrid.2.dll)
Members
Member name |
Description |
AtAddNewRow |
Coordinates are in the addnew row. |
AtCaption |
Coordinates are in the caption area |
AtColumnFooter |
Coordinates are in the column footers. |
AtColumnHeader |
Coordinates are in the column headers. |
AtColumnSize |
Coordinates are in the column resizing box. |
AtDataArea |
Coordinates are in the data area. |
AtEmptyColumn |
Coordinates are in the empty column area. |
AtEmptyRow |
Coordinates are in the empty row area. |
AtFilterBar |
Coordinates are in the filter bar. |
AtGroupArea |
Coordinates are in the grouping area. |
AtGroupHeader |
Coordinates are in the group header. |
AtRowSelect |
Coordinates are in the row selector. |
AtRowSize |
Coordinates are in the row resizing box. |
AtSplitHeader |
Coordinates are in the split's header |
AtSplitSizeBox |
Coordinates are in the split's resizing box |
NotInGrid |
Coordinates are not in the grid. |
See Also
Send comments about this topic to ComponentOne. Copyright © ComponentOne LLC. All rights reserved. |