Gets the enabled status of the specified filter.
| Visual Basic |
|---|
Public Function GetFilterEnabled( _ ByVal FilterName As String _ ) As Boolean |
- FilterName
- A string value which represents the filter name.
A boolean value which is True if the given filter is enabled. Otherwise, False is returned.