C# 클래스 SidebarLibrary.CommandBars.ReBar

Summary description for Rebar.
상속: System.Windows.Forms.Control, IMessageFilter
파일 보기 프로젝트 열기: sillsdev/FieldWorks

공개 메소드들

메소드 설명
GetBandRect ( int bandIndex ) : Rectangle
GetRebarHeight ( ) : int
PreProcessMessage ( Message &msg ) : bool
ReBar ( ) : System
UpdateBackgroundColor ( ) : void
UpdateBandsColors ( object sender, EventArgs e ) : void

보호된 메소드들

메소드 설명
CreateHandle ( ) : void
Dispose ( bool disposing ) : void
HitGripper ( MouseEventArgs e ) : bool
OnHandleCreated ( EventArgs e ) : void
OnMouseDown ( MouseEventArgs e ) : void
OnMouseMove ( MouseEventArgs e ) : void
OnMouseUp ( MouseEventArgs e ) : void
OnParentChanged ( EventArgs e ) : void
WndProc ( Message &m ) : void

비공개 메소드들

메소드 설명
Band_HandleCreated ( Object s, EventArgs e ) : void
Band_TextChanged ( Object s, EventArgs e ) : void
Bands_Changed ( Object s, EventArgs e ) : void
BeginUpdate ( ) : void
CaptureBands ( ) : void
DrawGripper ( Graphics g, Rectangle bounds ) : void
EndUpdate ( ) : void
GetBandActualIndex ( int bandIndex ) : int
GetBandInfo ( int index ) : REBARBANDINFO
GetRebarInfo ( int index ) : REBARBANDINFO
IMessageFilter ( Message &message ) : bool
IsCommonCtrl6 ( ) : bool
NotifyChevronPushed ( Message &m ) : void
NotifyChildSize ( ) : void
PaintBackground ( ) : void
RealizeBands ( ) : void
ReleaseBands ( ) : void
ShowMoveCursor ( MouseEventArgs e ) : bool
UpdateBand ( int index ) : void
UpdateBands ( ) : void
UpdateSize ( ) : void

메소드 상세

CreateHandle() 보호된 메소드

protected CreateHandle ( ) : void
리턴 void

Dispose() 보호된 메소드

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

GetBandRect() 공개 메소드

public GetBandRect ( int bandIndex ) : Rectangle
bandIndex int
리턴 System.Drawing.Rectangle

GetRebarHeight() 공개 메소드

public GetRebarHeight ( ) : int
리턴 int

HitGripper() 보호된 메소드

protected HitGripper ( MouseEventArgs e ) : bool
e MouseEventArgs
리턴 bool

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

OnMouseUp() 보호된 메소드

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

OnParentChanged() 보호된 메소드

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

PreProcessMessage() 공개 메소드

public PreProcessMessage ( Message &msg ) : bool
msg System.Windows.Forms.Message
리턴 bool

ReBar() 공개 메소드

public ReBar ( ) : System
리턴 System

UpdateBackgroundColor() 공개 메소드

public UpdateBackgroundColor ( ) : void
리턴 void

UpdateBandsColors() 정적인 공개 메소드

static public UpdateBandsColors ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
리턴 void

WndProc() 보호된 메소드

protected WndProc ( Message &m ) : void
m System.Windows.Forms.Message
리턴 void