Whether an editor should apply its changes before it is deactivated. The standard implementation returns false.
[Visual Basic] Public Property CommitOnDeactivate As Boolean [C#] public bool CommitOnDeactivate {get; set;} [C++] public: __property bool get_CommitOnDeactivate(); public: __property void set_CommitOnDeactivate(bool); [JScript] public function get CommitOnDeactivate() : Boolean; public function set CommitOnDeactivate(Boolean);
true if the editor should apply its changes; false otherwise.
ComponentEditorPage Class | ComponentEditorPage Members | System.WinForms.Design Namespace