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.v25.1.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
Declaration
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.
See Also