ToolStripComboBox Properties
.NET Framework 3.0
(see also
Protected Properties
)
Top
| Name | Description | |
|---|---|---|
| AccessibilityObject | Gets the AccessibleObject assigned to the control. (inherited from ToolStripItem) |
| AccessibleDefaultActionDescription | Gets or sets the default action description of the control for use by accessibility client applications. (inherited from ToolStripItem) |
| AccessibleDescription | Gets or sets the description that will be reported to accessibility client applications. (inherited from ToolStripItem) |
| AccessibleName | Gets or sets the name of the control for use by accessibility client applications. (inherited from ToolStripItem) |
| AccessibleRole | Gets or sets the accessible role of the control, which specifies the type of user interface element of the control. (inherited from ToolStripItem) |
| Alignment | Gets or sets a value indicating whether the item aligns towards the beginning or end of the ToolStrip. (inherited from ToolStripItem) |
| AllowDrop | Gets or sets a value indicating whether drag-and-drop and item reordering are handled through events that you implement. (inherited from ToolStripItem) |
| Anchor | Gets or sets the edges of the container to which a ToolStripItem is bound and determines how a ToolStripItem is resized with its parent. (inherited from ToolStripItem) |
| AutoCompleteCustomSource | Gets or sets the custom string collection to use when the AutoCompleteSource property is set to CustomSource. |
| AutoCompleteMode | Gets or sets a value that indicates the text completion behavior of the ToolStripComboBox. |
| AutoCompleteSource | Gets or sets the source of complete strings used for automatic completion. |
| AutoSize | Gets or sets a value indicating whether the item is automatically sized. (inherited from ToolStripItem) |
| AutoToolTip | Gets or sets a value indicating whether to use the Text property or the ToolTipText property for the ToolStripItem ToolTip. (inherited from ToolStripItem) |
| Available | Gets or sets a value indicating whether the ToolStripItem should be placed on a ToolStrip. (inherited from ToolStripItem) |
| BackColor | (inherited from ToolStripControlHost) |
| BackgroundImage | Overridden. This property is not relevant to this class. |
| BackgroundImageLayout | Overridden. This property is not relevant to this class. |
| Bounds | Gets the size and location of the item. (inherited from ToolStripItem) |
| CanSelect | Gets a value indicating whether the control can be selected. (inherited from ToolStripControlHost) |
| CausesValidation | Gets or sets a value indicating whether the hosted control causes and raises validation events on other controls when the hosted control receives focus. (inherited from ToolStripControlHost) |
| ComboBox | Gets a ComboBox in which the user can enter text, along with a list from which the user can select. |
| Container | Gets the IContainer that contains the Component. (inherited from Component) |
| ContentRectangle | Gets the area where content, such as text and icons, can be placed within a ToolStripItem without overwriting background borders. (inherited from ToolStripItem) |
| Control | Gets the Control that this ToolStripControlHost is hosting. (inherited from ToolStripControlHost) |
| ControlAlign | Gets or sets the alignment of the control on the form. (inherited from ToolStripControlHost) |
| DisplayStyle | This property is not relevant to this class. (inherited from ToolStripControlHost) |
| Dock | Gets or sets which ToolStripItem borders are docked to its parent control and determines how a ToolStripItem is resized with its parent. (inherited from ToolStripItem) |
| DoubleClickEnabled | This property is not relevant to this class. (inherited from ToolStripControlHost) |
| DropDownHeight | Gets or sets the height, in pixels, of the drop-down portion box of a ToolStripComboBox. |
| DropDownStyle | Gets or sets a value specifying the style of the ToolStripComboBox. |
| DropDownWidth | Gets or sets the width, in pixels, of the drop-down portion of a ToolStripComboBox. |
| DroppedDown | Gets or sets a value indicating whether the ToolStripComboBox currently displays its drop-down portion. |
| Enabled | Gets or sets a value indicating whether the parent control of the ToolStripItem is enabled. (inherited from ToolStripControlHost) |
| FlatStyle | Gets or sets the appearance of the ToolStripComboBox. |
| Focused | Gets a value indicating whether the control has input focus. (inherited from ToolStripControlHost) |
| Font | Gets or sets the font to be used on the hosted control. (inherited from ToolStripControlHost) |
| ForeColor | Gets or sets the foreground color of the hosted control. (inherited from ToolStripControlHost) |
| Height | Gets or sets the height, in pixels, of a ToolStripItem. (inherited from ToolStripItem) |
| Image | This property is not relevant to this class. (inherited from ToolStripControlHost) |
| ImageAlign | This property is not relevant to this class. (inherited from ToolStripControlHost) |
| ImageIndex | Gets or sets the index value of the image that is displayed on the item. (inherited from ToolStripItem) |
| ImageKey | Gets or sets the key accessor for the image in the ImageList that is displayed on a ToolStripItem. (inherited from ToolStripItem) |
| ImageScaling | This property is not relevant to this class. (inherited from ToolStripControlHost) |
| ImageTransparentColor | This property is not relevant to this class. (inherited from ToolStripControlHost) |
| IntegralHeight | Gets or sets a value indicating whether the ToolStripComboBox should resize to avoid showing partial items. |
| IsDisposed | Gets a value indicating whether the object has been disposed of. (inherited from ToolStripItem) |
| IsOnDropDown | Gets a value indicating whether the container of the current Control is a ToolStripDropDown. (inherited from ToolStripItem) |
| IsOnOverflow | Gets a value indicating whether the Placement property is set to Overflow. (inherited from ToolStripItem) |
| Items | Gets a collection of the items contained in this ToolStripComboBox. |
| Margin | Gets or sets the space between the item and adjacent items. (inherited from ToolStripItem) |
| MaxDropDownItems | Gets or sets the maximum number of items to be shown in the drop-down portion of the ToolStripComboBox. |
| MaxLength | Gets or sets the maximum number of characters allowed in the editable portion of a combo box. |
| MergeAction | Gets or sets how child menus are merged with parent menus. (inherited from ToolStripItem) |
| MergeIndex | Gets or sets the position of a merged item within the current ToolStrip. (inherited from ToolStripItem) |
| Name | Gets or sets the name of the item. (inherited from ToolStripItem) |
| Overflow | Gets or sets whether the item is attached to the ToolStrip or ToolStripOverflowButton or can float between the two. (inherited from ToolStripItem) |
| Owner | Gets or sets the owner of this item. (inherited from ToolStripItem) |
| OwnerItem | Gets the parent ToolStripItem of this ToolStripItem. (inherited from ToolStripItem) |
| Padding | Gets or sets the internal spacing, in pixels, between the item's contents and its edges. (inherited from ToolStripItem) |
| Placement | Gets the current layout of the item. (inherited from ToolStripItem) |
| Pressed | Gets a value indicating whether the state of the item is pressed. (inherited from ToolStripItem) |
| RightToLeft | (inherited from ToolStripControlHost) |
| RightToLeftAutoMirrorImage | This property is not relevant to this class. (inherited from ToolStripControlHost) |
| Selected | Gets a value indicating whether the item is selected. (inherited from ToolStripControlHost) |
| SelectedIndex | Gets or sets the index specifying the currently selected item. |
| SelectedItem | Gets or sets currently selected item in the ToolStripComboBox. |
| SelectedText | Gets or sets the text that is selected in the editable portion of a ToolStripComboBox. |
| SelectionLength | Gets or sets the number of characters selected in the editable portion of the ToolStripComboBox. |
| SelectionStart | Gets or sets the starting index of text selected in the ToolStripComboBox. |
| Site | Gets or sets the site of the hosted control. (inherited from ToolStripControlHost) |
| Size | Gets or sets the size of the ToolStripItem. (inherited from ToolStripControlHost) |
| Sorted | Gets or sets a value indicating whether the items in the ToolStripComboBox are sorted. |
| Tag | Gets or sets the object that contains data about the item. (inherited from ToolStripItem) |
| Text | Gets or sets the text to be displayed on the hosted control. (inherited from ToolStripControlHost) |
| TextAlign | This property is not relevant to this class. (inherited from ToolStripControlHost) |
| TextDirection | This property is not relevant to this class. (inherited from ToolStripControlHost) |
| TextImageRelation | This property is not relevant to this class. (inherited from ToolStripControlHost) |
| ToolTipText | Gets or sets the text that appears as a ToolTip for a control. (inherited from ToolStripItem) |
| Visible | Gets or sets a value indicating whether the item is displayed. (inherited from ToolStripItem) |
| Width | Gets or sets the width in pixels of a ToolStripItem. (inherited from ToolStripItem) |
| Name | Description | |
|---|---|---|
| CanRaiseEvents | Gets a value indicating whether the component can raise an event. (inherited from Component) |
| DefaultAutoToolTip | Gets a value indicating whether to display the ToolTip that is defined as the default. (inherited from ToolStripItem) |
| DefaultDisplayStyle | Gets a value indicating what is displayed on the ToolStripItem. (inherited from ToolStripItem) |
| DefaultMargin | Overridden. Gets the default spacing, in pixels, between the ToolStripComboBox and an adjacent item. |
| DefaultPadding | Gets the internal spacing characteristics of the item. (inherited from ToolStripItem) |
| DefaultSize | Overridden. Gets the default size of the ToolStripComboBox. |
| DesignMode | Gets a value that indicates whether the Component is currently in design mode. (inherited from Component) |
| DismissWhenClicked | Gets a value indicating whether items on a ToolStripDropDown are hidden after they are clicked. (inherited from ToolStripItem) |
| Events | Gets the list of event handlers that are attached to this Component. (inherited from Component) |
| Parent | Gets or sets the parent container of the ToolStripItem. (inherited from ToolStripItem) |
| ShowKeyboardCues | Gets a value indicating whether to show or hide shortcut keys. (inherited from ToolStripItem) |
Reference
ToolStripComboBox ClassSystem.Windows.Forms Namespace
Other Resources
ToolStrip Technology SummaryToolStrip Control Architecture