C# Class SIL.FieldWorks.Common.Widgets.ComboTextBox

For some reason the embedded text box never gets a layout unless we do this.
Inheritance: InnerFwTextBox
Mostra file Open project: sillsdev/FieldWorks Class Usage Examples

Public Methods

Method Description
ScrollSelectionIntoView ( IVwSelection sel, VwScrollSelOpts scrollOption ) : bool

Override to prevent scrolling in DropDownList mode.

Protected Methods

Method Description
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.

Private Methods

Method Description
ComboTextBox ( FwComboBoxBase comboBox ) : System
RemoveNonRootNotifications ( ) : void
RestoreNonRootNotifications ( ) : void

Method Details

OnHandleCreated() protected method

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

OnMouseEnter() protected method

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

OnMouseLeave() protected method

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

OnMouseUp() protected method

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

OnPaint() protected method

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

OnSizeChanged() protected method

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

ScrollSelectionIntoView() public method

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