C# Class NetIde.Core.OptionPages.Environment.KeyboardOptionControl

Inheritance: OptionPageControl
Afficher le fichier Open project: netide/netide

Méthodes publiques

Méthode Description
KeyboardOptionControl ( ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
FlushAssignedShortcuts ( ) : void
FontsControl_Apply ( object sender, EventArgs e ) : void
FontsControl_Load ( object sender, EventArgs e ) : void
GetButtonCode ( INiCommandBarButton button ) : string
InitializeComponent ( ) : void

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

ReloadList ( ) : void
UpdateEnabled ( ) : void
_assign_Click ( object sender, EventArgs e ) : void
_assignedShortcuts_SelectedIndexChanged ( object sender, EventArgs e ) : void
_commands_SelectedIndexChanged ( object sender, EventArgs e ) : void
_filter_TextChanged ( object sender, EventArgs e ) : void
_remove_Click ( object sender, EventArgs e ) : void
_shortcut_KeysChanged ( object sender, EventArgs e ) : void

Method Details

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

KeyboardOptionControl() public méthode

public KeyboardOptionControl ( ) : System
Résultat System