ComboBoxArray.Item[Int16] Property
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a specific element of a ComboBoxArray by index. Read-only.
public:
property System::Windows::Forms::ComboBox ^ default[short] { System::Windows::Forms::ComboBox ^ get(short Index); };
public System.Windows.Forms.ComboBox this[short Index] { get; }
member this.Item(int16) : System.Windows.Forms.ComboBox
Default Public ReadOnly Property Item(Index As Short) As ComboBox
- Index
- Int16
A Short
that specifies the position of an element of the control array.
A ComboBox at the specified Index
in the control array.
The Item
property is the default property for a control array. Therefore, the following lines of code are equivalent.
MsgBox(CStr(ComboBoxArray.Item(1).Text))
MsgBox(CStr(ComboBoxArray(1).Text))
ملاحظة
Functions and objects in the Microsoft.VisualBasic.Compatibility.VB6 namespace are provided for use by the tools for upgrading from Visual Basic 6.0 to Visual Basic. In most cases, these functions and objects duplicate functionality that you can find in other namespaces in the .NET Framework. They are necessary only when the Visual Basic 6.0 code model differs significantly from the .NET Framework implementation.
منتج | الإصدارات |
---|---|
.NET Framework | 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
ملاحظات .NET
.NET هو مشروع مصدر مفتوح. حدد رابطًا لتقديم الملاحظات: