sendkeys class : Flush() method

Description

Processes all the Windows messages currently in the message queue.

Syntax

sendkeysInstance.Flush()

Arguments

None.

Return value

None.

Sample code

1:

sendkeys sk = new sendkeys();

2:

sk.Flush();

Notes

It's a wrapper of the System.Windows.Forms.SendKeys.Flush() method.

Links for reference

Copyright © Cooker All rights reserved.