Help Center

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.

WindowsmethodCHeader.incdocumented

Syntax

FUNCTION SetFilterChangeTimeout (BYVAL hHeader AS HWND, BYVAL i AS LONG) AS LONG

Parameters

NameDescription
hHeaderThe handle of the header control.
iThe 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