[]
Represents a zoom policy for ComboBox type control.
public class ComboBoxZoomPolicy : ControlZoomPolicy
The ComboBox will select all text when font and size change, this zoom policy is used to disable this default behavior.
Name | Description |
---|---|
ComboBoxZoomPolicy() |
Name | Description |
---|---|
TargetType | Gets the type indicates which control type can use this policy. |
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. |