C#
VB
C++
Flags that indicate the screen capture dialog options. A "?" help button will appear on the title bar only if a ScreenCaptureHelpCallback delegate method was passed to the calling method.
Members
Value | Member | Description |
---|---|---|
0x00000000 | None | No "?" help button will be shown. |
0x00000001 | SetCaptureOptionsContextHelp | Context help button for Capture options dialog. |
0x00000002 | CaptureAreaOptionsContextHelp | Context help button for Area options dialog. |
0x00000004 | CaptureObjectOptionsContextHelp | Context help button for Object options dialog. |
0x00000008 | CaptureFromExeContextHelp | Context help button for Capture from exe dialog. |