Sets the filename matching case sensitivity enabled value for the specified filter.
| Visual Basic |
|---|
Public Sub SetFilterCaseSensitive( _ ByVal FilterName As String, _ ByVal FilterCaseSensitive As Boolean _ ) |
- FilterName
- A string value which represents the filter name.
- FilterCaseSensitive
- A boolean value to set to True to make the filter case sensitive. Set to False so the filter is not case sensitive.