FormGroupControl.alignChild 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
alignChild() |
Sets or returns a Boolean value that indicates whether a form group control is aligned in the same manner as other controls in a form. |
alignChild(Boolean) |
alignChild()
Sets or returns a Boolean value that indicates whether a form group control is aligned in the same manner as other controls in a form.
public:
virtual bool alignChild();
public virtual bool alignChild ();
abstract member alignChild : unit -> bool
override this.alignChild : unit -> bool
Public Overridable Function alignChild () As Boolean
Returns
true if a control is aligned; otherwise, false.
Applies to
alignChild(Boolean)
public:
virtual bool alignChild(bool _value);
public virtual bool alignChild (bool _value);
abstract member alignChild : bool -> bool
override this.alignChild : bool -> bool
Public Overridable Function alignChild (_value As Boolean) As Boolean
Parameters
- _value
- Boolean
A Boolean value that indicates whether a form group control is aligned in the same manner as other controls in a form; optional.