Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

ToolTipAttribute.ToolTipIconType Property

Specifies the tooltip icon displayed for the ToolTipAttribute attribute’s target property. Has effect in Windows Forms applications only.

Namespace: DevExpress.Persistent.Base

Assembly: DevExpress.ExpressApp.v20.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public ToolTipIconType ToolTipIconType { get; }

Property Value

Type Description
ToolTipIconType

A ToolTipIconType enumeration value that specifies the tooltip icon.

See Also