IASForm::get_Count

This method gets the number of controls on a form.

Syntax

HRESULT get_Count( long *pcItems );

Parameters

pcItems
Pointer to the number of controls on the form.

Return Values

NOERROR indicates success. If an error occurs, the appropriate HRESULT value is returned.