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

#define SPS_HORIZONTAL   0x00000010L

The spinbox control is horizontal. The default is vertical.

Definition at line 97 of file spinbox.h.

#define SPS_TYPE_DOWNARROW   0x00000200L

The spinbox control contains only the down/right arrow.

Definition at line 115 of file spinbox.h.

#define SPS_TYPE_MASK   0x00000F00L

The mask code of spinbox control.

Definition at line 121 of file spinbox.h.

#define SPS_TYPE_NORMAL   0x00000000L

The spinbox control contains the up and left arrows.

Definition at line 103 of file spinbox.h.

#define SPS_TYPE_UPARROW   0x00000100L

The spinbox control contains only the up/left arrow.

Definition at line 109 of file spinbox.h.

Generated on Thu Apr 7 15:58:36 2011 for MiniGUI V3.0.12 API Reference by  doxygen 1.6.3