CMFCMousePropertyPage Class
A property page that enables the user to customize mouse behavior.
class CMFCMousePropertyPage : public CPropertyPage
Members
Public Constructors
Name |
Description |
CMFCMousePropertyPage::CMFCMousePropertyPage |
Default constructor. |
CMFCMousePropertyPage::~CMFCMousePropertyPage |
Destructor. |
Public Methods
Name |
Description |
CMFCMousePropertyPage::CreateObject |
Used by the framework to create a dynamic instance of this class type. |
CMFCMousePropertyPage::GetThisClass |
Used by the framework to obtain a pointer to the CRuntimeClass object that is associated with this class type. |
Remarks
This class supports the MFC framework infrastructure and is not intended to be used directly from your code.
The CMFCMousePropertyPage class enables the user to associate a command with the double-click mouse event for each view in an application. If your application initializes the global mouse manager, the framework automatically adds the mouse property page to the Customization dialog box. The framework adds each main menu command to the list of available options.
For more information about how to enable the mouse property page in your application, see Keyboard and Mouse Customization
Inheritance Hierarchy
Requirements
Header: afxmousepropertypage.h
See Also
Concepts
Keyboard and Mouse Customization