TypeBrowserDialog.SelectedType Property

Definition

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

public:
 property Type ^ SelectedType { Type ^ get(); };
public Type SelectedType { get; }
member this.SelectedType : Type
Public ReadOnly Property SelectedType As Type

Property Value

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

Applies to