VantagePoint Manufacturing Controls Class Libary
SimpleKeyboard is a keypad designed to provide the basic functions of a standard keyboard.

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

Syntax

   
 C# 
public class SimpleKeyboard : KeypadBase

Members

               
 All Members  Constructors   Properties   Methods   Events  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
SimpleKeyboard()()()
SimpleKeyPad 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.)
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..::.SimpleKeyboard

See Also