DirListBox::DirList Property (Int32)
Gets the items that are contained in a DirListBox control's list portion.
Assembly: Microsoft.VisualBasic.Compatibility (in Microsoft.VisualBasic.Compatibility.dll)
public: [BrowsableAttribute(false)] property String^ default[ int Index ] { String^ get(int Index); }
Parameters
- Index
-
Type:
System::Int32
The number of a specific item in the list.
Property Value
Type: System::String^A String that contains the directory and path for the specified item.
Use this property to access list items. The DirList property works together with the DirListCount and DirListIndex properties.
For a DirListBox control, the Index number sequence is based on the current directories and subdirectories when the control is created at run time.
Note |
|---|
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. |
Available since 1.1
