This method initializes a new control.
HRESULT Init( short wID, IDispatch *pdispParent, IDispatch pdispEventSink );
NOERROR indicates success. If an error occurs, the appropriate HRESULT value is returned.
Following initialization, the control must be started with IASControl::Start before processing can start. An application does not call IASControl::Start explicitly. The parent form of the control calls IASControl::Start when the form starts, or the IASForm::Add method calls IASControl::Start internally when you add a control to a form you have already started.
IFMDraw, IASControl::Start, IASEventSink, IASControl::Close, IASForm::Add