FormGroupControl.alignControl Method

Definition

Overloads

alignControl()

Determines whether the control is aligned with other controls.

alignControl(Boolean)

alignControl()

Determines whether the control is aligned with other controls.

public:
 override bool alignControl();
public override bool alignControl ();
override this.alignControl : unit -> bool
Public Overrides Function alignControl () As Boolean

Returns

true if the control should be aligned; otherwise, false.

Remarks

The upper-left corner of the control is aligned based on the longest label.

Applies to

alignControl(Boolean)

public:
 override bool alignControl(bool _value);
public override bool alignControl (bool _value);
override this.alignControl : bool -> bool
Public Overrides Function alignControl (_value As Boolean) As Boolean

Parameters

_value
Boolean

A Boolean value that indicates whether a form group control is aligned with other controls.

Returns

Applies to