C# 클래스 KeyboardEditor.ViewModels.VMContextElementEditable

상속: CK.WPF.ViewModel.VMBase
파일 보기 프로젝트 열기: Invenietis/ck-certified

공개 메소드들

메소드 설명
OnKeyDownAction ( int keyCode, int multiplier ) : void

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

보호된 메소드들

메소드 설명
VMContextElementEditable ( VMContextEditable context ) : System

비공개 메소드들

메소드 설명
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

메소드 상세

OnKeyDownAction() 공개 메소드

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
리턴 void

VMContextElementEditable() 보호된 메소드

protected VMContextElementEditable ( VMContextEditable context ) : System
context VMContextEditable
리턴 System