แชร์ผ่าน


FormGroupControl.enableChilds Method

Definition

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.

Applies to