Method | Description | |
---|---|---|
ScrollSelectionIntoView ( IVwSelection sel, VwScrollSelOpts scrollOption ) : bool |
Override to prevent scrolling in DropDownList mode.
|
Method | Description | |
---|---|---|
OnHandleCreated ( |
Stupid required comment!
|
|
OnMouseEnter ( |
Raises the E:System.Windows.Forms.Control.MouseEnter event.
|
|
OnMouseLeave ( |
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 ( |
We need to kludge to make sure the content stays visible in RTL scripts.
|
Method | Description | |
---|---|---|
ComboTextBox ( |
||
RemoveNonRootNotifications ( ) : void | ||
RestoreNonRootNotifications ( ) : void |
protected OnHandleCreated ( |
||
e | ||
return | void |
protected OnMouseEnter ( |
||
e | An |
|
return | void |
protected OnMouseLeave ( |
||
e | An |
|
return | void |
protected OnMouseUp ( MouseEventArgs e ) : void | ||
e | MouseEventArgs | A |
return | void |
protected OnPaint ( PaintEventArgs e ) : void | ||
e | PaintEventArgs | |
return | void |
protected OnSizeChanged ( |
||
e | ||
return | void |
public ScrollSelectionIntoView ( IVwSelection sel, VwScrollSelOpts scrollOption ) : bool | ||
sel | IVwSelection | |
scrollOption | VwScrollSelOpts | |
return | bool |