A runtime form designer control

FormDesigner.AdjustSelectedComponentsAlignment Method 

Adjusts selected component alignment as specified by the method parameters.

[Visual Basic]
Public Sub AdjustSelectedComponentsAlignment( _ 
   ByVal alignCommand As AlignCommand _ 
)
[C#]
public void AdjustSelectedComponentsAlignment(
   AlignCommand alignCommand
);
[C++]
public: void AdjustSelectedComponentsAlignment(
   AlignCommand alignCommand
);
[JScript]
public function AdjustSelectedComponentsAlignment(
   AlignCommand alignCommand
);

Parameters

alignCommand
Enumerated parameter specifying the alignment rules to be applied.

Remarks

The call to this method is ignored if the FormDesigner is operating in run Mode.

See Also

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