Main Page | Modules | Alphabetical List | Data Structures | Directories | File List | Data Fields | Globals | Related Pages

Styles of menubutton control
[MenuButton control]

Defines


Define Documentation

#define MBS_ALIGNCENTER   0x0020
 

The text on menubutton is center-align.

Definition at line 140 of file menubutton.h.

#define MBS_ALIGNLEFT   0x0000
 

The text on menubutton is left-align (default).

Definition at line 128 of file menubutton.h.

#define MBS_ALIGNMASK   0x00F0
 

The align mask of menubutton.

Definition at line 146 of file menubutton.h.

#define MBS_ALIGNRIGHT   0x0010
 

The text on menubutton is right-align.

Definition at line 134 of file menubutton.h.

#define MBS_LEFTARROW   0x0002
 

The menu pull-down arrow will be display at the left of the text.

Definition at line 116 of file menubutton.h.

#define MBS_NOBUTTON   0x0004
 

The control have not push button.

Definition at line 122 of file menubutton.h.

#define MBS_SORT   0x0001
 

If this bit is set, the items listed in the control are displayed in a specified order.

Definition at line 110 of file menubutton.h.


Generated on Mon Jun 26 14:21:36 2006 for MiniGUI V2.0.3 API Reference by  doxygen 1.4.2