C# Class CK.WPF.StandardViews.StdKeyView

Inheritance: System.Windows.Controls.Primitives.ButtonBase
Show file Open project: Invenietis/ck-certified

Public Properties

Property Type Description
CustomContentProperty System.Windows.DependencyProperty
DescriptionProperty System.Windows.DependencyProperty
DownLabelProperty System.Windows.DependencyProperty
HoverBackgroundProperty System.Windows.DependencyProperty
KeyDownCommandProperty System.Windows.DependencyProperty
KeyPressedCommandProperty System.Windows.DependencyProperty
KeyUpCommandProperty System.Windows.DependencyProperty
PressedBackgroundProperty System.Windows.DependencyProperty
ShowImageProperty System.Windows.DependencyProperty
ShowLabelProperty DependencyProperty
TextDecorationsProperty DependencyProperty
UpLabelProperty DependencyProperty
XProperty DependencyProperty
YProperty DependencyProperty
ZIndexProperty DependencyProperty

Protected Methods

Method Description
OnMouseLeftButtonDown ( System.Windows.Input.MouseButtonEventArgs e ) : void
OnMouseLeftButtonUp ( System.Windows.Input.MouseButtonEventArgs e ) : void

Private Methods

Method Description
FireCommand ( ICommand command ) : void
StdKeyView ( ) : System.Windows

Method Details

OnMouseLeftButtonDown() protected method

protected OnMouseLeftButtonDown ( System.Windows.Input.MouseButtonEventArgs e ) : void
e System.Windows.Input.MouseButtonEventArgs
return void

OnMouseLeftButtonUp() protected method

protected OnMouseLeftButtonUp ( System.Windows.Input.MouseButtonEventArgs e ) : void
e System.Windows.Input.MouseButtonEventArgs
return void

Property Details

CustomContentProperty public static property

public static DependencyProperty,System.Windows CustomContentProperty
return System.Windows.DependencyProperty

DescriptionProperty public static property

public static DependencyProperty,System.Windows DescriptionProperty
return System.Windows.DependencyProperty

DownLabelProperty public static property

public static DependencyProperty,System.Windows DownLabelProperty
return System.Windows.DependencyProperty

HoverBackgroundProperty public static property

public static DependencyProperty,System.Windows HoverBackgroundProperty
return System.Windows.DependencyProperty

KeyDownCommandProperty public static property

public static DependencyProperty,System.Windows KeyDownCommandProperty
return System.Windows.DependencyProperty

KeyPressedCommandProperty public static property

public static DependencyProperty,System.Windows KeyPressedCommandProperty
return System.Windows.DependencyProperty

KeyUpCommandProperty public static property

public static DependencyProperty,System.Windows KeyUpCommandProperty
return System.Windows.DependencyProperty

PressedBackgroundProperty public static property

public static DependencyProperty,System.Windows PressedBackgroundProperty
return System.Windows.DependencyProperty

ShowImageProperty public static property

public static DependencyProperty,System.Windows ShowImageProperty
return System.Windows.DependencyProperty

ShowLabelProperty public static property

public static DependencyProperty ShowLabelProperty
return DependencyProperty

TextDecorationsProperty public static property

public static DependencyProperty TextDecorationsProperty
return DependencyProperty

UpLabelProperty public static property

public static DependencyProperty UpLabelProperty
return DependencyProperty

XProperty public static property

public static DependencyProperty XProperty
return DependencyProperty

YProperty public static property

public static DependencyProperty YProperty
return DependencyProperty

ZIndexProperty public static property

public static DependencyProperty ZIndexProperty
return DependencyProperty