C# Class Reflector.UserInterface.CommandBarManager

Inheritance: System.Windows.Forms.Control
Afficher le fichier Open project: sillsdev/FieldWorks Class Usage Examples

Méthodes publiques

Méthode Description
CommandBarManager ( ) : System.Diagnostics.CodeAnalysis
HandleAltKey ( System e, bool wasDown ) : bool

Méthodes protégées

Méthode Description
CreateHandle ( ) : void
Dispose ( bool disposing ) : void
OnHandleCreated ( EventArgs e ) : void

Private Methods

Méthode Description
AddCommandBar ( ) : void
BeginUpdate ( ) : void
CaptureBands ( ) : void
CommandBar_HandleCreated ( object sender, EventArgs e ) : void
CommandBar_TextChanged ( object sender, EventArgs e ) : void
EndUpdate ( ) : void
GetBandInfo ( int index ) : NativeMethods.REBARBANDINFO
NotifyChevronPushed ( Message &message ) : void
PreProcessMessage ( Message &msg ) : bool
ReleaseBands ( ) : void
RemoveCommandBar ( ) : void
UpdateBand ( int index ) : void
UpdateBands ( ) : void
UpdateSize ( ) : void
WndProc ( Message &message ) : void

Method Details

CommandBarManager() public méthode

public CommandBarManager ( ) : System.Diagnostics.CodeAnalysis
Résultat System.Diagnostics.CodeAnalysis

CreateHandle() protected méthode

protected CreateHandle ( ) : void
Résultat void

Dispose() protected méthode

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

HandleAltKey() public méthode

public HandleAltKey ( System e, bool wasDown ) : bool
e System
wasDown bool
Résultat bool

OnHandleCreated() protected méthode

protected OnHandleCreated ( EventArgs e ) : void
e System.EventArgs
Résultat void