Back to Devexpress

GroupControl.GetObjectInfo(Point) Method

windowsforms-devexpress-dot-xtraeditors-dot-groupcontrol-dot-getobjectinfo-x28-system-dot-drawing-dot-point-x29.md

latest1.7 KB
Original Source

GroupControl.GetObjectInfo(Point) Method

Retrieves detailed information about a tool-tip located at the specific position.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.Utils.v25.2.dll

NuGet Packages : DevExpress.Utils, DevExpress.Wpf.Core

Declaration

csharp
public ToolTipControlInfo GetObjectInfo(
    Point point
)
vb
Public Function GetObjectInfo(
    point As Point
) As ToolTipControlInfo

Parameters

NameTypeDescription
pointPoint

A Point structure to check whether it belongs to a tool-tip. Coordinates are referenced from the GroupControl‘s top left corner.

|

Returns

TypeDescription
ToolTipControlInfo

A ToolTipControlInfo object that stores the tool-tip’s information.

|

See Also

ToolTipController

GroupControl Class

GroupControl Members

DevExpress.XtraEditors Namespace