Notes
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Sets or retrieves the ToolTip for the item to be displayed when the cursor is over the control.
Syntax
Visual Basic Overridable Public Property ToolTip As string C# public virtual string ToolTip { get; set; } Managed C++ public: __property virtual string get_ToolTip();
public: __property virtual void set_ToolTip(string);JScript public function get ToolTip() : string;
public function set ToolTip(string);
Possible Values
sToolTip string that specifies or receives the tip to be displayed when the cursor is over the control. The property is read/write. The property has no default value.
Property Information
Applies To
TabItem, ToolbarItem
See Also
Internet Explorer WebControls, About the TabStrip WebControl, About the Toolbar WebControl