Property | Type | Description | |
---|---|---|---|
AddItemsCore | void | ||
Draw | void | ||
DrawItemInternal | void | ||
DropDownListBox | void | ||
DropDownListBoxFinished | void | ||
FindMatchOrSetIndex | void | ||
FindStringCaseInsensitive | int | ||
FindStringCaseInsensitive | int | ||
FindStringExact | int | ||
HandleDrawItem | void | ||
IsInputCharInternal | bool | ||
LayoutComboBox | void | ||
OnAutoCompleteCustomSourceChanged | void | ||
OnGotFocus | void | ||
OnKeyDown | void | ||
OnLostFocus | void | ||
OnMouseDownCB | void | ||
OnPaintInternal | void | ||
OnTextBoxClick | void | ||
OnTextChanged | void | ||
OnTextChangedEdit | void | ||
OnValidating | void | ||
RestoreContextMenu | void | ||
SetBoundsInternal | void | ||
SetControlText | void | ||
SetControlText | void | ||
SetSelectedIndex | void | ||
SetTextBoxAutoCompleteData | void | ||
UpdateComboBoxBounds | void | ||
UpdatedItems | void |
Method | Description | |
---|---|---|
BeginUpdate ( ) : void | ||
ComboBox ( ) : System.Collections | ||
EndUpdate ( ) : void | ||
FindString ( string s ) : int | ||
FindString ( string s, int startIndex ) : int | ||
FindStringExact ( string s ) : int | ||
FindStringExact ( string s, int startIndex ) : int | ||
GetItemHeight ( int index ) : int | ||
ResetText ( ) : void | ||
Select ( int start, int length ) : void | ||
SelectAll ( ) : void | ||
ToString ( ) : string |
Method | Description | |
---|---|---|
CreateHandle ( ) : void | ||
IsInputKey ( Keys keyData ) : bool | ||
OnBackColorChanged ( |
||
OnDisplayMemberChanged ( |
||
OnDrawItem ( |
||
OnDropDown ( |
||
OnDropDownClosed ( |
||
OnDropDownStyleChanged ( |
||
OnFontChanged ( |
||
OnForeColorChanged ( |
||
OnHandleCreated ( |
||
OnHandleDestroyed ( |
||
OnKeyPress ( |
||
OnMeasureItem ( System.Windows.Forms.MeasureItemEventArgs e ) : void | ||
OnMouseEnter ( |
||
OnMouseLeave ( |
||
OnParentBackColorChanged ( |
||
OnResize ( |
||
OnSelectedIndexChanged ( |
||
OnSelectedItemChanged ( |
||
OnSelectedValueChanged ( |
||
OnSelectionChangeCommitted ( |
||
OnTextUpdate ( |
||
ProcessKeyEventArgs ( Message &m ) : bool | ||
RefreshItem ( int index ) : void | ||
RefreshItems ( ) : void | ||
ScaleControl ( |
||
SetItemCore ( int index, object value ) : void | ||
SetItemsCore ( IList value ) : void |
Method | Description | |
---|---|---|
AddItemsCore ( object value ) : void | ||
Draw ( |
||
DrawItemInternal ( |
||
DropDownListBox ( ) : void | ||
DropDownListBoxFinished ( ) : void | ||
FindMatchOrSetIndex ( int index ) : void | ||
FindStringCaseInsensitive ( string search ) : int | ||
FindStringCaseInsensitive ( string search, int start_index ) : int | ||
FindStringExact ( string s, int startIndex, bool ignoreCase ) : int | ||
HandleDrawItem ( |
||
IsInputCharInternal ( char charCode ) : bool | ||
LayoutComboBox ( ) : void | ||
OnAutoCompleteCustomSourceChanged ( object sender, |
||
OnGotFocus ( |
||
OnKeyDown ( |
||
OnLostFocus ( |
||
OnMouseDownCB ( object sender, MouseEventArgs e ) : void | ||
OnPaintInternal ( PaintEventArgs pevent ) : void | ||
OnTextBoxClick ( object sender, |
||
OnTextChanged ( |
||
OnTextChangedEdit ( object sender, |
||
OnValidating ( CancelEventArgs e ) : void | ||
RestoreContextMenu ( ) : void | ||
SetBoundsInternal ( int x, int y, int width, int height, BoundsSpecified specified ) : void | ||
SetControlText ( string s, bool suppressTextChanged ) : void | ||
SetControlText ( string s, bool suppressTextChanged, bool supressAutoScroll ) : void | ||
SetSelectedIndex ( int value, bool supressAutoScroll ) : void | ||
SetTextBoxAutoCompleteData ( ) : void | ||
UpdateComboBoxBounds ( ) : void | ||
UpdatedItems ( ) : void |
public FindString ( string s, int startIndex ) : int | ||
s | string | |
startIndex | int | |
return | int |
public FindStringExact ( string s, int startIndex ) : int | ||
s | string | |
startIndex | int | |
return | int |
protected OnBackColorChanged ( |
||
e | ||
return | void |
protected OnDisplayMemberChanged ( |
||
e | ||
return | void |
protected OnDrawItem ( |
||
e | ||
return | void |
protected OnDropDown ( |
||
e | ||
return | void |
protected OnDropDownClosed ( |
||
e | ||
return | void |
protected OnDropDownStyleChanged ( |
||
e | ||
return | void |
protected OnFontChanged ( |
||
e | ||
return | void |
protected OnForeColorChanged ( |
||
e | ||
return | void |
protected OnHandleCreated ( |
||
e | ||
return | void |
protected OnHandleDestroyed ( |
||
e | ||
return | void |
protected OnKeyPress ( |
||
e | ||
return | void |
protected OnMeasureItem ( System.Windows.Forms.MeasureItemEventArgs e ) : void | ||
e | System.Windows.Forms.MeasureItemEventArgs | |
return | void |
protected OnMouseEnter ( |
||
e | ||
return | void |
protected OnMouseLeave ( |
||
e | ||
return | void |
protected OnParentBackColorChanged ( |
||
e | ||
return | void |
protected OnResize ( |
||
e | ||
return | void |
protected OnSelectedIndexChanged ( |
||
e | ||
return | void |
protected OnSelectedItemChanged ( |
||
e | ||
return | void |
protected OnSelectedValueChanged ( |
||
e | ||
return | void |
protected OnSelectionChangeCommitted ( |
||
e | ||
return | void |
protected OnTextUpdate ( |
||
e | ||
return | void |
protected ProcessKeyEventArgs ( Message &m ) : bool | ||
m | Message | |
return | bool |
protected ScaleControl ( |
||
factor | ||
specified | BoundsSpecified | |
return | void |
public Select ( int start, int length ) : void | ||
start | int | |
length | int | |
return | void |
protected SetItemCore ( int index, object value ) : void | ||
index | int | |
value | object | |
return | void |
protected SetItemsCore ( IList value ) : void | ||
value | IList | |
return | void |