This topic has not yet been rated - Rate this topic

ToolStripComboBox Properties

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

Community Additions

ADD
© 2013 Microsoft. All rights reserved.