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.