C# 클래스 System.Windows.Forms.CommandBar

상속: Control, IDisposable
파일 보기 프로젝트 열기: Longkong/Pojjaman 1 사용 예제들

Private Properties

프로퍼티 타입 설명
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

공개 메소드들

메소드 설명
CommandBar ( CommandBarManager commandBarManager ) : System
CommandBar ( CommandBarManager commandBarManager, CommandBarStyle style ) : System
Show ( Control control, Point point ) : void

보호된 메소드들

메소드 설명
CreateHandle ( ) : void
Dispose ( bool disposing ) : void
OnFontChanged ( EventArgs e ) : void
OnHandleCreated ( EventArgs e ) : void
OnMouseDown ( MouseEventArgs e ) : void
OnMouseMove ( MouseEventArgs e ) : void

비공개 메소드들

메소드 설명
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

메소드 상세

CommandBar() 공개 메소드

public CommandBar ( CommandBarManager commandBarManager ) : System
commandBarManager CommandBarManager
리턴 System

CommandBar() 공개 메소드

public CommandBar ( CommandBarManager commandBarManager, CommandBarStyle style ) : System
commandBarManager CommandBarManager
style CommandBarStyle
리턴 System

CreateHandle() 보호된 메소드

protected CreateHandle ( ) : void
리턴 void

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

OnFontChanged() 보호된 메소드

protected OnFontChanged ( EventArgs e ) : void
e System.EventArgs
리턴 void

OnHandleCreated() 보호된 메소드

protected OnHandleCreated ( EventArgs e ) : void
e System.EventArgs
리턴 void

OnMouseDown() 보호된 메소드

protected OnMouseDown ( MouseEventArgs e ) : void
e MouseEventArgs
리턴 void

OnMouseMove() 보호된 메소드

protected OnMouseMove ( MouseEventArgs e ) : void
e MouseEventArgs
리턴 void

Show() 공개 메소드

public Show ( Control control, Point point ) : void
control Control
point Point
리턴 void