C# Class Vidka.Core.Ops.ToggleLocked

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

Méthodes publiques

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

Method Details

Run() public méthode

public Run ( ) : void
Résultat void

ToggleLocked() public méthode

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

TriggerByKeyPress() public méthode

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