ScreenCaptureControlId Enumeration
Summary
Values that indicate the control id for which the help was requested.
Syntax
public enum ScreenCaptureControlId
public enum class ScreenCaptureControlId : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
class ScreenCaptureControlId(Enum):
Ok = 1
Cancel = 2
DefaultButton = 27000
Red = 27025
ZoomCombo = 27026
Green = 27027
CheckShowAreaSize = 27028
ResourceView = 27029
CheckSensitiveInfoWindow = 27030
Blue = 27031
CheckShowInfoWindow = 27032
CheckIncludeCursor = 27034
ResourceTree = 27035
CheckEnableKeyboard = 27036
CheckShowCursorPosition = 27038
Delay = 27040
CheckEnableRegion = 27041
Repeat = 27043
InfoWindowWidth = 27045
Browse = 27046
Interval = 27048
InfoWindowXCombo = 27050
EditInfoWindowX = 27052
Capture = 27053
EditInfoWindowY = 27054
SliderRedChannel = 27055
EditInfoWindowWidth = 27056
SliderGreenChannel = 27057
EditInfoWindowHeight = 27058
SliderBlueChannel = 27059
ColorsButton = 27060
Count = 27061
CheckOpaqueText = 27062
CheckShowDrawCursor = 27063
StaticColors = 27065
CheckUseCrossLinesCursor = 27067
PreviousStatic = 27068
InfoWindowYCombo = 27069
TextRedChannel = 27070
LineStyleCombo = 27071
TextGreenChannel = 27072
FillPatternCombo = 27073
TextBlueChannel = 27074
DrawCursorCombo = 27075
FileName = 27076
ColorsCombo = 27077
Selection = 27078
Hotkey = 27079
AreaTypeCombo = 27080
CaptureCursor = 27081
InfoWindowHeight = 27082
StatusCursor = 27083
OkButton = 27084
CancelKey = 27085
CancelButton = 27086
EditEllipseWidth = 27087
EditEllipseHeight = 27088
EditBorderWidth = 27089
CheckInvertObject = 27090
UseEsc = 27091
ColorGroup = 27092
Members
| Value | Member | Description |
| 1 | Ok | OK button. |
| 2 | Cancel | Cancel button. |
| 27000 | DefaultButton | Default button. |
| 27025 | Red | Red channel. |
| 27026 | ZoomCombo | Zoom combo box. |
| 27027 | Green | Green channel. |
| 27028 | CheckShowAreaSize | Show Area Size check box. |
| 27029 | ResourceView | Resource view. |
| 27030 | CheckSensitiveInfoWindow | Sensitive Information Window check box. |
| 27031 | Blue | Blue channel. |
| 27032 | CheckShowInfoWindow | Show the Information Window check box. |
| 27034 | CheckIncludeCursor | Check include cursor. |
| 27035 | ResourceTree | Resource tree. |
| 27036 | CheckEnableKeyboard | Enable keyboard check box. |
| 27038 | CheckShowCursorPosition | Show cursor position check box. |
| 27040 | Delay | Delay field. |
| 27041 | CheckEnableRegion | Enable region check box. |
| 27043 | Repeat | Repeat field. |
| 27045 | InfoWindowWidth | (0x000069B0)Information Window width. |
| 27046 | Browse | Browse. |
| 27048 | Interval | Interval field. |
| 27050 | InfoWindowXCombo | Information Window X position combo box. |
| 27052 | EditInfoWindowX | Edit the Information Window X position. |
| 27053 | Capture | Capture. |
| 27054 | EditInfoWindowY | Edit the Information Window Y position. |
| 27055 | SliderRedChannel | Slider for the Red channel. |
| 27056 | EditInfoWindowWidth | Edit the Information Window width. |
| 27057 | SliderGreenChannel | Color of the slider for the Green channel. |
| 27058 | EditInfoWindowHeight | Edit the Information Window height. |
| 27059 | SliderBlueChannel | Color of the slider for the Blue channel. |
| 27060 | ColorsButton | Colors button. |
| 27061 | Count | Count. |
| 27062 | CheckOpaqueText | Opaque text check box. |
| 27063 | CheckShowDrawCursor | Show draw cursor check box. |
| 27065 | StaticColors | Static colors. |
| 27067 | CheckUseCrossLinesCursor | Use crossed lines cursor check box. |
| 27068 | PreviousStatic | Previous static. |
| 27069 | InfoWindowYCombo | Information Window Y position combo box. |
| 27070 | TextRedChannel | Label for the Red channel. |
| 27071 | LineStyleCombo | Line style combo box. |
| 27072 | TextGreenChannel | Text color for the Green channel. |
| 27073 | FillPatternCombo | File pattern combo box. |
| 27074 | TextBlueChannel | Text color for the Blue channel. |
| 27075 | DrawCursorCombo | Draw cursor combo box. |
| 27076 | FileName | File name. |
| 27077 | ColorsCombo | Colors combo box. |
| 27078 | Selection | Selection. |
| 27079 | Hotkey | Hotkey field. |
| 27080 | AreaTypeCombo | Area type combo box. |
| 27081 | CaptureCursor | Capture cursor combo box. |
| 27082 | InfoWindowHeight | (0x000069B2)Information Window height. |
| 27083 | StatusCursor | Status cursor combo box. |
| 27084 | OkButton | OK button. |
| 27085 | CancelKey | Cancel key field. |
| 27086 | CancelButton | Cancel button. |
| 27087 | EditEllipseWidth | Edit ellipse width. |
| 27088 | EditEllipseHeight | Edit ellipse height. |
| 27089 | EditBorderWidth | Edit border width. |
| 27090 | CheckInvertObject | Invert object check box. |
| 27091 | UseEsc | Use Esc check box. |
| 27092 | ColorGroup | Color group. |