C# Class Rsdn.Shortcuts.EditorNodes

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

Méthodes publiques

Méthode Description
EditorNodes ( ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
BuildTree ( TreeNode currentNode, ShortcutCollection node ) : void
CreateCollection ( ) : void
EditorNodes_Load ( object sender, EventArgs e ) : void
FillNode ( CustomShortcut shortcut, TreeNodeCollection nodes ) : void
GetType ( string typeName ) : Type
InitializeComponent ( ) : void

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

_addButton_Click ( object sender, EventArgs e ) : void
_cancelButton_Click ( object sender, EventArgs e ) : void
_deleteButton_Click ( object sender, EventArgs e ) : void
_descriptionBox_TextChanged ( object sender, EventArgs e ) : void
_nameBox_TextChanged ( object sender, EventArgs e ) : void
_okButton_Click ( object sender, EventArgs e ) : void
_treeView_AfterSelect ( object sender, TreeViewEventArgs e ) : void

Method Details

Dispose() protected méthode

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

EditorNodes() public méthode

public EditorNodes ( ) : System
Résultat System