class IRollupPanel : public InterfaceServer
#include <custcont.h>

Public Member Functions |
|
| virtual HINSTANCE | GetHInst ()=0 |
| virtual DWORD_PTR | GetResID ()=0 |
| virtual BOOL | operator== (const IRollupPanel &id)=0 |
| virtual int | GetCategory ()=0 |
| virtual void | SetCategory (int cat)=0 |
| virtual HWND | GetHWnd ()=0 |
| virtual HWND | GetRollupWindowHWND ()=0 |
| virtual HWND | GetTitleWnd ()=0 |
| virtual HWND | GetPanelWnd ()=0 |
| This function gets the main panel window
handle. |
|
| virtual void | SetDlgHeight (int height)=0 |
| This functions sets the height of this
panel. |
|
| virtual int | GetDlgHeight ()=0 |
| This function gets the height of the panel.
|
|
| virtual HINSTANCE GetHInst | ( | ) | [pure virtual] |
| virtual DWORD_PTR GetResID | ( | ) | [pure virtual] |
| virtual BOOL operator== | ( | const IRollupPanel & | id | ) | [pure virtual] |
| virtual int GetCategory | ( | ) | [pure virtual] |
| virtual void SetCategory | ( | int | cat | ) | [pure virtual] |
| virtual HWND GetHWnd | ( | ) | [pure virtual] |
| virtual HWND GetRollupWindowHWND | ( | ) | [pure virtual] |
| virtual HWND GetTitleWnd | ( | ) | [pure virtual] |
| virtual HWND GetPanelWnd | ( | ) | [pure virtual] |
This function gets the main panel window handle.
| virtual void SetDlgHeight | ( | int | height | ) | [pure virtual] |
This functions sets the height of this panel.
| [in] | height | The height of the panel dlg. |
| virtual int GetDlgHeight | ( | ) | [pure virtual] |
This function gets the height of the panel.