C# Class KeyboardJedi.UI.MainForm

Inheritance: IMainFormView
Afficher le fichier Open project: royosherove/dotnet-keyjedi

Méthodes publiques

Свойство Type Description
KeysListView System.Windows.Forms.ListView
mnuList System.Windows.Forms.ContextMenuStrip

Méthodes publiques

Méthode Description
DisplayKeys ( IEnumerable keys ) : void
DisplayMouselessModeInstructions ( string instructions ) : void
DisplayMouselessModeMenuOptions ( ) : void
DisplayTitle ( string title ) : void
GetTrackBarPosition ( ) : int
HideMouselessModeInstructions ( ) : void
HideMouselessModeMenuOption ( ) : void
MainForm ( ) : System
SetFont ( Font font ) : void
SetOpacity ( double opacity ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
AddText ( string message ) : void
CopyAllMemosToClipboardToolStripMenuItemClick ( object sender, EventArgs e ) : void
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

KeyboardHookKeyboardEvent ( KeyboardEvents kEvent, Keys key ) : void
ListView1DoubleClick ( object sender, EventArgs e ) : void
MainFormFormClosing ( object sender, FormClosingEventArgs e ) : void
MainFormLoad ( object sender, EventArgs e ) : void
MouseHookMouseEvent ( MouseEvents mEvent, Point point ) : void
MouselessModeOnOffToolStripMenuItemClick ( object sender, EventArgs e ) : void
OpacityTrackBarScroll ( object sender, EventArgs e ) : void
SetMemoOnSelectedItem ( ) : void
SetMemoOnThisItemToolStripMenuItemClick ( object sender, EventArgs e ) : void
mgr_OnShortcutActivated ( string msg ) : void

Method Details

DisplayKeys() public méthode

public DisplayKeys ( IEnumerable keys ) : void
keys IEnumerable
Résultat void

DisplayMouselessModeInstructions() public méthode

public DisplayMouselessModeInstructions ( string instructions ) : void
instructions string
Résultat void

DisplayMouselessModeMenuOptions() public méthode

public DisplayMouselessModeMenuOptions ( ) : void
Résultat void

DisplayTitle() public méthode

public DisplayTitle ( string title ) : void
title string
Résultat void

Dispose() protected méthode

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Résultat void

GetTrackBarPosition() public méthode

public GetTrackBarPosition ( ) : int
Résultat int

HideMouselessModeInstructions() public méthode

public HideMouselessModeInstructions ( ) : void
Résultat void

HideMouselessModeMenuOption() public méthode

public HideMouselessModeMenuOption ( ) : void
Résultat void

MainForm() public méthode

public MainForm ( ) : System
Résultat System

SetFont() public méthode

public SetFont ( Font font ) : void
font Font
Résultat void

SetOpacity() public méthode

public SetOpacity ( double opacity ) : void
opacity double
Résultat void

Property Details

KeysListView public_oe property

public System.Windows.Forms.ListView KeysListView
Résultat System.Windows.Forms.ListView

mnuList public_oe property

public System.Windows.Forms.ContextMenuStrip mnuList
Résultat System.Windows.Forms.ContextMenuStrip