IUIX_Button::AutoClick Method

From PDF XChange PDF SDK
Revision as of 15:58, 21 May 2015 by Dsbot (Talk | contribs) (Automatic page editing by robot)

Jump to: navigation, search

Automatically clicks a button when a given timeout has expired.

Syntax

HRESULT AutoClick([in]  ULONG  nTimeout);

Parameters

nTimeout
[in] ULONG value of timeout in seconds.

Return Value

Returns S_OK if operation was successful or error code in other cases.

Remarks

Countdown timer will be displayed to the right of the button text.

See Also

IUIX_Button.