C# Class RadioDld.ExtToolBar

Inheritance: System.Windows.Forms.ToolBar
Afficher le fichier Open project: ribbons/RadioDownloader

Méthodes publiques

Méthode Description
SetWholeDropDown ( ToolBarButton button ) : void

Méthodes protégées

Méthode Description
OnButtonClick ( System.Windows.Forms.ToolBarButtonClickEventArgs e ) : void
ProcessMnemonic ( char inputChar ) : bool
WndProc ( Message &m ) : void

Private Methods

Méthode Description
ShowDropdownMenu ( ToolBarButton button ) : void

Method Details

OnButtonClick() protected méthode

protected OnButtonClick ( System.Windows.Forms.ToolBarButtonClickEventArgs e ) : void
e System.Windows.Forms.ToolBarButtonClickEventArgs
Résultat void

ProcessMnemonic() protected méthode

protected ProcessMnemonic ( char inputChar ) : bool
inputChar char
Résultat bool

SetWholeDropDown() public méthode

public SetWholeDropDown ( ToolBarButton button ) : void
button System.Windows.Forms.ToolBarButton
Résultat void

WndProc() protected méthode

protected WndProc ( Message &m ) : void
m System.Windows.Forms.Message
Résultat void