FormGroupControl.alignChildren Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
alignChildren() |
Sets or returns a Boolean value that indicates whether the child controls are aligned. |
alignChildren(Boolean) |
alignChildren()
Sets or returns a Boolean value that indicates whether the child controls are aligned.
public:
virtual bool alignChildren();
public virtual bool alignChildren ();
abstract member alignChildren : unit -> bool
override this.alignChildren : unit -> bool
Public Overridable Function alignChildren () As Boolean
Returns
true if the child controls are aligned; otherwise, false.
Applies to
alignChildren(Boolean)
public:
virtual bool alignChildren(bool _value);
public virtual bool alignChildren (bool _value);
abstract member alignChildren : bool -> bool
override this.alignChildren : bool -> bool
Public Overridable Function alignChildren (_value As Boolean) As Boolean
Parameters
- _value
- Boolean
A Boolean value that indicates whether the child controls are aligned; optional.