A runtime form designer control

FormDesigner.AdjustSelectedComponentsSize Method 

Adjusts the size of selected components as specified by the method parameters.

[Visual Basic]
Public Sub AdjustSelectedComponentsSize( _ 
   ByVal sizeCommand As SizingCommand _ 
)
[C#]
public void AdjustSelectedComponentsSize(
   SizingCommand sizeCommand
);
[C++]
public: void AdjustSelectedComponentsSize(
   SizingCommand sizeCommand
);
[JScript]
public function AdjustSelectedComponentsSize(
   SizingCommand sizeCommand
);

Parameters

sizeCommand
Enumerated parameter specifying the resizing rules to be applied.

See Also

FormDesigner Class | Viklele.Win.Designer Namespace | AdjustSelectedComponentsSpacing | AdjustSelectedComponentsAlignment