Holds optional control parameters. More...
#include <Control.h>
Public Member Functions | |
| ControlParam & | AddStyle (DWORD style) |
| ControlParam & | ComboBox_DropDown () |
| ControlParam & | ComboBox_DropDownList () |
| ControlParam & | ExStyle (DWORD exStyle) |
| DWORD | GetExStyleOrDefault (DWORD defStyle) const |
| DWORD | GetIdOrDefault () const |
| DWORD | GetStyleOrDefault (DWORD defStyle) const |
| NEO_WINDOW_MODE | GetWindowModeOrDefault () const |
| ControlParam & | Id (int id) |
| ControlParam & | ListCtrl_Icon () |
| ControlParam & | ListCtrl_List () |
| ControlParam & | ListCtrl_Report () |
| ControlParam & | ListCtrl_SmallIcon () |
| ControlParam & | ScrollBar_Horizontal () |
| ControlParam & | ScrollBar_Vertical () |
| ControlParam & | StaticCtrl_HCenter () |
| ControlParam & | StaticCtrl_Left () |
| ControlParam & | StaticCtrl_Right () |
| ControlParam & | StaticCtrl_VCenter () |
| ControlParam & | Style (DWORD style) |
| ControlParam & | TextBox_MultiLine () |
| ControlParam & | WindowMode (NEO_WINDOW_MODE mode) |
Holds optional control parameters.
|
inline |
|
inline |
Sets the control id. Since we can bind message handlers directly to control, this is seldomly used.
|
inline |
Set the style for the control.
1.8.5