ScreenCaptureHelpType Enumeration
Summary
Values that indicate the dialog type on which the help button was pressed.
Syntax
public enum ScreenCaptureHelpType
public enum class ScreenCaptureHelpType : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
class ScreenCaptureHelpType(Enum):
SetCaptureOptions = 1
CaptureAreaOptions = 2
CaptureObjectOptions = 3
CaptureFromExe = 4
Members
Value | Member | Description |
1 | SetCaptureOptions | Capture Options dialog Help button. |
2 | CaptureAreaOptions | Help button for the Capture Area Options dialog. |
3 | CaptureObjectOptions | Help button for the Capture Object Options dialog. |
4 | CaptureFromExe | Help button for the Capture From EXE File dialog. |