DropDownList.ToolTip Property
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the ToolTip text displayed when the mouse pointer rests over the control.
public:
virtual property System::String ^ ToolTip { System::String ^ get(); void set(System::String ^ value); };
[System.ComponentModel.Bindable(false)]
[System.ComponentModel.Browsable(false)]
public override string ToolTip { get; set; }
[<System.ComponentModel.Bindable(false)>]
[<System.ComponentModel.Browsable(false)>]
member this.ToolTip : string with get, set
Public Overrides Property ToolTip As String
The ToolTip text displayed when the mouse pointer rests over the control.
- Attributes
Note
The ToolTip
property is inherited from the WebControl class and is not applicable to the DropDownList control.
This implementation of the ToolTip
property doesn't allow you to set a value and returns String.Empty if you use the get accessor.
Product | Versions |
---|---|
.NET Framework | 1.1 |
.NET feedback
.NET is an open source project. Select a link to provide feedback: