Sets the enabled status of the specified filter.
| Visual Basic |
|---|
Public Sub SetFilterEnabled( _ ByVal FilterName As String, _ ByVal FilterEnabled As Boolean _ ) |
- FilterName
- A string value which represents the filter name.
- FilterEnabled
- A boolean value which is True to set the filter to enabled. Otherwise, False should be set.