ToolStripComboBox
ToolStripComboBox()
ToolStripComboBox(Control)
ToolStripComboBox(String)
AutoCompleteCustomSource
AutoCompleteMode
AutoCompleteSource
BackgroundImage
BackgroundImageLayout
ComboBox
DefaultMargin
DefaultSize
DropDownHeight
DropDownStyle
DropDownWidth
DroppedDown
FlatStyle
IntegralHeight
Items
MaxDropDownItems
MaxLength
SelectedIndex
SelectedItem
SelectedText
SelectionLength
SelectionStart
Sorted
BeginUpdate()
CreateAccessibilityInstance()
EndUpdate()
FindString(String)
FindString(String, Int32)
FindStringExact(String)
FindStringExact(String, Int32)
GetItemHeight(Int32)
GetPreferredSize(Size)
OnDropDown(EventArgs)
OnDropDownClosed(EventArgs)
OnDropDownStyleChanged(EventArgs)
OnSelectedIndexChanged(EventArgs)
OnSelectionChangeCommitted(EventArgs)
OnSubscribeControlEvents(Control)
OnTextUpdate(EventArgs)
OnUnsubscribeControlEvents(Control)
Select(Int32, Int32)
SelectAll()
ToString()
DoubleClick
DropDown
DropDownClosed
DropDownStyleChanged
SelectedIndexChanged
TextUpdate
net481
namespace System.Windows.Forms
{
[DefaultProperty("Items")]
[ToolStripItemDesignerAvailability(ToolStripItemDesignerAvailability.ToolStrip | ToolStripItemDesignerAvailability.MenuStrip | ToolStripItemDesignerAvailability.ContextMenuStrip)]
public class ToolStripComboBox : ToolStripControlHost
{
protected override AccessibleObject CreateAccessibilityInstance();
}
}
.NET Framework | 4.84.8.1 |
---|---|
Information specific to net481 | |
Assembly | System.Windows.Forms , Version=4.0.0.0, PublicKeyToken=b77a5c561934e089 |
Referencing | Your project needs to set |
Platform Restrictions | This framework does not have platform annotations. |
- Built-in API
- Package-provided API