Wimark.Controls Class Library  

ToolTip.GetToolTipTitle Method

Gets the title of the tool tip.

[Visual Basic]
Public Function GetToolTipTitle( _
   ByVal control As Control _
) As String 
[C#]
public string GetToolTipTitle( 
   Control control 
);
[C++]
public: String* GetToolTipTitle( 
   Control* control 
);

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows .NET Server family

See Also

ToolTip Class | ToolTip Members | Wimark.Controls Namespace