C# Class System.Windows.Forms.CommandBar

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

Private Properties

Property 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

Public Methods

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

Protected Methods

Method 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

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

public CommandBar ( CommandBarManager commandBarManager ) : System
commandBarManager CommandBarManager
return System

CommandBar() public method

public CommandBar ( CommandBarManager commandBarManager, CommandBarStyle style ) : System
commandBarManager CommandBarManager
style CommandBarStyle
return System

CreateHandle() protected method

protected CreateHandle ( ) : void
return void

Dispose() protected method

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

OnFontChanged() protected method

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

OnHandleCreated() protected method

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

OnMouseDown() protected method

protected OnMouseDown ( MouseEventArgs e ) : void
e MouseEventArgs
return void

OnMouseMove() protected method

protected OnMouseMove ( MouseEventArgs e ) : void
e MouseEventArgs
return void

Show() public method

public Show ( Control control, Point point ) : void
control Control
point Point
return void