Microsoft SDK for Java

AxHost.begin

Signals that loading of all peer components and property sets is complete.

Syntax

public void begin()

Remarks

It should be possible for the user of your control to invoke any property on your control after calling this method.

A side-effect of this method is the creation of the parent control's handle. Consequently, this control must have a parent before the begin method is called.

© 1999 Microsoft Corporation. All rights reserved. Terms of use.