[]
        
(Showing Draft Content)

C1.Win.TouchToolKit.ToolStripZoomPolicy

ToolStripZoomPolicy Class

Represents a zoom policy for ToolStrip type control.

Inheritance
ToolStripZoomPolicy
Namespace: C1.Win.TouchToolKit
Assembly: C1.Win.TouchToolKit.8.dll
Syntax
public class ToolStripZoomPolicy : ZoomPolicy
Remarks

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.

Constructors

Name Description
ToolStripZoomPolicy()

Properties

Name Description
TargetType

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

Methods

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.

See Also