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

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

Private Properties

프로퍼티 타입 설명
BeginUpdate void
CaptureBands void
CommandBar_HandleCreated void
CommandBar_TextChanged void
CreateBandInfo System.Windows.Forms.NativeMethods.REBARBANDINFO
EndUpdate void
NotifyChevronPushed void
PreProcessMessage bool
ReleaseBands void
UpdateBand void
UpdateBands void
UpdateSize void
WndProc void

공개 메소드들

메소드 설명
CommandBarManager ( ) : System

보호된 메소드들

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

비공개 메소드들

메소드 설명
BeginUpdate ( ) : void
CaptureBands ( ) : void
CommandBar_HandleCreated ( object sender, EventArgs e ) : void
CommandBar_TextChanged ( object sender, EventArgs e ) : void
CreateBandInfo ( int index ) : System.Windows.Forms.NativeMethods.REBARBANDINFO
EndUpdate ( ) : void
NotifyChevronPushed ( Message &message ) : void
PreProcessMessage ( Message &msg ) : bool
ReleaseBands ( ) : void
UpdateBand ( CommandBar commandBar ) : void
UpdateBands ( ) : void
UpdateSize ( ) : void
WndProc ( Message &message ) : void

메소드 상세

CommandBarManager() 공개 메소드

public CommandBarManager ( ) : System
리턴 System

CreateHandle() 보호된 메소드

protected CreateHandle ( ) : void
리턴 void

Dispose() 보호된 메소드

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

OnHandleCreated() 보호된 메소드

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