Navigation: thinBasic Modules > UI_ImageCTX > UI_IMAGECTX_GetImageAdjustment |
|
Description
Returns current image adjustment set of the control.
Syntax
lAdjust = UI_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:
%UI_IMAGECTX_AUTOSIZE
%UI_IMAGECTX_ACTUALSIZE
%UI_IMAGECTX_FITTOWIDTH
%UI_IMAGECTX_FITTOHEIGHT
%UI_IMAGECTX_STRETCH
Restrictions
See also
Examples
© 2004-2008 thinBasic. All rights reserved. | Version 1.7.0.0 | Web Site: http://www.thinbasic.com |