FormBuildControl.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.
Retrieves the number of controls that are contained in the 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 value that indicates the number of controls that are contained in the control if it is a container control; otherwise, 0.