ReactOS 0.4.16-dev-88-ga65b6ae
|
#include <startmenu.h>
Public Member Functions | |
StartMenuCtrl (HWND parent, int x, int y, int w, LPCTSTR title, UINT id, HICON hIcon=0, bool hasSubmenu=false, DWORD style=WS_VISIBLE|WS_CHILD|BS_OWNERDRAW, DWORD exStyle=0) | |
Public Member Functions inherited from Button | |
Button (HWND parent, LPCTSTR text, int left, int top, int width, int height, int id, DWORD flags=WS_VISIBLE|WS_CHILD|BS_PUSHBUTTON, DWORD exStyle=0) | |
To create a Startmenu button control, construct a StartMenuCtrl object.
Definition at line 109 of file startmenu.h.
|
inline |
Definition at line 111 of file startmenu.h.