DirectoryControl.IsCritical 속성

정의

이 속성은 IsCritical 컨트롤이 중요한지 여부를 지정합니다.

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

속성 값

컨트롤이 중요하면

설명

이 속성의 기본값은 .입니다 true.

적용 대상