The members of System.Windows.Forms.ToolStripComboBox are listed below.
See Also: Inherited members from System.Windows.Forms.ToolStripControlHost
Initializes a new instance of the System.Windows.Forms.ToolStripComboBox class. | ||
Initializes a new instance of the System.Windows.Forms.ToolStripComboBox class with the specified name. | ||
Initializes a new instance of the System.Windows.Forms.ToolStripComboBox class derived from a base control. |
AutoCompleteCustomSource | AutoCompleteStringCollection.
Gets or sets the custom string collection to use when the ToolStripComboBox.AutoCompleteSource property is set to AutoCompleteSource.CustomSource. | |
AutoCompleteMode | AutoCompleteMode.
Gets or sets a value that indicates the text completion behavior of the System.Windows.Forms.ToolStripComboBox. | |
AutoCompleteSource | AutoCompleteSource.
Gets or sets the source of complete strings used for automatic completion. | |
override | BackgroundImage | System.Drawing.Image.
This property is not relevant to this class. |
override | BackgroundImageLayout | ImageLayout.
This property is not relevant to this class. |
[read-only] | ComboBox | ComboBox.
Gets a System.Windows.Forms.ComboBox in which the user can enter text, along with a list from which the user can select. |
DropDownHeight | int.
Gets or sets the height, in pixels, of the drop-down portion box of a System.Windows.Forms.ToolStripComboBox. | |
DropDownStyle | ComboBoxStyle.
Gets or sets a value specifying the style of the System.Windows.Forms.ToolStripComboBox. | |
DropDownWidth | int.
Gets or sets the width, in pixels, of the drop-down portion of a System.Windows.Forms.ToolStripComboBox. | |
DroppedDown | bool.
Gets or sets a value indicating whether the System.Windows.Forms.ToolStripComboBox currently displays its drop-down portion. | |
FlatStyle | FlatStyle.
Gets or sets the appearance of the System.Windows.Forms.ToolStripComboBox. | |
IntegralHeight | bool.
Gets or sets a value indicating whether the System.Windows.Forms.ToolStripComboBox should resize to avoid showing partial items. | |
[read-only] | Items | ComboBox.ObjectCollection.
Gets a collection of the items contained in this System.Windows.Forms.ToolStripComboBox. |
MaxDropDownItems | int.
Gets or sets the maximum number of items to be shown in the drop-down portion of the System.Windows.Forms.ToolStripComboBox. | |
MaxLength | int.
Gets or sets the maximum number of characters allowed in the editable portion of a combo box. | |
SelectedIndex | int.
Gets or sets the index specifying the currently selected item. | |
SelectedItem | object.
Gets or sets currently selected item in the System.Windows.Forms.ToolStripComboBox. | |
SelectedText | string.
Gets or sets the text that is selected in the editable portion of a System.Windows.Forms.ToolStripComboBox. | |
SelectionLength | int.
Gets or sets the number of characters selected in the editable portion of the System.Windows.Forms.ToolStripComboBox. | |
SelectionStart | int.
Gets or sets the starting index of text selected in the System.Windows.Forms.ToolStripComboBox. | |
Sorted | bool.
Gets or sets a value indicating whether the items in the System.Windows.Forms.ToolStripComboBox are sorted. |
[read-only] override | DefaultMargin | Padding.
Gets the default spacing, in pixels, between the System.Windows.Forms.ToolStripComboBox and an adjacent item. |
[read-only] override | DefaultSize | System.Drawing.Size.
Gets the default size of the System.Windows.Forms.ToolStripComboBox. |
BeginUpdate()
| ||
EndUpdate()
| ||
FindString(string)
| ||
FindString(string, int)
| ||
FindStringExact(string)
| ||
FindStringExact(string, int)
| ||
GetItemHeight(int)
| ||
override | GetPreferredSize(System.Drawing.Size)
| |
Select(int, int)
| ||
SelectAll()
| ||
override | ToString()
|
OnDropDown(EventArgs)
| ||
OnDropDownClosed(EventArgs)
| ||
OnDropDownStyleChanged(EventArgs)
| ||
OnSelectedIndexChanged(EventArgs)
| ||
OnSelectionChangeCommitted(EventArgs)
| ||
override | OnSubscribeControlEvents(Control)
| |
OnTextUpdate(EventArgs)
| ||
override | OnUnsubscribeControlEvents(Control)
|
DoubleClick |
This event is not relevant to this class. | |
DropDown |
Occurs when the drop-down portion of a System.Windows.Forms.ToolStripComboBox is shown. | |
DropDownClosed |
Occurs when the drop-down portion of the System.Windows.Forms.ToolStripComboBox has closed. | |
DropDownStyleChanged |
Occurs when the ToolStripComboBox.DropDownStyle property has changed. | |
SelectedIndexChanged |
Occurs when the value of the ToolStripComboBox.SelectedIndex property has changed. | |
TextUpdate |
Occurs when the System.Windows.Forms.ToolStripComboBox text has changed. |