BCGControlBar Library for .NET
TipText Property (NeedTipTextEventArgs)




Specifies the text of the tooltip to set.
Syntax
'Declaration
 
Public Property TipText As String
'Usage
 
Dim instance As NeedTipTextEventArgs
Dim value As String
 
instance.TipText = value
 
value = instance.TipText
public string TipText {get; set;}
public: __property string* get_TipText();
public: __property void set_TipText( 
   string* value
);
public:
property String^ TipText {
   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

NeedTipTextEventArgs Class
NeedTipTextEventArgs Members

Send Feedback