Unicode Controls & Classes for VB6 - Version 4

ctlUniFileBoxXP.Selected Property

Returns True the file at the given index is selected, Sets the selection of the file at the given index

Syntax
Public Property Get Selected (ByVal Index As Integer) As Boolean
Public Property Let Selected (ByVal Index As Integer, _
ByVal New_Selected As Boolean)
Parameters
Parameter Description
ByVal Index As Integer The index to check
ByVal New_Selected As Boolean The new value
Remarks