COccManager Class
Manages various custom control sites; implemented by COleControlContainer and COleControlSite objects.
class COccManager : public CNoTrackObject
Members
Public Methods
Name |
Description |
---|---|
Creates a COleContainer object. |
|
Creates ActiveX controls, hosted by the associated COleContainer object. |
|
Creates a COleClientSite object. |
|
Retrieves the code of the default button. |
|
Determines the target of a dialog message. |
|
Determines if the specified control is a label control. |
|
Determines if the current mnemonic matches the mnemonic of the specified control. |
|
Attempts to handle the specified event. |
|
Frees resources allocated during dialog creation. |
|
Processes a dialog template for ActiveX controls. |
|
Toggles the default state of the specified control. |
|
Separates any existing ActiveX controls from common controls in the specified dialog template. |
Remarks
The base class, CNoTrackObject, is an undocumented base class (located in AFXTLS.H). Designed for use by the MFC framework, classes derived from the CNoTrackObject class are exempt from memory leak detection. It is not recommended that you derive directly from CNoTrackObject.
Inheritance Hierarchy
CNoTrackObject
COccManager
Requirements
Header: afxocc.h