|
SOD Control Resizer has several special Properties
and Methods:

Align property:
Returns or sets a value determining whether the size of SOD Control Resizer will be
automatically changed under the change of the size of its container or not.
 | None
(default): The size of SOD Control Resizer will be not automatically changed. |
 | Yes: the
size of SOD Control Resizer will be automatically changed under the change of the
container size. Not available in case the container of SOD Control Resizer is also SOD
Control Resizer. |
 | Yes_FixForm: Available in case the container of SOD Control Resizer is a form. If
Minimum Width, Minimum Height,
Maximum Width or Maximum
Height properties of SOD Control Resizer have
been set, the correspond properties of the form (width, height) cannot be smaller (larger)
than initial form size. Use this value to control the possibly smallest or largest size of
form. |

Caption Style property:
Returns or sets a value determining whether the caption is visible and where on the
SOD
Control Resizer the caption is placed.

Proportionally property
Returns or sets a value determining whether the SOD Control Resizer automatically adjust the sizes and positions of controls belonging to it proportionally to the change in the size of it’s container. If you set the value of this property to
Selected, AllWithoutFont or
AllWithFont, you cannot manually define the behavior of the controls.
 |
None: (default) |
 |
Selected: SOD Control Resizer automatically adjust the coordinates of controls selected in the Property Dialog Box proportionally to the change in the size of it’s container. |
 |
AllWithoutFont: SOD Control Resizer automatically adjust the coordinates of all controls belonging to it proportionally to the change in the size of it’s container. |
 |
AllWithFont: SOD Control Resizer automatically adjust the coordinates of all controls belonging to it inclusive the FontSize proportionally to the change in the size of it’s container.
|

SpecialEffect property:
Returns or sets the border style of SOD Control Resizer.

Update Method:
After
running this method the current control coordinates will be used as a initial values for SOD
Control Resizer. Use this method after manuell changing the size or position of
controls belonging to SOD Control Resizer.
|