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