TypeBrowserDialog::SelectedType Property

 

Gets the type selected by the user in the type browser dialog box.

Namespace:   System.Workflow.ComponentModel.Design
Assembly:  System.Workflow.ComponentModel (in System.Workflow.ComponentModel.dll)

public:
property Type^ SelectedType {
	Type^ get();
}

Property Value

Type: System::Type^

The Type selected by the user in the type browser dialog box.

.NET Framework
Available since 3.0
Return to top
Show: