SECDateTimeCtrl::EnableFastEntry
Call this function to enable fast input.
Defined in: DTCtrl.cpp
Syntax
EnableFastEntry(BOOL bEnable);
EnableFastEntry(BOOL bEnable, BOOL bTabEnable);
Return Value
void
Parameters
bTabEnable
Specifies whether tabs move between fields
Comments
With fast input enabled, when a numeric field has received a valid input (i.e., its maximum number of digits), it advances input focus to the next field. For example, the user can enter six digits to enter a date (no need for separators or right arrows to advance between fields).
bEnable
Specifies whether fast input mode is enabled or disabled.
See Also