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 98 of file spinbox.h.

#define SPS_HORIZONTAL   0x00000010L
 

The spinbox control is horizontal. The default is vertical.

Definition at line 104 of file spinbox.h.

#define SPS_TYPE_DOWNARROW   0x00000200L
 

The spinbox control contains only the down/right arrow.

Definition at line 122 of file spinbox.h.

#define SPS_TYPE_MASK   0x00000F00L
 

The mask code of spinbox control.

Definition at line 128 of file spinbox.h.

#define SPS_TYPE_NORMAL   0x00000000L
 

The spinbox control contains the up and left arrows.

Definition at line 110 of file spinbox.h.

#define SPS_TYPE_UPARROW   0x00000100L
 

The spinbox control contains only the up/left arrow.

Definition at line 116 of file spinbox.h.


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