CHeader.ClearAllFiltersmethod
Clears all of the filters for a given header control.
Syntax
FUNCTION ClearAllFilters (BYVAL hHeader AS HWND) AS BOOLEAN
Parameters
| Name | Description | |
|---|---|---|
hHeader | The handle of the header control. |
Return value
Returns TRUE or FALSE.
Description
Clears all of the filters for a given header control.
Reference
- Include file
CHeader.inc - Defined in AfxNova/CHeader.inc:122
- Documented in Windows/WIndows Controls/CHeader Class.md
- Topic: CHeader Class