Do the controls support a dual interface (both early and late binding)?
No. The controls only support late binding, using the IDispatch interface. What threading models do the controls support? The Imaging for Windows controls use apartment model threading. Controls that support apartment model threading can be used in multithreaded container applications that also support the apartment model.