Click or drag to resize
AB4D logo

KeyboardKey Class

KeyboardKey is a UserControl that shows vector image of a keyboard key with custom KeyText or with shoft arrow.
Inheritance Hierarchy
SystemObject
  System.Windows.ThreadingDispatcherObject
    System.WindowsDependencyObject
      System.Windows.MediaVisual
        System.WindowsUIElement
          System.WindowsFrameworkElement
            System.Windows.ControlsControl
              System.Windows.ControlsContentControl
                System.Windows.ControlsUserControl
                  Ab3d.ControlsKeyboardKey

Namespace: Ab3d.Controls
Assembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
Syntax
C#
public class KeyboardKey : UserControl, 
	IComponentConnector

The KeyboardKey type exposes the following members.

Constructors
 NameDescription
Public methodKeyboardKey Constructor
Top
Properties
 NameDescription
Public propertyIsShiftKey Gets or sets a FontFamily of the key text.
Public propertyKeyText Gets or sets a string that is shown in the key.
Top
Methods
 NameDescription
Public methodInitializeComponent InitializeComponent
Top
See Also