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

适用于