다음을 통해 공유


EnableEventArgs.Enabled 속성

정의

IQueryDesigner를 사용할지 여부를 나타냅니다.

public:
 property bool Enabled { bool get(); };
public bool Enabled { get; }
member this.Enabled : bool
Public ReadOnly Property Enabled As Boolean

속성 값

IQueryDesigner를 사용하려면 true이고, IQueryDesigner를 사용하지 않으려면 false입니다.

적용 대상