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

属性值

true 如果编辑器应应用其更改,则为否则,为 false.

注解

标准实现返回 false

适用于