Poznámka:
Přístup k této stránce vyžaduje autorizaci. Můžete se zkusit přihlásit nebo změnit adresáře.
Přístup k této stránce vyžaduje autorizaci. Můžete zkusit změnit adresáře.
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