C# Class Vidka.Core.Ops.DuplicateCurClip

Inheritance: _VidkaOp
Afficher le fichier Open project: miktemk/VidkaEditor

Méthodes publiques

Méthode Description
DuplicateCurClip ( IVidkaOpContext context ) : System
Run ( ) : void
TriggerByKeyPress ( KeyEventArgs e ) : bool

Method Details

DuplicateCurClip() public méthode

public DuplicateCurClip ( IVidkaOpContext context ) : System
context IVidkaOpContext
Résultat System

Run() public méthode

public Run ( ) : void
Résultat void

TriggerByKeyPress() public méthode

public TriggerByKeyPress ( KeyEventArgs e ) : bool
e System.Windows.Forms.KeyEventArgs
Résultat bool