IWizCombo.SelectedItem Property

Definition

Gets the currently selected item in a wizard combo box as a string.

public:
 property System::String ^ SelectedItem { System::String ^ get(); };
public:
 property Platform::String ^ SelectedItem { Platform::String ^ get(); };
[System.Runtime.InteropServices.DispId(1610743817)]
public string SelectedItem { [System.Runtime.InteropServices.DispId(1610743817)] get; }
[<System.Runtime.InteropServices.DispId(1610743817)>]
[<get: System.Runtime.InteropServices.DispId(1610743817)>]
member this.SelectedItem : string
Public ReadOnly Property SelectedItem As String

Property Value

The currently selected item in a wizard combo box as a string.

Attributes

Applies to