C# Class Reflector.UserInterface.CommandBar

Inheritance: System.Windows.Forms.Control, IDisposable
Show file Open project: sillsdev/FieldWorks Class Usage Examples

Private Properties

Property Type Description
AddItem void
BeginUpdate void
CommandBarItem_PropertyChanged void
DropDownFilter bool
DropDownHook System.IntPtr
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

Public Methods

Method Description
CommandBar ( ) : System.Diagnostics.CodeAnalysis
CommandBar ( CommandBarStyle style ) : System.Diagnostics.CodeAnalysis
PreProcessKeyDown ( Message &message ) : bool
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
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 ) : 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

Method Details

CommandBar() public method

public CommandBar ( ) : System.Diagnostics.CodeAnalysis
return System.Diagnostics.CodeAnalysis

CommandBar() public method

public CommandBar ( CommandBarStyle style ) : System.Diagnostics.CodeAnalysis
style CommandBarStyle
return System.Diagnostics.CodeAnalysis

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

PreProcessKeyDown() public method

public PreProcessKeyDown ( Message &message ) : bool
message Message
return bool

Show() public method

public Show ( Control control, Point point ) : void
control System.Windows.Forms.Control
point Point
return void