property ExShellView.FilePattern as String
Retrieves or sets a string value that indicates the file pattern used to include files. "*.jpg *.bmp "

TypeDescription
String A string expression that specifies the pattern that is used to filter files.

The FilePattern Property the enables user to filter out and show only specific items in the control. Typical wildcard expressions should be used to select a pattern. For example,

   ExShellView1.FilePattern = "*.zip"

would display only items whose filename ends with ".zip' part (aka ZIP files). Also, any valid (wildcard) expression can be used. Please note that the FilePattern Property is valid only when the IncludeObjectType Property is set to the 'PatternObjects' constant.