C# Class PsHandler.UI.TextBoxHotkey

Inheritance: System.Windows.Controls.TextBox
Mostra file Open project: kampiuceris/PsHandler

Public Properties

Property Type Description
RestrictedToSingeKeys bool

Public Methods

Method Description
GetString ( KeyCombination keyCombination ) : string
TextBoxHotkey ( ) : System
TextBoxHotkey ( bool restrictedToSingeKeys ) : System

Private Methods

Method Description
TextBoxKeyDown ( KeyCombination keyCombination ) : void

Method Details

GetString() public static method

public static GetString ( KeyCombination keyCombination ) : string
keyCombination KeyCombination
return string

TextBoxHotkey() public method

public TextBoxHotkey ( ) : System
return System

TextBoxHotkey() public method

public TextBoxHotkey ( bool restrictedToSingeKeys ) : System
restrictedToSingeKeys bool
return System

Property Details

RestrictedToSingeKeys public_oe property

public bool RestrictedToSingeKeys
return bool