HForm hooks up MouseEvents of the Window and passes them to the HPanel class. More...
Public Member Functions | |
HWindow () | |
Public Attributes | |
HPanel | m_pHPanel |
HDB | m_pHDB |
WindowsFormsHost | m_pWinFormsHost |
HForm hooks up MouseEvents of the Window and passes them to the HPanel class.
This is the base class from which a custom HForm class should be derived
|
inline |
Default Constructor
HDB hoops_base.HWindow.m_pHDB |
Reference to HOOPS database
HPanel hoops_base.HWindow.m_pHPanel |
A reference to the HPanel object. A custom HPanel should be created in an overloaded HPanel::Init method
WindowsFormsHost hoops_base.HWindow.m_pWinFormsHost |
Reference to the WindowsFormsHost to host the UserControl in WPF application