// CntrItem.h : interface of the CMyex35aCntrItem class
//

#if !defined(AFX_CNTRITEM_H__C7D0CA76_EBA2_4BAD_8C4E_0CF8ECB52DBE__INCLUDED_)
#define AFX_CNTRITEM_H__C7D0CA76_EBA2_4BAD_8C4E_0CF8ECB52DBE__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000

class CMyex35aDoc;
class CMyex35aView;

class CMyex35aCntrItem : public CRichEditCntrItem
{
	DECLARE_SERIAL(CMyex35aCntrItem)

// Constructors
public:
	CMyex35aCntrItem(REOBJECT* preo = NULL, CMyex35aDoc* pContainer = NULL);
		// Note: pContainer is allowed to be NULL to enable IMPLEMENT_SERIALIZE.
		//  IMPLEMENT_SERIALIZE requires the class have a constructor with
		//  zero arguments.  Normally, OLE items are constructed with a
		//  non-NULL document pointer.

// Attributes
public:
	CMyex35aDoc* GetDocument()
		{ return (CMyex35aDoc*)CRichEditCntrItem::GetDocument(); }
	CMyex35aView* GetActiveView()
		{ return (CMyex35aView*)CRichEditCntrItem::GetActiveView(); }

	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CMyex35aCntrItem)
	public:
	protected:
	//}}AFX_VIRTUAL

// Implementation
public:
	~CMyex35aCntrItem();
#ifdef _DEBUG
	virtual void AssertValid() const;
	virtual void Dump(CDumpContext& dc) const;
#endif
};

/////////////////////////////////////////////////////////////////////////////

//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.

#endif // !defined(AFX_CNTRITEM_H__C7D0CA76_EBA2_4BAD_8C4E_0CF8ECB52DBE__INCLUDED_)

