[]
        
(Showing Draft Content)

C1.Win.TouchToolKit.ComboBoxZoomPolicy

ComboBoxZoomPolicy Class

Represents a zoom policy for ComboBox type control.

Inheritance
ComboBoxZoomPolicy
Namespace: C1.Win.TouchToolKit
Assembly: C1.Win.C1TouchToolKit.4.8.dll
Syntax
public class ComboBoxZoomPolicy : ControlZoomPolicy
Remarks

The ComboBox will select all text when font and size change, this zoom policy is used to disable this default behavior.

Constructors

Name Description
ComboBoxZoomPolicy()

Properties

Name Description
TargetType

Gets the type indicates which control type can use this policy.

Methods

Name Description
Initialize(Control)

Initializes the control before zoom action start.

Terminate(Control)

Terminate the control after zoom action completely.

ZoomBounds(Control, ZoomBoundsInfo)

Zoom the control bounds.

ZoomFont(Control, ZoomFontInfo)

Zoom the control font.

See Also