[]
Represents a zoom policy for ToolStrip type control.
public class ToolStripZoomPolicy : ZoomPolicy
ToolStripZoomPolicy will change ToolStrip and Items's font and bounds after zoom.
For ToolStripDropDownItem, will zoom DropDown and DropDownItems. If it is ToolStripSplitButton, DropDownButtonWidth will be changed too. For ToolStripControlHost, will zoom Control just like a normal control. For ToolStripSeparator, ToolStripLabel and ToolStripButton, just use basic zoom policy.
Name | Description |
---|---|
ToolStripZoomPolicy() |
Name | Description |
---|---|
TargetType | Gets the type indicates which control type can use this policy. |
Name | Description |
---|---|
GetChildren(Control) | Get the collection of controls contained within the control. |
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. |