C# Class System.Windows.Forms.CommandBar

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

Private Properties

Свойство Type Description
AddItem void
AddItems void
BeginUpdate void
CommandBarItem_PropertyChanged void
DropDownFilter bool
DropDownHook System.IntPtr
EndUpdate void
GetButtonInfo System.Windows.Forms.NativeMethods.TBBUTTONINFO
GetHotItem int
GetNextItem int
GetPreviousItem int
HitTest int
IsValid bool
NotifyCustomDraw void
NotifyCustomDrawMenuBar void
NotifyCustomDrawToolBar void
NotifyDropDown void
NotifyNeedTextA void
NotifyNeedTextW void
PerformClick bool
PreProcessKeyDown bool
PreProcessMessage bool
PreProcessMnemonic bool
RemoveItem void
RemoveItems void
SetHotItem void
SetState void
TrackDropDown void
TrackDropDownNext void
UpdateImageList void
UpdateItems void
UpdateSize void
WmMenuChar void
WndProc void

Méthodes publiques

Méthode Description
CommandBar ( CommandBarManager commandBarManager ) : System
CommandBar ( CommandBarManager commandBarManager, CommandBarStyle style ) : System
Show ( Control control, Point point ) : void

Méthodes protégées

Méthode Description
CreateHandle ( ) : void
Dispose ( bool disposing ) : void
OnFontChanged ( EventArgs e ) : void
OnHandleCreated ( EventArgs e ) : void
OnMouseDown ( MouseEventArgs e ) : void
OnMouseMove ( MouseEventArgs e ) : void

Private Methods

Méthode Description
AddItem ( CommandBarItem item ) : void
AddItems ( ) : void
BeginUpdate ( ) : void
CommandBarItem_PropertyChanged ( object sender, PropertyChangedEventArgs e ) : void
DropDownFilter ( Message &message ) : bool
DropDownHook ( int code, IntPtr wparam, IntPtr lparam ) : IntPtr
EndUpdate ( ) : void
GetButtonInfo ( int index ) : System.Windows.Forms.NativeMethods.TBBUTTONINFO
GetHotItem ( ) : int
GetNextItem ( int index ) : int
GetPreviousItem ( int index ) : int
HitTest ( Point point ) : int
IsValid ( int index ) : bool
NotifyCustomDraw ( Message &m ) : void
NotifyCustomDrawMenuBar ( Message &m ) : void
NotifyCustomDrawToolBar ( Message &m ) : void
NotifyDropDown ( Message &message ) : void
NotifyNeedTextA ( Message &message ) : void
NotifyNeedTextW ( Message &message ) : void
PerformClick ( CommandBarItem item ) : bool
PreProcessKeyDown ( Message &message ) : bool
PreProcessMessage ( Message &message ) : bool
PreProcessMnemonic ( Keys keyCode ) : bool
RemoveItem ( CommandBarItem item ) : void
RemoveItems ( ) : void
SetHotItem ( int index ) : void
SetState ( State state, int index ) : void
TrackDropDown ( int index ) : void
TrackDropDownNext ( int index ) : void
UpdateImageList ( ) : void
UpdateItems ( ) : void
UpdateSize ( ) : void
WmMenuChar ( Message &message ) : void
WndProc ( Message &message ) : void

Method Details

CommandBar() public méthode

public CommandBar ( CommandBarManager commandBarManager ) : System
commandBarManager CommandBarManager
Résultat System

CommandBar() public méthode

public CommandBar ( CommandBarManager commandBarManager, CommandBarStyle style ) : System
commandBarManager CommandBarManager
style CommandBarStyle
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

OnFontChanged() protected méthode

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

OnHandleCreated() protected méthode

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

OnMouseDown() protected méthode

protected OnMouseDown ( MouseEventArgs e ) : void
e MouseEventArgs
Résultat void

OnMouseMove() protected méthode

protected OnMouseMove ( MouseEventArgs e ) : void
e MouseEventArgs
Résultat void

Show() public méthode

public Show ( Control control, Point point ) : void
control Control
point Point
Résultat void