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

Styles of spinbox control
[SpinBox control]

Defines


Define Documentation

#define SPS_AUTOSCROLL   0x00000001L
 

The spinbox control can automatically scroll, and disable itself when reach maximal or minimal value.

Definition at line 96 of file spinbox.h.

#define SPS_HORIZONTAL   0x00000010L
 

The spinbox control is horizontal. The default is vertical.

Definition at line 102 of file spinbox.h.

#define SPS_TYPE_DOWNARROW   0x00000200L
 

The spinbox control contains only the down/right arrow.

Definition at line 120 of file spinbox.h.

#define SPS_TYPE_MASK   0x00000F00L
 

The mask code of spinbox control.

Definition at line 126 of file spinbox.h.

#define SPS_TYPE_NORMAL   0x00000000L
 

The spinbox control contains the up and left arrows.

Definition at line 108 of file spinbox.h.

#define SPS_TYPE_UPARROW   0x00000100L
 

The spinbox control contains only the up/left arrow.

Definition at line 114 of file spinbox.h.


Generated on Mon Jun 26 13:54:34 2006 for MiniGUI V1.6.9 API Reference by  doxygen 1.4.2