CaptureAreaInfoWidth property (Screen Control)
Builder Syntax |
int CaptureAreaInfoWidth |
Delphi Syntax |
CaptureAreaInfoWidth: Integer |
Overview |
Refer to Implementing Screen Capture. |
Remarks
Gets or sets the width of the information window.
Setting |
Description |
CAPTURE_AREA_INFOWND_SIZE_TINY |
[-1] Smallest Width |
CAPTURE_AREA_INFOWND_SIZE_SMALL |
[-2] Small Width |
CAPTURE_AREA_INFOWND_SIZE_MEDIUM |
[-3] Medium Width |
CAPTURE_AREA_INFOWND_SIZE_LARGE |
[-4] Large Width |
CAPTURE_AREA_INFOWND_SIZE_XLARGE |
[-5] Largest Width |
In addition, any other positive value specified by the user to define custom width for the info window may be used.
See Also
Elements: |
CaptureAreaInfoTop property, CaptureAreaInfoHeight property, CaptureAreaInfoLeft property |