BCGControlBar Library for .NET
GetNameTooltip Method




A text string containing the tooltip for the property name. It's the empty string if the property name is not truncated.
Syntax
'Declaration
 
Public Overridable Function GetNameTooltip() As String
'Usage
 
Dim instance As PropertyListItem
Dim value As String
 
value = instance.GetNameTooltip()
public virtual string GetNameTooltip()
public: virtual string* GetNameTooltip(); 
public:
virtual String^ GetNameTooltip(); 
Remarks

Called by the framework when it needs to display a tooltip for the property name. Override this function in a derived class if you need to customize the tooltip text.

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

PropertyListItem Class
PropertyListItem Members

Send Feedback