FormGroupControl.enableChilds 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
enableChilds(Boolean) | |
enableChilds() |
Specifies whether the child controls are enabled for a form group control. |
enableChilds(Boolean)
public:
virtual bool enableChilds(bool _enable);
public virtual bool enableChilds (bool _enable);
abstract member enableChilds : bool -> bool
override this.enableChilds : bool -> bool
Public Overridable Function enableChilds (_enable As Boolean) As Boolean
Parameters
- _enable
- Boolean
A Boolean value that indicates whether the child controls are enabled; optional.
Returns
Applies to
enableChilds()
Specifies whether the child controls are enabled for a form group control.
public:
virtual bool enableChilds();
public virtual bool enableChilds ();
abstract member enableChilds : unit -> bool
override this.enableChilds : unit -> bool
Public Overridable Function enableChilds () As Boolean
Returns
true if the child controls are enabled; otherwise, false.