ImageMap.Enabled 속성

정의

컨트롤이 사용자 상호 작용에 응답할 수 있는지를 나타내는 값을 가져오거나 설정합니다.

public:
 virtual property bool Enabled { bool get(); void set(bool value); };
[System.ComponentModel.Browsable(true)]
public override bool Enabled { get; set; }
[<System.ComponentModel.Browsable(true)>]
member this.Enabled : bool with get, set
Public Overrides Property Enabled As Boolean

속성 값

Boolean

컨트롤이 사용자 클릭에 응답할 수 있으면 true이고, 그렇지 않으면 false입니다.

특성

설명

사용 하 여 합니다 Enabled 속성을 활성화 하거나 비활성화할 수 있습니다는 ImageMap 런타임 시 컨트롤입니다.

적용 대상

추가 정보