Class jNumpad
- Namespace
- ComfileTech.jControlsNF4
- Assembly
- ComfileTech.jControlsNF4.dll
A control for accepting numeric input from an operator.
[Browsable(true)]
[ToolboxBitmap(typeof(jNumpad), "ComfileTech.jControlsNF4.Icons.jNumpad.bmp")]
public class jNumpad : jControl, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, IjControl, ISupportInitialize
- Inheritance
-
jNumpad
- Implements
- Inherited Members
Constructors
- jNumpad()
Instantiates a new instance of this class with default values.
Properties
- BackButton
The button for erasing the previously entered character.
- Border
The border around the perimeter of the control.
- Button0
The '0' button.
- Button1
The '1' button.
- Button2
The '2' button.
- Button3
The '3' button.
- Button4
The '4' button.
- Button5
The '5' button.
- Button6
The '6' button.
- Button7
The '7' button.
- Button8
The '8' button.
- Button9
The '9' button.
- ButtonPanel
The panel that lays out the buttons in a 4x4 grid.
- CancelButton
The button for cancelling the input.
- ClearOnEdit
True if ValueLabel should be cleared when an input button is pressed.
- CornerRadii
The radii for rounding each of the 4 corners of the control.
- DefaultSize
Gets the default size of the control.
- DotButton
The '.' button for entering a decimal point.
- DropShadow
The appearance of the drop shadow effect.
- EnterButton
The button for accepting the input.
- Fill
The interior fill of the control.
- LayoutPanel
The panel that organizes TitleLabel, ValueLabel, and ButtonPanel in an ordered layout.
- MaxLength
The maximum length of ValueLabel's text.
- SignButton
The '+/-' button for changing the sign of the number.
- Text
Gets or sets the title of this control.
- TitleLabel
The title of this numpad.
- ValueLabel
The label where the entered value is displayed.
Events
- InputCancelled
Event fired when the input is cancelled with the Cancel button.
- InputCommitted
Event fired with input is committed with the Enter button.