CMFCOutlookBarPaneButton Class

Implements a button that the framework adds to a CMFCOutlookBarPane object.

class CMFCOutlookBarPaneButton : public CMFCToolBarButton

Members

Public Constructors

Name

Description

CMFCOutlookBarPaneButton::CMFCOutlookBarPaneButton

Default constructor.

CMFCOutlookBarPaneButton::~CMFCOutlookBarPaneButton

Destructor.

Public Methods

Name

Description

CMFCOutlookBarPaneButton::CanBeDropped

 

CMFCOutlookBarPaneButton::CreateObject

Used by the framework to create a dynamic instance of this class type.

CMFCOutlookBarPaneButton::GetThisClass

Used by the framework to obtain a pointer to the CRuntimeClass object that is associated with this class type.

CMFCOutlookBarPaneButton::OnCalculateSize

  (Overrides CMFCToolBarButton::OnCalculateSize.)

CMFCOutlookBarPaneButton::OnChangeParentWnd

  (Overrides CMFCToolBarButton::OnChangeParentWnd.)

CMFCOutlookBarPaneButton::OnDraw

  (Overrides CMFCToolBarButton::OnDraw.)

CMFCOutlookBarPaneButton::SetImage

  (Overrides CMFCToolBarButton::SetImage.)

Remarks

This class supports the MFC framework infrastructure and is not intended to be used directly from your code.

Inheritance Hierarchy

CObject

   CMFCToolBarButton

      CMFCOutlookBarPaneButton

Requirements

Header: afxoutlookbarpanebutton.h

See Also

Concepts

MFC Hierarchy Chart

Reference

CMFCOutlookBarPane Class

Other Resources

Classes (MFC Feature Pack)