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

For some reason the embedded text box never gets a layout unless we do this.
상속: InnerFwTextBox
파일 보기 프로젝트 열기: sillsdev/FieldWorks 1 사용 예제들

공개 메소드들

메소드 설명
ScrollSelectionIntoView ( IVwSelection sel, VwScrollSelOpts scrollOption ) : bool

Override to prevent scrolling in DropDownList mode.

보호된 메소드들

메소드 설명
OnHandleCreated ( EventArgs e ) : void

Stupid required comment!

OnMouseEnter ( EventArgs e ) : void

Raises the E:System.Windows.Forms.Control.MouseEnter event.

OnMouseLeave ( EventArgs e ) : void

Raises the E:System.Windows.Forms.Control.MouseLeave event.

OnMouseUp ( MouseEventArgs e ) : void

Raises the E:System.Windows.Forms.Control.MouseUp event.

OnPaint ( PaintEventArgs e ) : void

Raises the E:Paint event.

OnSizeChanged ( EventArgs e ) : void

We need to kludge to make sure the content stays visible in RTL scripts.

비공개 메소드들

메소드 설명
ComboTextBox ( FwComboBoxBase comboBox ) : System
RemoveNonRootNotifications ( ) : void
RestoreNonRootNotifications ( ) : void

메소드 상세

OnHandleCreated() 보호된 메소드

Stupid required comment!
protected OnHandleCreated ( EventArgs e ) : void
e System.EventArgs
리턴 void

OnMouseEnter() 보호된 메소드

Raises the E:System.Windows.Forms.Control.MouseEnter event.
protected OnMouseEnter ( EventArgs e ) : void
e System.EventArgs An that contains the event data.
리턴 void

OnMouseLeave() 보호된 메소드

Raises the E:System.Windows.Forms.Control.MouseLeave event.
protected OnMouseLeave ( EventArgs e ) : void
e System.EventArgs An that contains the event data.
리턴 void

OnMouseUp() 보호된 메소드

Raises the E:System.Windows.Forms.Control.MouseUp event.
protected OnMouseUp ( MouseEventArgs e ) : void
e MouseEventArgs A that contains the event data.
리턴 void

OnPaint() 보호된 메소드

Raises the E:Paint event.
protected OnPaint ( PaintEventArgs e ) : void
e PaintEventArgs
리턴 void

OnSizeChanged() 보호된 메소드

We need to kludge to make sure the content stays visible in RTL scripts.
protected OnSizeChanged ( EventArgs e ) : void
e System.EventArgs
리턴 void

ScrollSelectionIntoView() 공개 메소드

Override to prevent scrolling in DropDownList mode.
public ScrollSelectionIntoView ( IVwSelection sel, VwScrollSelOpts scrollOption ) : bool
sel IVwSelection
scrollOption VwScrollSelOpts
리턴 bool