|
Previous Top Next |
Prototype: | (Long pFrom, Long pTo) |
pFrom | Field EQuate label of a control to use font information from |
pTo | Field EQuate label of a control to set font information. |
This method simply sets all font information for the pTo control exactly the same as the font information for the pFrom control. This includes font name, size, style, color and character set.
Example:
ITW ITWindowsClass
Code
ITW.SetControlFonts(?Button1, ?Button2)