ComponentEditorPage.CommitOnDeactivate Property

Definition

Specifies whether the editor should apply its changes before it is deactivated.

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

Property Value

true if the editor should apply its changes; otherwise, false.

Remarks

The standard implementation returns false.

Applies to