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

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

Méthodes publiques

Méthode Description
ScrollSelectionIntoView ( IVwSelection sel, VwScrollSelOpts scrollOption ) : bool

Override to prevent scrolling in DropDownList mode.

Méthodes protégées

Méthode 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

Méthode Description
ComboTextBox ( FwComboBoxBase comboBox ) : System
RemoveNonRootNotifications ( ) : void
RestoreNonRootNotifications ( ) : void

Method Details

OnHandleCreated() protected méthode

Stupid required comment!
protected OnHandleCreated ( EventArgs e ) : void
e System.EventArgs
Résultat void

OnMouseEnter() protected méthode

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

OnMouseLeave() protected méthode

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

OnMouseUp() protected méthode

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

OnPaint() protected méthode

Raises the E:Paint event.
protected OnPaint ( PaintEventArgs e ) : void
e PaintEventArgs
Résultat void

OnSizeChanged() protected méthode

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

ScrollSelectionIntoView() public méthode

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