C# Class Vidka.Core.Ops.TogglePreviewMode

Inheritance: _VidkaOp
Show file Open project: miktemk/VidkaEditor

Public Methods

Method Description
Run ( ) : void
TogglePreviewMode ( IVidkaOpContext context ) : System
TriggerByKeyPress ( KeyEventArgs e ) : bool

Method Details

Run() public method

public Run ( ) : void
return void

TogglePreviewMode() public method

public TogglePreviewMode ( IVidkaOpContext context ) : System
context IVidkaOpContext
return System

TriggerByKeyPress() public method

public TriggerByKeyPress ( KeyEventArgs e ) : bool
e System.Windows.Forms.KeyEventArgs
return bool