Skip to main content

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.v23.2.dll

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

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.

See Also