Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
OverviewMethodsThis PackageAll Packages
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.