IASControl::get_Parent

This method retrieves a pointer to the control’s parent form.

Syntax

HRESULT get_Parent( IDispatch **ppdispParent );

Parameters

ppdispParent
Pointer to the pointer to the control’s parent.

Return Values

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

Remarks

This method is required.

See Also

IASControl::put_Parent