C# Class Rsdn.Shortcuts.DesignShortcuts

Summary description for DesignShortcut.
Inheritance: System.Windows.Forms.Form, IDialogContainer
Afficher le fichier Open project: rsdn/janus Class Usage Examples

Méthodes publiques

Méthode Description
AcceptChanges ( ) : void
DesignShortcuts ( ShortcutManager manager ) : System
GetDialog ( ) : Control
RejectChanges ( ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

Méthode Description
BuildTree ( TreeNodeCollection treeNodes, ShortcutCollection shortcutNodes ) : void
CustomInitializeComponent ( ) : void
FillListBox ( bool refresh ) : void
InitializeComponent ( ) : void

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

LoadPreset ( ) : void
LoadShortcuts ( ) : void
ProcessToolbarClick ( string action ) : void
ReFillHashTable ( ) : void
SaveAsPreset ( ) : void
_applyButton_Click ( object sender, EventArgs e ) : void
_cancelButton_Click ( object sender, EventArgs e ) : void
_okButton_Click ( object sender, EventArgs e ) : void
_refreshButton_Click ( object sender, EventArgs e ) : void
_toolbar_ButtonClick ( object sender, System.Windows.Forms.ToolBarButtonClickEventArgs e ) : void
listBox1_SelectedValueChanged ( object sender, EventArgs e ) : void
treeView1_AfterSelect ( object sender, TreeViewEventArgs e ) : void
treeView1_BeforeSelect ( object sender, System.Windows.Forms.TreeViewCancelEventArgs e ) : void

Method Details

AcceptChanges() public méthode

public AcceptChanges ( ) : void
Résultat void

DesignShortcuts() public méthode

public DesignShortcuts ( ShortcutManager manager ) : System
manager ShortcutManager
Résultat System

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

GetDialog() public méthode

public GetDialog ( ) : Control
Résultat System.Windows.Forms.Control

RejectChanges() public méthode

public RejectChanges ( ) : void
Résultat void