WizComboClass.SelectedItem 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取向导组合框中字符串形式的当前选定项。
public:
virtual property System::String ^ SelectedItem { System::String ^ get(); };
public:
virtual property Platform::String ^ SelectedItem { Platform::String ^ get(); };
[System.Runtime.InteropServices.DispId(1610743817)]
public virtual string SelectedItem { [System.Runtime.InteropServices.DispId(1610743817)] get; }
[<System.Runtime.InteropServices.DispId(1610743817)>]
[<get: System.Runtime.InteropServices.DispId(1610743817)>]
member this.SelectedItem : string
Public Overridable ReadOnly Property SelectedItem As String
属性值
向导组合框中字符串形式的当前选定项。
实现
- 属性
示例
var strSelectedItem = ReturnType.SelectedItem;
// (where ReturnType is the ID of the OBJECT tag for
// the wizard's editabled combo control)
ReturnType.RemoveItem(2);