Property | Type | Description | |
---|---|---|---|
AddItem | void | ||
BeginUpdate | void | ||
CommandBarItem_PropertyChanged | void | ||
DropDownFilter | bool | ||
DropDownHook | |||
EndUpdate | void | ||
GetButtonInfo | 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 | ||
PreProcessMessage | bool | ||
PreProcessMnemonic | bool | ||
RemoveItem | void | ||
SetHotItem | void | ||
SetState | void | ||
TrackDropDown | void | ||
TrackDropDownNext | void | ||
UpdateImageList | void | ||
UpdateItems | void | ||
UpdateSize | void | ||
WmMenuChar | void | ||
WndProc | void |
Method | Description | |
---|---|---|
CommandBar ( ) : System.Diagnostics.CodeAnalysis | ||
CommandBar ( CommandBarStyle style ) : System.Diagnostics.CodeAnalysis | ||
PreProcessKeyDown ( Message &message ) : bool | ||
Show ( |
Method | Description | |
---|---|---|
CreateHandle ( ) : void | ||
Dispose ( bool disposing ) : void | ||
OnFontChanged ( |
||
OnHandleCreated ( |
||
OnMouseDown ( MouseEventArgs e ) : void | ||
OnMouseMove ( MouseEventArgs e ) : void |
Method | Description | |
---|---|---|
AddItem ( CommandBarItem item ) : void | ||
BeginUpdate ( ) : void | ||
CommandBarItem_PropertyChanged ( object sender, |
||
DropDownFilter ( Message &message ) : bool | ||
DropDownHook ( int code, |
||
EndUpdate ( ) : void | ||
GetButtonInfo ( int index ) : 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 | ||
PreProcessMessage ( Message &message ) : bool | ||
PreProcessMnemonic ( Keys keyCode ) : bool | ||
RemoveItem ( CommandBarItem item ) : 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 |
public CommandBar ( ) : System.Diagnostics.CodeAnalysis | ||
return | System.Diagnostics.CodeAnalysis |
public CommandBar ( CommandBarStyle style ) : System.Diagnostics.CodeAnalysis | ||
style | CommandBarStyle | |
return | System.Diagnostics.CodeAnalysis |
protected OnFontChanged ( |
||
e | ||
return | void |
protected OnHandleCreated ( |
||
e | ||
return | void |
protected OnMouseDown ( MouseEventArgs e ) : void | ||
e | MouseEventArgs | |
return | void |
protected OnMouseMove ( MouseEventArgs e ) : void | ||
e | MouseEventArgs | |
return | void |
public PreProcessKeyDown ( Message &message ) : bool | ||
message | Message | |
return | bool |
public Show ( |
||
control | ||
point | Point | |
return | void |