BCGControlBar Library for .NET
Description Field (ToolTipData)




Specifies a description of the control associated with ToolTip.
Syntax
'Declaration
 
Public Description As String
'Usage
 
Dim instance As ToolTipData
Dim value As String
 
value = instance.Description
 
instance.Description = value
public string Description
public: string* Description
public:
String^ Description
Remarks
The description is displayed within the window under the Text of the ToolTip Control Name.  The description contains an information about the control associated with ToolTip.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ToolTipData Class
ToolTipData Members

Send Feedback