CaptureOptionDlg method (Screen Control)
Builder Syntax |
Int CaptureOptionDlg(TWinControl* ParentWin, L_UINT uFlags); |
Delphi Syntax |
function CaptureOptionDlg (ParentWin: TWinControl; uFlags: L_UINT): Integer; |
Overview |
Refer to Implementing Screen Capture. |
Remarks
Brings up the Capture Option dialog box for setting capture options. The Capture Option properties are: CaptureCursor, CaptureStatusCursor, CaptureHotKey, aptureHotKeyModifiers, CaptureCancelKey, CaptureDelay, CaptureCount, and CaptureInterval.
Note: You must call StopCapture if a capture operation has been started (for example, waiting for a hot key to be pressed) before you allow your main window/application to terminate.
See Also