LayoutViewHitInfo Properties
Contains information about a specific point within a Layout View.Name | Description |
---|---|
Column | Gets a column object located under the test point. |
HitCard | Gets a card object located under the test point. |
HitField | Gets a card field object located under the test point. |
HitPoint | Gets or sets the test point. Inherited from BaseHitInfo. |
HitRect | Gets the bounds of the current object identified by the LayoutViewHitInfo.HitTest property. |
HitTest | Gets a value identifying the type of visual element located under the test point. |
InBounds | Gets whether the test point belongs to a Layout View. |
InCard | Gets whether the test point is within a Card. |
InCardCaption | Gets whether the test point is within a Card Caption. |
InCardExpandButton | Gets whether the test point is within a Card Expand Button. |
InCardsArea | Gets whether the test point is within a View’s area where cards can be arranged. |
InCarouselModeButton | Gets whether the test point belongs to the “Carousel View” button within the Header Panel. |
InClientArea | This member supports the internal infrastructure and is not intended to be used directly from your code. |
InCloseZoomButton | Gets whether the test point belongs to a View’s Zoom Button. |
InColumnModeButton | Gets whether the test point belongs to the “One Column” button within the Header Panel. |
InCustomizeButton | Gets whether the test point belongs to the “Customize” button within the Header Panel. |
InField | Gets whether the test point belongs to a Card Field. |
InFieldCaption | Gets whether the test point belongs to a Card Field Caption. |
InFieldFilterButton | Gets whether the test point belongs to a Field Filter Button. |
InFieldPopupActionArea | Gets whether the test point belongs to a Field Filter Button or Field Sort Button. |
InFieldSortButton | Gets whether the test point belongs to a Field Sort Button. |
InFieldValue | Gets whether the test point belongs to a Card Field Value. |
InFilterPanel | Gets whether the test point belongs to a Filter Panel. |
InFooterArea | This member supports the internal infrastructure and is not intended to be used directly from your code. |
InHeaderArea | Gets whether the test point belongs to the Header Panel. |
InHeaderButtons | Gets whether the test point belongs to any button within the Header Panel. |
InLayoutItem | Gets whether the test point is within any card’s item, except card fields. |
InMultiColumnModeButton | Gets whether the test point belongs to the “Multiple Columns” button within the Header Panel. |
InMultiRowModeButton | Gets whether the test point belongs to the “Multiple Rows” button within the Header Panel. |
InPanButton | Gets whether the test point belongs to the “Panning” button within the Header Panel. |
InRowModeButton | Gets whether the test point belongs to the “One Row” button within the Header Panel. |
InSingleModeButton | Gets whether the test point belongs to the “One Card” button within the Header Panel. |
InViewCaption | Gets whether the test point belongs to the View Caption. |
IsValid | Gets a value indicating whether the hit information supplied by this object is valid. Inherited from BaseHitInfo. |
LayoutItem | Gets a card layout item located under the test point. |
MasterTabRelationIndex | Gets or sets the relation index of the master tab that is located under the test point. Inherited from BaseHitInfo. |
RowHandle | Gets a row handle that identifies the card containing the test point. |
View | Gets or sets the LayoutView located under the test point. |
VisibleIndex | Gets the visual position of the card that contains the test point. |
See Also