Unicode Controls & Classes for VB6 - Version 4

ctlNumIncXP Control

Represents a up-down number control
Check common properties here

Enums
Name Description
Properties
Name Type Description
AllowSpace (Boolean) Gets or sets the ability to accept space as a valid value
BackColor (OLE_COLOR) Gets or sets the background color of the text in the control
BorderColor (OLE_COLOR) Gets or sets the Border Color
ButtonBackColor (OLE_COLOR) Gets or sets the background color of internal buttons (up/down)
ButtonForeColor (OLE_COLOR) Gets or sets the foreground color of internal buttons (up/down)
ButtonStyle (eCtlButtonStyle) Gets or sets the style of buttons in the control
ButtonWidth (Integer) Gets or sets the width of internal buttons (up/down)
Enabled (Boolean) Enables or disables the control
Font (Font) Gets or sets the font used for text in the control, check the [ApplyFontChanges] for details
ForeColor (OLE_COLOR) Gets or sets the text color
Max (Long) Gets or sets the maximum accepted value
Min (Long) Gets or sets the minimum accepted value
MouseIcon (Picture) Gets or sets the MouseIcon for the control
MousePointer (VBRUN.MousePointerConstants) Gets or sets the MousePointer for the control
OLEDragMode (eCtlOLEDragMode) Gets or sets the OleDragMode for the control
OLEDropMode (eCtlOLEDropMode) Gets or sets the OleDropMode for the control
RightToLeft (Boolean) Gets or sets the ability to show bidirectional text on the control
Text (String) Gets or sets the internal value of the control
Tip (String) Gets or sets the Unicode tooltip for the control
TrapTabKey (Boolean) Gets or sets the ability for the control to catch Tab keys
Methods
Name Type Description
ApplyFontChanges When setting a new font on the control you need to call this function in order to refresh the interface
hWnd (Long) Returns the internal handle of the control
OLEDrag Starts an OLEDrag operation
Remarks