Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxRibbonBackstageViewGalleryGroups.GetItemAtPos(TPoint) Method

Searches visible gallery groups of the current collection for a gallery item located at a specified point.

#Declaration

Delphi
function GetItemAtPos(const P: TPoint): TdxRibbonBackstageViewGalleryItem;

#Parameters

Name Type
P TPoint

#Returns

Type
TdxRibbonBackstageViewGalleryItem

#Remarks

The P parameter specifies the point (in client coordinates) to be inspected. If this point falls within the bounds of a gallery item located within one of the visible groups stored within the current collection, this gallery item is returned as the function’s result. Otherwise, the function returns nil.

See Also