Skip to main content
.NET 6.0+

ToolTipAttribute(String, String, ToolTipIconType) Constructor

Initializes a new instance of the ToolTipAttribute class with the specified ToolTipAttribute.ToolTip, ToolTipAttribute.ToolTipTitle and ToolTipAttribute.ToolTipIconType values.

Namespace: DevExpress.Persistent.Base

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public ToolTipAttribute(
    string toolTip,
    string toolTipTitle,
    ToolTipIconType toolTipIconType
)

Parameters

Name Type Description
toolTip String

A string which is the tooltip text displayed for the ToolTipAttribute attribute’s target property.

toolTipTitle String

A string which is the title of the tooltip displayed for the ToolTipAttribute attribute’s target property. Has effect in Windows Forms applications only.

toolTipIconType ToolTipIconType

A ToolTipIconType enumeration value that specifies the tooltip icon. Has effect in Windows Forms applications only.

See Also