ComponentEditorForm::OnSelChangeSelector Method (Object^, TreeViewEventArgs^)

 

Switches between component editor pages.

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

protected:
virtual void OnSelChangeSelector(
	Object^ source,
	TreeViewEventArgs^ e
)

Parameters

source
Type: System::Object^

The source of the event.

e
Type: System.Windows.Forms::TreeViewEventArgs^

A TreeViewEventArgs that contains the event data.

Exception Condition
CheckoutException

A designer file is checked into source code control and cannot be changed.

.NET Framework
Available since 1.1
Return to top
Show: