C# 클래스 SIL.FieldWorks.Common.Widgets.InnerFwListBox

InnerFwListBox implements the main body of an FwListBox.
상속: SIL.FieldWorks.Common.RootSites.SimpleRootSite
파일 보기 프로젝트 열기: sillsdev/FieldWorks 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
m_cacheDa IVwCacheDa
m_dataAccess ISilDataAccess
m_owner FwListBox
m_writingSystem int

Private Properties

프로퍼티 타입 설명
HandleListItemSelect void
InnerFwListBox System

공개 메소드들

메소드 설명
GetAvailWidth ( IVwRootBox prootb ) : int
IsHighlighted ( int index ) : bool
MakeRoot ( ) : void

Create the root box and initialize it.

보호된 메소드들

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

Clean up any resources being used.

HighlightFromMouse ( Point pt, Rectangle rcSrcRoot, Rectangle rcDstRoot ) : void
OnKeyDown ( KeyEventArgs e ) : void
OnKeyPress ( KeyPressEventArgs e ) : void
OnMouseMove ( MouseEventArgs e ) : void

While tracking, we move the highlight as the mouse moves.

OnMouseUp ( MouseEventArgs e ) : void

비공개 메소드들

메소드 설명
HandleListItemSelect ( ) : void
InnerFwListBox ( FwListBox owner ) : System

Constructor

메소드 상세

Dispose() 보호된 메소드

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

GetAvailWidth() 공개 메소드

public GetAvailWidth ( IVwRootBox prootb ) : int
prootb IVwRootBox
리턴 int

HighlightFromMouse() 보호된 메소드

protected HighlightFromMouse ( Point pt, Rectangle rcSrcRoot, Rectangle rcDstRoot ) : void
pt Point
rcSrcRoot System.Drawing.Rectangle
rcDstRoot System.Drawing.Rectangle
리턴 void

IsHighlighted() 공개 메소드

public IsHighlighted ( int index ) : bool
index int
리턴 bool

MakeRoot() 공개 메소드

Create the root box and initialize it.
public MakeRoot ( ) : void
리턴 void

OnKeyDown() 보호된 메소드

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

OnKeyPress() 보호된 메소드

protected OnKeyPress ( KeyPressEventArgs e ) : void
e System.Windows.Forms.KeyPressEventArgs
리턴 void

OnMouseMove() 보호된 메소드

While tracking, we move the highlight as the mouse moves.
protected OnMouseMove ( MouseEventArgs e ) : void
e MouseEventArgs
리턴 void

OnMouseUp() 보호된 메소드

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

프로퍼티 상세

m_cacheDa 보호되어 있는 프로퍼티

protected IVwCacheDa m_cacheDa
리턴 IVwCacheDa

m_dataAccess 보호되어 있는 프로퍼티

protected ISilDataAccess m_dataAccess
리턴 ISilDataAccess

m_owner 보호되어 있는 프로퍼티

protected FwListBox,SIL.FieldWorks.Common.Widgets m_owner
리턴 FwListBox

m_writingSystem 보호되어 있는 프로퍼티

protected int m_writingSystem
리턴 int