CHeader.SetFilterChangeTimeoutmethod
Sets the timeout interval between the time a change takes place in the filter attributes and the posting of an HDN_FILTERCHANGE notification.
Syntax
FUNCTION SetFilterChangeTimeout (BYVAL hHeader AS HWND, BYVAL i AS LONG) AS LONG
Parameters
| Name | Description | |
|---|---|---|
hHeader | The handle of the header control. | |
i | The timeout value, in milliseconds. |
Return value
Returns the index of the filter control being modified.
Description
Sets the timeout interval between the time a change takes place in the filter attributes and the posting of an HDN_FILTERCHANGE notification.
Reference
- Include file
CHeader.inc - Defined in AfxNova/CHeader.inc:453
- Documented in Windows/WIndows Controls/CHeader Class.md
- Topic: CHeader Class