DirListBox::DirListIndex Property
Gets or sets the index of the currently selected item in a DirListBox control.
Assembly: Microsoft.VisualBasic.Compatibility (in Microsoft.VisualBasic.Compatibility.dll)
public: [BrowsableAttribute(false)] property int DirListIndex { int get(); void set(int value); }
Property Value
Type: System::Int32An Integer that represents the index of the currently selected item.
Use this property to return the index of the currently selected directory. The DirListIndex property works together with the DirList and DirListCount properties.
The expression instance.DirList(instance.DirListIndex) returns the string for the currently selected directory.
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
