VantagePoint Manufacturing Controls Class Libary
ArrowKeypad is a keypad designed with four arrow buttons depicting left,right,up,and down and a user changeable center button.

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

Syntax

   
 C# 
public class ArrowKeypad : KeypadBase

Members

                  
 All Members  Constructors   Fields   Properties   Methods   Events  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
ArrowKeypad()()()
ArrowKeyPad constructor
ArrowBackground
Get or set the arrow background
ArrowBackgroundProperty
The brush that paints the arrow background
ArrowBorderBrush
Get or set the arrow border brush
ArrowBorderBrushProperty
The brush that paints a border around the arrows
ArrowDesign
Get or set the arrow design
ArrowDesignProperty
Arrow design value
ArrowSize
Get or set the arrow size
ArrowSizeProperty
The font size on the arrows
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.)
ButtonContent
Get or set the content for enter button
ButtonContentProperty
Content for the enter button
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.)
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.)

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..::.ArrowKeypad

See Also