DropDownList.ToolTip Property

Definition

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

Property Value

The ToolTip text displayed when the mouse pointer rests over the control.

Attributes

Remarks

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.

Applies to