<< Click to Display Table of Contents >> Navigation: ThinBASIC Modules > UIAdv (Advanced User Interface module) > IMAGECTX Control > IMAGECTX_GetImageAdjustment |
Description
Returns current image adjustment set of the control.
Syntax
lAdjust = IMAGECTX_GetImageAdjustment(hwnd, ctrlID)
Returns
Number.
Parameters
Name |
Type |
Optional |
Meaning |
hWnd |
Number |
No |
Handle of the dialog containing the control |
ctrlID |
Number |
No |
Control identifier |
Remarks
Function will return one of the following equates:
%IMAGECTX_AUTOSIZE
%IMAGECTX_ACTUALSIZE
%IMAGECTX_FITTOWIDTH
%IMAGECTX_FITTOHEIGHT
%IMAGECTX_STRETCH
Restrictions
See also
Examples