[]
        
(Showing Draft Content)

C1.Win.TouchToolKit.ComboBoxZoomPolicy.Initialize

Initialize Method

Initialize(Control)

Initializes the control before zoom action start.

Declaration
public override void Initialize(Control control)
Parameters
Type Name Description
Control control

The specified control.

Overrides
Remarks

This method will be called before all control zoom. In some control, the bounds/font may change when parent control changed. User can cache some original bound/font in this method before parent change. And use the cached value in ZoomBounds(Control, ZoomBoundsInfo) and ZoomFont(Control, ZoomFontInfo) method.

For more information, see ComboBoxZoomPolicy.