typedef struct tagLEADCAPTUREOBJECTOPTION
{
L_UINT uStructSize;
L_UINT uFlags;
L_UINT uBorderWidth;
HCURSOR hSelectCursor;
} LEADCAPTUREOBJECTOPTION, * pLEADCAPTUREOBJECTOPTION;
This structure is used in L_CaptureSelectedObject.
Size of this structure in bytes, for versioning. Use the sizeof() operator to calculate this value.
Flags that control the selection process. Possible values are:
Name | Description |
---|---|
CAPTURE_OBJECT_INVERT | Invert the selected object. If this flag is not specified, a border will be drawn around the object. |
CAPTURE_OBJECT_ENABLE_KEYBOARD | Enable the SHIFT key during the selection process. Pressing the SHIFT key will select the client area of the object |
Border width when highlighting object.
Cursor to be used during selecting.