FormGroupControl.controlCount 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.
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.