|
Previous Top Next |
Prototype: | (Long pFEQ, <Long pDesignDPI>) |
pFEQ | Field EQuate label of the control to resize |
[pDesignDPI] | The design DPI of the target. |
This method resizes the passed control with the ratio of either the DPI Ratio as calculated by GetScreenDPIRatio or based on the pdesignDPI. This can be used to aid in resizing controls to work with different DPI resolutions.
Example:
ITW ITWindowsClass
Code
ITW.ResizeControlForDPI(?List1)
See also: