Читати англійською Редагувати

Поділитися через


DropDownList.ToolTip Property

Definition

Gets or sets the ToolTip text displayed when the mouse pointer rests over the control.

C#
[System.ComponentModel.Bindable(false)]
[System.ComponentModel.Browsable(false)]
public override string ToolTip { get; set; }

Property Value

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

Attributes

Remarks

Примітка

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

Продукт Версії
.NET Framework 1.1