Unicode Controls & Classes for VB6 - Version 4

ctlUniFileBoxXP.PatternAlsoForDirs Property

Permits you to specify if the pattern applies to files or also to folders (by default the pattern applies only for files)

Syntax
Public Property Get PatternAlsoForDirs () As Boolean
Public Property Let PatternAlsoForDirs (ByVal bValue As Boolean)
Parameters
Parameter Description
ByVal bValue As Boolean The new value
Remarks