Skip to main content
A newer version of this page is available. .

ToolTipController.AddClientControl(Control, IToolTipControlClient) Method

Enables the display of tooltips for the specified control implementing the DevExpress.Utils.IToolTipControlClient interface.

Namespace: DevExpress.Utils

Assembly: DevExpress.Utils.v19.2.dll

Declaration

public void AddClientControl(
    Control control,
    IToolTipControlClient owner
)

Parameters

Name Type
control Control
owner DevExpress.Utils.IToolTipControlClient

Remarks

This method supports the internal infrastructure, and typically, there is no need to use directly from your code.

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the AddClientControl(Control, IToolTipControlClient) method.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also