ICreate.Controls.Bars Send comments on this topic.
Tip Property
See Also 
ICreate.Controls.Bars Namespace > BarItemCommand Class : Tip Property






The text on the tool tip displayed when the mouse hovers over the BarItemCommand.

Syntax

Visual Basic (Declaration) 
Public Property Tip As String
Visual Basic (Usage)Copy Code
Dim instance As BarItemCommand
Dim value As String
 
instance.Tip = value
 
value = instance.Tip
C# 
public string Tip {get; set;}
Delphi 
public read-write property Tip: String; 
JScript 
public function get,set Tip : String
Managed Extensions for C++ 
public: __property string* get_Tip();
public: __property void set_Tip( 
   string* value
);
C++/CLI 
public:
property String^ Tip {
   String^ get();
   void set (String^ value);
}

Return Value

A System.String value, this property is the text displayed on the tool tip shown when the mouse hovers over the BarItemCommand. If Tip is the empty string then no tool tip will be displayed. The default value is the empty string.

Remarks

The appearance of the tool tip is specified using the TipAppearance property.

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also