ToolStripItem.Enabled 속성

정의

ToolStripItem의 부모 컨트롤을 사용할 수 있는지 여부를 나타내는 값을 가져오거나 설정합니다.

public:
 virtual property bool Enabled { bool get(); void set(bool value); };
public virtual bool Enabled { get; set; }
member this.Enabled : bool with get, set
Public Overridable Property Enabled As Boolean

속성 값

Boolean

ToolStripItem의 부모 컨트롤을 사용할 수 있으면 true이고, 그렇지 않으면 false입니다. 기본값은 true입니다.

적용 대상