ScreenCaptureDialogFlags Enumeration
Summary
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.
Syntax
[FlagsAttribute()]
public enum ScreenCaptureDialogFlags
[FlagsAttribute()]
public enum class ScreenCaptureDialogFlags : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
class ScreenCaptureDialogFlags(Enum):
None = 0
SetCaptureOptionsContextHelp = 1
CaptureAreaOptionsContextHelp = 2
CaptureObjectOptionsContextHelp = 4
CaptureFromExeContextHelp = 8
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. |