แชร์ผ่าน


FormGroupControl.controlCount Method

Definition

Returns the number of controls in a form group control.

public:
 virtual int controlCount();
public virtual int controlCount ();
abstract member controlCount : unit -> int
override this.controlCount : unit -> int
Public Overridable Function controlCount () As Integer

Returns

An Integer data type value that specifies the number of controls in a form group control.

Remarks

You can add a control to a form group control by using the FormGroupControl.addControl method.

Applies to