C# Class KeyboardEditor.ViewModels.VMContextElementEditable

Inheritance: CK.WPF.ViewModel.VMBase
Afficher le fichier Open project: Invenietis/ck-certified

Méthodes publiques

Méthode Description
OnKeyDownAction ( int keyCode, int multiplier ) : void

Override this method to trigger certain actions when the user presses keys while this ContextElement is selected

Méthodes protégées

Méthode Description
VMContextElementEditable ( VMContextEditable context ) : System

Private Methods

Méthode Description
CanClearProperty ( string propertyName ) : bool
ClearProperty ( string propertyName ) : void
Dispose ( ) : void

Internal method called by this Context only.

GetLoopCounts ( int from, int to ) : IEnumerable
GetParents ( ) : IEnumerable
GetSizes ( int from, int to ) : IEnumerable
OnLayoutConfigChanged ( object sender, CK.Plugin.Config.ConfigChangedEventArgs e ) : void
UnregisterEvents ( ) : void

Method Details

OnKeyDownAction() public méthode

Override this method to trigger certain actions when the user presses keys while this ContextElement is selected
public OnKeyDownAction ( int keyCode, int multiplier ) : void
keyCode int The keycode of the key that has been pressed and retrieved from the message pump
multiplier int optional integer
Résultat void

VMContextElementEditable() protected méthode

protected VMContextElementEditable ( VMContextEditable context ) : System
context VMContextEditable
Résultat System