Softelvdm.Controls Class Library for Windows Controls 1.0

ToolTipTitle Property, ToolTipClass Class

Softel vdm, Inc.

Defines the optional title of the tooltip.

Syntax      ToolTipClass Class (Softelvdm.Controls)

VB   

Public Property ToolTipTitle As String

C#   

public string ToolTipTitle { get; set; }

C++   

public: property String^ ToolTipTitle {
        String^ get();
        void set(String^ value);
}

Property Value

The tooltip title.

The default value is String.Empty.

Comments

The ToolTipTitle property defines the optional title 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