![]() |
CreateControl()






| Protected Function |
Declared in: NiButton.h |
Declaration
BOOL CreateControl(
LPCTSTR lpszClass,
LPCTSTR lpszWindowName,
DWORD dwStyle,
const RECT& rect,
CWnd* pParentWnd,
UINT nID,
CFile* pPersist = NULL,
BOOL bStorage = FALSE,
BSTR bstrLicKey = NULL);
Description
Creates the ActiveX control that is represented in the MFC program by this object. Refer to the CWnd class in the MSDN library for further information.


