HotKeyBox Class
Namespace
MahApps.Metro.Controls
Base Types
  • Control
graph BT Type-->Base0["Control"] Type["HotKeyBox"] class Type type-node

Syntax

[TemplatePart(Name = PART_TextBox, Type = typeof(TextBox))]
public class HotKeyBox : Control

Attributes

Type Description
TemplatePart

Fields

Name Field Type Constant Value Summary
AreModifierKeysRequiredProperty DependencyProperty
static
HotKeyProperty DependencyProperty
static
TextProperty DependencyProperty
static

Properties

Name Property Type Summary
AreModifierKeysRequired bool
HotKey HotKey
Text string

Methods

Name Return Value Summary
OnApplyTemplate() void