etc.negui.control.updown.updown

アップダウンコントロール。
スピンコントロールとも。
class UpDownException: etc.negui.control.control.ControlException;

class UpDown: etc.negui.control.control.Control, etc.negui.control.control.ICommonControl;

enum POSITION;

LEFT
コントロールをバディウィンドウの左側に配置します。
RIGHT
コントロールをバディウィンドウの右側に配置します。
HORIZON
コントロールを横向きに配置します。
this(NeGui Owner , ITEM_ID Id , POSITION Position = (POSITION).RIGHT);
History:
1.032: [P] 処置内容変更。
this(ref NEGUIINFO NeGuiInfo , POSITION Position );
History:
1.032: 新規作成。
Control buddy(in Control ctrl );

const Control buddy();

bool reBuddy();

const INT value();

INT value(INT Value );
Returns:
以前の値。
void range(int min , int max );