ComponentEditorPage.CommitOnDeactivate 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
指定編輯器是否應在停用前套用其變更。
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
回 。