C# Class System.Windows.Forms.CommandBarManager

Inheritance: Control
Afficher le fichier Open project: Longkong/Pojjaman Class Usage Examples

Private Properties

Свойство 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

Méthodes publiques

Méthode Description
CommandBarManager ( ) : System

Méthodes protégées

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

Private Methods

Méthode 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 méthode

public CommandBarManager ( ) : System
Résultat System

CreateHandle() protected méthode

protected CreateHandle ( ) : void
Résultat void

Dispose() protected méthode

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

OnHandleCreated() protected méthode

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