Softelvdm.Controls Class Library for Windows Controls 1.0

ToolTipIcon Property, ToolTipClass Class

Softel vdm, Inc.

Defines the optional icon of the tooltip.

Syntax      ToolTipClass Class (Softelvdm.Controls)

VB   

Public Property ToolTipIcon As ToolTipIcon

C#   

public ToolTipIcon ToolTipIcon { get; set; }

C++   

public: property ToolTipIcon ToolTipIcon {
        ToolTipIcon get();
        void set(ToolTipIcon value);
}

Property Value

The tooltip icon.

ToolTipIcon

Value

Description

None

0

Not a standard icon.

Info

1

An information icon.

Warning

2

A warning icon.

Error

3

An error icon

The default value is ToolTipIcon.None.

Comments

The ToolTipIcon property defines the optional icon of the tooltip.

The icon is only available for balloon style tooltips (ToolTipAppearanceEnum.Balloon). It is ignored for other tooltip styles.

Version Information

Supported in version 1.0.
Products Table


Feedback / comments / error reports for this topic
© 2007 - Softel vdm, Inc. - www.softelvdm.com