MobileForms Toolkit Documentation

OutlookShortcutBar.ScaleControl Method 

Scales a control's location, size, padding and margin.

protected override void ScaleControl(
SizeF factor,
BoundsSpecified specified
);

Parameters

factor
The height and width of the control's bounds.
specified
A BoundsSpecified value that specifies the bounds of the control to use when defining its size and position.

Remarks

If the control is top level, this will not scale the control's location. This does not scale children or the size of automatically sized controls. You can omit scaling in any direction by changing the value of the specified parameter.

See Also

OutlookShortcutBar Class | Resco.Controls.OutlookControls Namespace