ComponentEditorPage.CommitOnDeactivate 속성

정의

편집기가 비활성화되기 전에 해당되는 변경 내용을 적용할 것인지 여부를 지정합니다.

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

속성 값

Boolean

편집기가 해당되는 변경 내용을 적용하면 true이고, 그렇지 않으면 false입니다.

설명

표준 구현은 .를 반환합니다 false.

적용 대상