VantagePoint Manufacturing Controls Class Libary
NumericKeypad is a keypad that is designed to show numeric values when keys are pressed.

Namespace: VantagePoint.Keypads
Assembly:  VantagePoint (in VantagePoint)
Version: 1.0.0.0 (1.0.0.0)

Syntax

   
 C# 
public class NumericKeypad : KeypadBase

Members

                  
 All Members  Constructors   Fields   Properties   Methods   Events  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
NumericKeypad()()()
NumericKeyPad constructor
ButtonBackground
Get or set the Button Background
(Inherited from KeypadBase.)
ButtonBorderBrush
Get or set the button border brush
(Inherited from KeypadBase.)
ButtonBorderThickness
Get or set the button border thickness
(Inherited from KeypadBase.)
ButtonCornerRadius
Get or set the button corner radius
(Inherited from KeypadBase.)
ButtonFontSize
Get or set the button font size
(Inherited from KeypadBase.)
ButtonInnerBorderBrush
Get or set the button inner border brush
(Inherited from KeypadBase.)
ButtonInnerBorderThickness
Get or set the button inner border thickness
(Inherited from KeypadBase.)
ButtonInnerCornerRadius
Get or set the button inner corner radius
(Inherited from KeypadBase.)
Caption
Get or set the caption
(Inherited from KeypadBase.)
CaptionBrush
Get or set the caption brush
(Inherited from KeypadBase.)
CornerRadius
Get or set the corner radius
(Inherited from KeypadBase.)
FireOnKeyPressed(Object)
Fires The OnKeyPressed Event
(Inherited from KeypadBase.)
GlareBrush
Get or set the glare brush
(Inherited from KeypadBase.)
InnerBorderBrush
Get or set the inner border brush
(Inherited from KeypadBase.)
InnerBorderThickness
Get or set the inner border thickness
(Inherited from KeypadBase.)
InnerCornerRadius
Get or set the inner corner radius
(Inherited from KeypadBase.)
LEDBorderThickness
Get or set the led border thickness
LEDBorderThicknessProperty
The LED border thickness
LEDBrush
Get or set the LED brush
LEDBrushProperty
The LED color
LEDDisplayValue
Get or set the LED display value
LEDDisplayValueProperty
The value of the keypad
LEDScreenBackground
Get or set the LED screen background
LEDScreenBackgroundProperty
The LED screen background
LEDScreenCornerRadius
Get or set the LED screen corner radius
LEDScreenCornerRadiusProperty
The LED panel corner radius
LoadControlTemplate(String) (Inherited from ControlBase.)
MinorButtonBackground
Get or set the minor button background
(Inherited from KeypadBase.)
OnKeyPressed
Represents the method that will handle the key press event of a control.
(Inherited from KeypadBase.)
PaddingKeypad
Get or set the padding keypad
(Inherited from KeypadBase.)
PaddingLED
Get or set the padding LED
PaddingLEDProperty
The LED padding

Inheritance Hierarchy

System..::.Object
  System.Windows.Threading..::.DispatcherObject
    System.Windows..::.DependencyObject
      System.Windows.Media..::.Visual
        System.Windows..::.UIElement
          System.Windows..::.FrameworkElement
            System.Windows.Controls..::.Control
              VantagePoint.Common.BaseClasses..::.ControlBase
                VantagePoint.Common.BaseClasses..::.KeypadBase
                  VantagePoint.Keypads..::.NumericKeypad

See Also