BCGControlBar Library for .NET
TipDescription Property




Indicates the description of the command associated with the specified button. This description will be placed to the tooltip.
Syntax
'Declaration
 
Public Property TipDescription As String
'Usage
 
Dim instance As ToolbarButtonShowTooltipEventArgs
Dim value As String
 
instance.TipDescription = value
 
value = instance.TipDescription
public string TipDescription {get; set;}
public: __property string* get_TipDescription();
public: __property void set_TipDescription( 
   string* value
);
public:
property String^ TipDescription {
   String^ get();
   void set (    String^ value);
}
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

ToolbarButtonShowTooltipEventArgs Class
ToolbarButtonShowTooltipEventArgs Members

Send Feedback