WizComboClass.item[Int32] 属性

定义

获取所指定向导组合框中项的索引。

public:
 virtual property System::String ^ item[int] { System::String ^ get(int nIndex); };
[System.Runtime.InteropServices.DispId(1610743816)]
public virtual string item[int nIndex] { [System.Runtime.InteropServices.DispId(1610743816)] get; }
[<System.Runtime.InteropServices.DispId(1610743816)>]
[<get: System.Runtime.InteropServices.DispId(1610743816)>]
member this.item(int) : string
Public Overridable ReadOnly Property item(nIndex As Integer) As String

参数

nIndex
Int32

要检索的项的索引。

属性值

String

所指定向导组合框中项的索引。

实现

属性

适用于