CMFCRibbonLaunchButton Class

Represents a button that the framework adds to the lower-right corner of a CMFCRibbonPanel object.

class CMFCRibbonLaunchButton : public CMFCRibbonButton

Members

Public Constructors

Name

Description

CMFCRibbonLaunchButton::CMFCRibbonLaunchButton

 

CMFCRibbonLaunchButton::~CMFCRibbonLaunchButton

Destructor.

Public Methods

Name

Description

CMFCRibbonLaunchButton::CreateObject

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

CMFCRibbonLaunchButton::GetKeyTipRect

  (Overrides CMFCRibbonButton::GetKeyTipRect.)

CMFCRibbonLaunchButton::GetRegularSize

  (Overrides CMFCRibbonButton::GetRegularSize.)

CMFCRibbonLaunchButton::GetThisClass

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

CMFCRibbonLaunchButton::OnClick

Called by the framework when the user clicks the button. (Overrides CMFCRibbonButton::OnClick.)

CMFCRibbonLaunchButton::OnDraw

  (Overrides CMFCRibbonButton::OnDraw.)

Remarks

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

Inheritance Hierarchy

CObject

   CMFCRibbonBaseElement

      CMFCRibbonButton

         CMFCRibbonLaunchButton

Requirements

Header: afxribbonpanel.h

See Also

Concepts

MFC Hierarchy Chart

Reference

CMFCRibbonPanel Class

Other Resources

Classes (MFC Feature Pack)