[About] Version=1.0 Author=Nic Mail=support@hiasm.com [Type] Class=Element Info=Implements the basic functionality required by a spin box . [Property] @AutoSize=Sets a value indicating whether the control should automatically resize based on its contents. ARG(bool)|14|1|True,False @BorderStyle=Sets the border style for the spin box .ARG(BorderStyle)|14|2|None,FixedSingle,Fixed3D @ContextMenuStrip=Sets the shortcut menu for the spin box ARG(ContextMenuStrip)|20|(empty)|ContextMenuStrip @ForeColor=Sets the foreground color of the spin box ARG(Color)|8| @InterceptArrowKeys=Sets a value indicating whether the user can use the UP ARROW and DOWN ARROW keys to select values.ARG(bool)|14|0|True,False @MaximumSize=Sets the maximum size of the spin box ARG(Size)|20|(empty)|Size @MinimumSize=Sets the minimum size of the spin box ARG(Size)|20|(empty)|Size @ReadOnly=Sets a value indicating whether the text can be changed by the use of the up or down buttons only.ARG(bool)|14|1|True,False @TextAlign=Sets the alignment of the text in the spin box .ARG(HorizontalAlignment)|14|0|Left,Right,Center @UpDownAlign=Sets the alignment of the up and down buttons on the spin box .ARG(LeftRightAlignment)|14|1|Left,Right [Methods] *doDownButton=When overridden in a derived class, handles the clicking of the down button on the spin box .ARG()|1|0 *doSelect=Selects a range of text in the spin box specifying the starting position and number of characters to select.ARG(int start, int length)|1|0 *doUpButton=When overridden in a derived class, handles the clicking of the up button on the spin box .ARG()|1|0 *onAutoSizeChanged=Occurs when the value of the AutoSize property changes. ARG(EventArgs)|2|0 *AutoSize=Returns a value indicating whether the control should automatically resize based on its contents. ARG(bool)|3|104 *BorderStyle=Returns the border style for the spin box .ARG(BorderStyle)|3|0 *ContextMenuStrip=Returns the shortcut menu for the spin box ARG(ContextMenuStrip)|3|0 *Focused=Returns true if this control has focus. ARG(bool)|3|104 *ForeColor=Returns the foreground color of the spin box ARG(Color)|3|8 *InterceptArrowKeys=Returns a value indicating whether the user can use the UP ARROW and DOWN ARROW keys to select values.ARG(bool)|3|104 *MaximumSize=Returns the maximum size of the spin box ARG(Size)|3|0 *MinimumSize=Returns the minimum size of the spin box ARG(Size)|3|0 *PreferredHeight=Returns the height of the spin box .ARG(int)|3|1 *ReadOnly=Returns a value indicating whether the text can be changed by the use of the up or down buttons only.ARG(bool)|3|104 *Text=Returns the text displayed in the spin box ARG(string)|3|2 *TextAlign=Returns the alignment of the text in the spin box .ARG(HorizontalAlignment)|3|0 *UpDownAlign=Returns the alignment of the up and down buttons on the spin box .ARG(LeftRightAlignment)|3|0 *length=The total number of characters to be selected. ARG(int)|4|1 *start=The position of the first character to be selected. ARG(int)|4|1