C# Class Vidka.Core.Ops.DeleteCurSelectedClip

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

Méthodes publiques

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

Method Details

DeleteCurSelectedClip() public méthode

public DeleteCurSelectedClip ( 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