C# Class YetAnotherRelogger.Helpers.Hotkeys.Actions.ResizeCurrent

Inheritance: IHotkeyAction
Afficher le fichier Open project: sinterlkaas/YetAnotherRelogger

Méthodes publiques

Méthode Description
Equals ( IHotkeyAction other ) : bool
OnDispose ( ) : void
OnInitialize ( System.Windows.Forms.Hotkey hotkey ) : void
OnPressed ( ) : void

Method Details

Equals() public méthode

public Equals ( IHotkeyAction other ) : bool
other IHotkeyAction
Résultat bool

OnDispose() public méthode

public OnDispose ( ) : void
Résultat void

OnInitialize() public méthode

public OnInitialize ( System.Windows.Forms.Hotkey hotkey ) : void
hotkey System.Windows.Forms.Hotkey
Résultat void

OnPressed() public méthode

public OnPressed ( ) : void
Résultat void