CaptureInfoResType property (Screen Control)
Builder Syntax |
int CaptureInfoResType |
Delphi Syntax |
CaptureInfoResType : LongInt |
Overview |
Refer to Implementing Screen Capture. |
Remarks
Gets the type of resource captured from an EXE or a DLL. Possible values are:
Setting |
Description |
CAPTURE_ALL |
[0x00] Capture all types of resources |
CAPTURE_BITMAP |
[0x01] Capture a bitmap resource |
CAPTURE_ICON |
[0x02] Capture an icon resource |
CAPTURE_CURSOR |
[0x04] Capture a cursor resource |
See Also