C# Class Reflector.UserInterface.CommandBarManager

Inheritance: System.Windows.Forms.Control
Mostrar archivo Open project: sillsdev/FieldWorks Class Usage Examples

Public Methods

Method Description
CommandBarManager ( ) : System.Diagnostics.CodeAnalysis
HandleAltKey ( System e, bool wasDown ) : bool

Protected Methods

Method Description
CreateHandle ( ) : void
Dispose ( bool disposing ) : void
OnHandleCreated ( EventArgs e ) : void

Private Methods

Method 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 method

public CommandBarManager ( ) : System.Diagnostics.CodeAnalysis
return System.Diagnostics.CodeAnalysis

CreateHandle() protected method

protected CreateHandle ( ) : void
return void

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

HandleAltKey() public method

public HandleAltKey ( System e, bool wasDown ) : bool
e System
wasDown bool
return bool

OnHandleCreated() protected method

protected OnHandleCreated ( EventArgs e ) : void
e System.EventArgs
return void