C# Class Rsdn.Shortcuts.ListBoxShortcuts

Inheritance: ListBoxTwoColumn
Afficher le fichier Open project: rsdn/janus

Méthodes protégées

Méthode Description
OnDrawItem ( DrawItemEventArgs e ) : void
OnKeyUp ( KeyEventArgs e ) : void
ProcessCmdKey ( Message &msg, Keys keyData ) : bool

Private Methods

Méthode Description
GetItemShortcut ( int index ) : int
KeyToString ( int key ) : string
SetItemShortcut ( int index, Shortcut shortcut ) : void
SetNoneShortcut ( int index ) : void
TestExistShortcut ( Keys key, int index ) : bool

Method Details

OnDrawItem() protected méthode

protected OnDrawItem ( DrawItemEventArgs e ) : void
e System.Windows.Forms.DrawItemEventArgs
Résultat void

OnKeyUp() protected méthode

protected OnKeyUp ( KeyEventArgs e ) : void
e System.Windows.Forms.KeyEventArgs
Résultat void

ProcessCmdKey() protected méthode

protected ProcessCmdKey ( Message &msg, Keys keyData ) : bool
msg System.Windows.Forms.Message
keyData Keys
Résultat bool