VantagePoint Manufacturing Controls Class Libary
Keypad base class is the base class from which all keypads are derived.

Namespace: VantagePoint.Common.BaseClasses
Assembly:  VantagePoint (in VantagePoint)
Version: 1.0.0.0 (1.0.0.0)

Syntax

   
 C# 
public class KeypadBase : ControlBase

Members

                  
 All Members  Constructors   Fields   Properties   Methods   Events  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
KeypadBase(String)
KeyPadBase constructor
ButtonBackground
Get or set the Button Background
ButtonBackgroundProperty
The background color of the main buttons
ButtonBorderBrush
Get or set the button border brush
ButtonBorderBrushProperty
The outer border of the buttons
ButtonBorderThickness
Get or set the button border thickness
ButtonBorderThicknessProperty
The thickness of the buttons
ButtonCornerRadius
Get or set the button corner radius
ButtonCornerRadiusProperty
The outer border of the buttons corner radius
ButtonFontSize
Get or set the button font size
ButtonFontSizeProperty
The font size on the buttons
ButtonInnerBorderBrush
Get or set the button inner border brush
ButtonInnerBorderBrushProperty
The brush that paints the inner border color of the arrow buttons
ButtonInnerBorderThickness
Get or set the button inner border thickness
ButtonInnerBorderThicknessProperty
The inner border thickness of the buttons
ButtonInnerCornerRadius
Get or set the button inner corner radius
ButtonInnerCornerRadiusProperty
The inner border of the buttons corner radius
Caption
Get or set the caption
CaptionBrush
Get or set the caption brush
CaptionBrushProperty
The brush that paints the caption color
CaptionProperty
The caption of the controls
CornerRadius
Get or set the corner radius
CornerRadiusProperty
The most outer corner corner radius
FireOnKeyPressed(Object)
Fires The OnKeyPressed Event
GlareBrush
Get or set the glare brush
GlareBrushProperty
The Glare effect for the controls
InnerBorderBrush
Get or set the inner border brush
InnerBorderBrushProperty
the inner border color Of the keypad
InnerBorderThickness
Get or set the inner border thickness
InnerBorderThicknessProperty
The thickness of the inner border
InnerCornerRadius
Get or set the inner corner radius
InnerCornerRadiusProperty
The inner border corner radius
LoadControlTemplate(String) (Inherited from ControlBase.)
MinorButtonBackground
Get or set the minor button background
MinorButtonBackgroundProperty
The brush that paints Minor Button Background
OnKeyPressed
Represents the method that will handle the key press event of a control.
PaddingKeypad
Get or set the padding keypad
PaddingKeypadProperty
The padding for the keypad

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..::.SimpleKeyboard
                  VantagePoint.Keypads..::.ArrowKeypad
                  VantagePoint.Keypads..::.NumericKeypad

See Also