ComponentEditorPage::CommitOnDeactivate Property

 

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

Namespace:   System.Windows.Forms.Design
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

public:
property bool CommitOnDeactivate {
	bool get();
	void set(bool value);
}

Property Value

Type: System::Boolean

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

The standard implementation returns false.

.NET Framework
Available since 1.1
Return to top
Show: