C# Class SimpleSkin.MiniViewVM

Inheritance: CK.WPF.ViewModel.VMBase, IHighlightableElement, IDisposable
Afficher le fichier Open project: Invenietis/ck-certified Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
BeginHighlight ( BeginScrollingInfo beginScrollingInfo, ScrollingDirective scrollingDirective ) : ScrollingDirective
Dispose ( ) : void
EndHighlight ( EndScrollingInfo endScrollingInfo, ScrollingDirective scrollingDirective ) : ScrollingDirective
MiniViewVM ( KeyboardDisplayer parent ) : System
SelectElement ( ScrollingDirective scrollingDirective ) : ScrollingDirective

Method Details

BeginHighlight() public méthode

public BeginHighlight ( BeginScrollingInfo beginScrollingInfo, ScrollingDirective scrollingDirective ) : ScrollingDirective
beginScrollingInfo HighlightModel.BeginScrollingInfo
scrollingDirective HighlightModel.ScrollingDirective
Résultat HighlightModel.ScrollingDirective

Dispose() public méthode

public Dispose ( ) : void
Résultat void

EndHighlight() public méthode

public EndHighlight ( EndScrollingInfo endScrollingInfo, ScrollingDirective scrollingDirective ) : ScrollingDirective
endScrollingInfo HighlightModel.EndScrollingInfo
scrollingDirective HighlightModel.ScrollingDirective
Résultat HighlightModel.ScrollingDirective

MiniViewVM() public méthode

public MiniViewVM ( KeyboardDisplayer parent ) : System
parent KeyboardDisplayer
Résultat System

SelectElement() public méthode

public SelectElement ( ScrollingDirective scrollingDirective ) : ScrollingDirective
scrollingDirective HighlightModel.ScrollingDirective
Résultat HighlightModel.ScrollingDirective