C# 클래스 Pabo.MozBar.MozPane

상속: Pabo.MozBar.ScrollableControlWithScrollEvents, ISupportInitialize
파일 보기 프로젝트 열기: binaryage/xrefresh 1 사용 예제들

Private Properties

프로퍼티 타입 설명
GetThemeColors void
GetWindowLong int
InitializeComponent void
IsHorizontalScrollBarVisible bool
IsVerticalScrollBarVisible bool
MatchControlCollToMozItemsColl void
MozItem_Click void
MozItem_DoubleClick void
MozItem_GotFocus void
MozItem_LostFocus void
OnParentChanged void
OnParentVisibleChanged void
RemoveFocus void
ShowScrollBar int
UpdateMozItems void

공개 메소드들

메소드 설명
BeginInit ( ) : void

Signals the MozPane that initialization is starting

DoLayout ( ) : void
DoLayout ( bool performRealLayout ) : void
EndInit ( ) : void

Signals the MozPane that initialization is complete

MozPane ( ) : System
PreProcessMessage ( Message &msg ) : bool
SelectByName ( string name ) : void
SelectByText ( string text ) : void
SelectItem ( int index ) : void
SelectItem ( string tag ) : void

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnControlAdded ( System.Windows.Forms.ControlEventArgs e ) : void
OnControlRemoved ( System.Windows.Forms.ControlEventArgs e ) : void
OnGotFocus ( EventArgs e ) : void
OnKeyDown ( KeyEventArgs e ) : void
OnLostFocus ( EventArgs e ) : void
OnMozItemAdded ( Pabo.MozBar.MozItemEventArgs e ) : void
OnMozItemRemoved ( Pabo.MozBar.MozItemEventArgs e ) : void
OnPaint ( PaintEventArgs e ) : void
OnResize ( EventArgs e ) : void
OnSizeChanged ( EventArgs e ) : void
OnSystemColorsChanged ( EventArgs e ) : void
WndProc ( Message &m ) : void

비공개 메소드들

메소드 설명
GetThemeColors ( ) : void
GetWindowLong ( IntPtr hwnd, int nIndex ) : int
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

IsHorizontalScrollBarVisible ( ) : bool
IsVerticalScrollBarVisible ( ) : bool
MatchControlCollToMozItemsColl ( ) : void
MozItem_Click ( object sender, Pabo.MozBar.MozItemClickEventArgs e ) : void
MozItem_DoubleClick ( object sender, Pabo.MozBar.MozItemClickEventArgs e ) : void
MozItem_GotFocus ( object sender, Pabo.MozBar.MozItemEventArgs e ) : void
MozItem_LostFocus ( object sender, Pabo.MozBar.MozItemEventArgs e ) : void
OnParentChanged ( object sender, EventArgs e ) : void
OnParentVisibleChanged ( object sender, EventArgs e ) : void
RemoveFocus ( ) : void
ShowScrollBar ( IntPtr hWnd, int wBar, int bShow ) : int
UpdateMozItems ( ) : void

메소드 상세

BeginInit() 공개 메소드

Signals the MozPane that initialization is starting
public BeginInit ( ) : void
리턴 void

Dispose() 보호된 메소드

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

DoLayout() 공개 메소드

public DoLayout ( ) : void
리턴 void

DoLayout() 공개 메소드

public DoLayout ( bool performRealLayout ) : void
performRealLayout bool
리턴 void

EndInit() 공개 메소드

Signals the MozPane that initialization is complete
public EndInit ( ) : void
리턴 void

MozPane() 공개 메소드

public MozPane ( ) : System
리턴 System

OnControlAdded() 보호된 메소드

protected OnControlAdded ( System.Windows.Forms.ControlEventArgs e ) : void
e System.Windows.Forms.ControlEventArgs
리턴 void

OnControlRemoved() 보호된 메소드

protected OnControlRemoved ( System.Windows.Forms.ControlEventArgs e ) : void
e System.Windows.Forms.ControlEventArgs
리턴 void

OnGotFocus() 보호된 메소드

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

OnKeyDown() 보호된 메소드

protected OnKeyDown ( KeyEventArgs e ) : void
e System.Windows.Forms.KeyEventArgs
리턴 void

OnLostFocus() 보호된 메소드

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

OnMozItemAdded() 보호된 메소드

protected OnMozItemAdded ( Pabo.MozBar.MozItemEventArgs e ) : void
e Pabo.MozBar.MozItemEventArgs
리턴 void

OnMozItemRemoved() 보호된 메소드

protected OnMozItemRemoved ( Pabo.MozBar.MozItemEventArgs e ) : void
e Pabo.MozBar.MozItemEventArgs
리턴 void

OnPaint() 보호된 메소드

protected OnPaint ( PaintEventArgs e ) : void
e PaintEventArgs
리턴 void

OnResize() 보호된 메소드

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

OnSizeChanged() 보호된 메소드

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

OnSystemColorsChanged() 보호된 메소드

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

PreProcessMessage() 공개 메소드

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

SelectByName() 공개 메소드

public SelectByName ( string name ) : void
name string
리턴 void

SelectByText() 공개 메소드

public SelectByText ( string text ) : void
text string
리턴 void

SelectItem() 공개 메소드

public SelectItem ( int index ) : void
index int
리턴 void

SelectItem() 공개 메소드

public SelectItem ( string tag ) : void
tag string
리턴 void

WndProc() 보호된 메소드

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