NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ToolTip.GetToolTip

Retrieves the ToolTip text associated with the specified control.

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

Parameters

control
The control for which to retrieve the ToolTip text.

Return Value

The ToolTip text for the specified control.

See Also

ToolTip Class | ToolTip Members | System.WinForms Namespace | SetToolTip