Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Sets or retrieves the ToolTip that displays when the cursor hovers over the control.
Syntax
Visual Basic Overrides Public Property ToolTip As string C# public override string ToolTip { get; set; } Managed C++ public: __property string get_ToolTip();
public: __property void set_ToolTip(string);JScript public override function get ToolTip() : string;
public override function set ToolTip(string);
Possible Values
The property is read/write. The property has no default value.
Property Information
Applies To
TOOLBARDROPDOWNLIST, TOOLBARTEXTBOX
See Also