C# Class System.Windows.Forms.CommandBarManager

Inheritance: Control
Show file Open project: Longkong/Pojjaman Class Usage Examples

Private Properties

Property Type Description
BeginUpdate void
CaptureBands void
CommandBar_HandleCreated void
CommandBar_TextChanged void
CreateBandInfo System.Windows.Forms.NativeMethods.REBARBANDINFO
EndUpdate void
NotifyChevronPushed void
PreProcessMessage bool
ReleaseBands void
UpdateBand void
UpdateBands void
UpdateSize void
WndProc void

Public Methods

Method Description
CommandBarManager ( ) : System

Protected Methods

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

Private Methods

Method Description
BeginUpdate ( ) : void
CaptureBands ( ) : void
CommandBar_HandleCreated ( object sender, EventArgs e ) : void
CommandBar_TextChanged ( object sender, EventArgs e ) : void
CreateBandInfo ( int index ) : System.Windows.Forms.NativeMethods.REBARBANDINFO
EndUpdate ( ) : void
NotifyChevronPushed ( Message &message ) : void
PreProcessMessage ( Message &msg ) : bool
ReleaseBands ( ) : void
UpdateBand ( CommandBar commandBar ) : void
UpdateBands ( ) : void
UpdateSize ( ) : void
WndProc ( Message &message ) : void

Method Details

CommandBarManager() public method

public CommandBarManager ( ) : System
return System

CreateHandle() protected method

protected CreateHandle ( ) : void
return void

Dispose() protected method

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

OnHandleCreated() protected method

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