Image.Enabled Свойство
Определение
Получает или задает значение, определяющее, включен ли элемент управления.Gets or sets a value indicating whether the control is enabled.
public:
virtual property bool Enabled { bool get(); void set(bool value); };
[System.ComponentModel.Browsable(false)]
public override bool Enabled { get; set; }
[<System.ComponentModel.Browsable(false)>]
member this.Enabled : bool with get, set
Public Overrides Property Enabled As Boolean
Значение свойства
Значение true
, если данный элемент управления включен; в противном случае — значение false
.true
if the control is enabled; otherwise false
.
- Атрибуты
Комментарии
Примечание
Это свойство наследуется от WebControl класса и неприменимо к Image элементу управления.This property is inherited from the WebControl class and is not applicable to the Image control.