BindingComboBox Class
Represents a subclass of the standard combo box that is overridden to support data binding.
Inheritance Hierarchy
System.Object
System.MarshalByRefObject
System.ComponentModel.Component
System.Windows.Forms.Control
System.Windows.Forms.ListControl
System.Windows.Forms.ComboBox
Microsoft.SqlServer.Management.Controls.BindingComboBox
Namespace: Microsoft.SqlServer.Management.Controls
Assembly: Microsoft.SqlServer.Management.Controls (in Microsoft.SqlServer.Management.Controls.dll)
Syntax
'Declaration
Public Class BindingComboBox _
Inherits ComboBox
'Usage
Dim instance As BindingComboBox
public class BindingComboBox : ComboBox
public ref class BindingComboBox : public ComboBox
type BindingComboBox =
class
inherit ComboBox
end
public class BindingComboBox extends ComboBox
The BindingComboBox type exposes the following members.
Constructors
Name | Description | |
---|---|---|
BindingComboBox | Initializes a new instance of the BindingComboBox class. |
Top
Properties
Name | Description | |
---|---|---|
AccessibilityObject | (Inherited from Control.) | |
AccessibleDefaultActionDescription | (Inherited from Control.) | |
AccessibleDescription | (Inherited from Control.) | |
AccessibleName | (Inherited from Control.) | |
AccessibleRole | (Inherited from Control.) | |
AllowDrop | (Inherited from Control.) | |
AllowSelection | (Inherited from ListControl.) | |
Anchor | (Inherited from Control.) | |
AutoCompleteCustomSource | (Inherited from ComboBox.) | |
AutoCompleteMode | (Inherited from ComboBox.) | |
AutoCompleteSource | (Inherited from ComboBox.) | |
AutoScrollOffset | (Inherited from Control.) | |
AutoSize | (Inherited from Control.) | |
BackColor | (Inherited from ComboBox.) | |
BackgroundImage | (Inherited from ComboBox.) | |
BackgroundImageLayout | (Inherited from ComboBox.) | |
BindingContext | (Inherited from Control.) | |
Bottom | (Inherited from Control.) | |
Bounds | (Inherited from Control.) | |
CanEnableIme | (Inherited from Control.) | |
CanFocus | (Inherited from Control.) | |
CanRaiseEvents | (Inherited from Control.) | |
CanSelect | (Inherited from Control.) | |
Capture | (Inherited from Control.) | |
CausesValidation | (Inherited from Control.) | |
ClientRectangle | (Inherited from Control.) | |
ClientSize | (Inherited from Control.) | |
CompanyName | (Inherited from Control.) | |
Container | (Inherited from Component.) | |
ContainsFocus | (Inherited from Control.) | |
ContextMenu | (Inherited from Control.) | |
ContextMenuStrip | (Inherited from Control.) | |
Controls | (Inherited from Control.) | |
Created | (Inherited from Control.) | |
CreateParams | (Inherited from ComboBox.) | |
Cursor | (Inherited from Control.) | |
DataBindings | (Inherited from Control.) | |
DataManager | (Inherited from ListControl.) | |
DataSource | (Inherited from ComboBox.) | |
DefaultCursor | (Inherited from Control.) | |
DefaultImeMode | (Inherited from Control.) | |
DefaultMargin | (Inherited from Control.) | |
DefaultMaximumSize | (Inherited from Control.) | |
DefaultMinimumSize | (Inherited from Control.) | |
DefaultPadding | (Inherited from Control.) | |
DefaultSize | (Inherited from ComboBox.) | |
DesignMode | (Inherited from Component.) | |
DisplayMember | (Inherited from ListControl.) | |
DisplayRectangle | (Inherited from Control.) | |
Disposing | (Inherited from Control.) | |
Dock | (Inherited from Control.) | |
DoubleBuffered | (Inherited from Control.) | |
DrawMode | (Inherited from ComboBox.) | |
DropDownHeight | (Inherited from ComboBox.) | |
DropDownStyle | (Inherited from ComboBox.) | |
DropDownWidth | (Inherited from ComboBox.) | |
DroppedDown | (Inherited from ComboBox.) | |
Enabled | (Inherited from Control.) | |
Events | (Inherited from Component.) | |
FlatStyle | (Inherited from ComboBox.) | |
Focused | (Inherited from ComboBox.) | |
Font | (Inherited from Control.) | |
FontHeight | (Inherited from Control.) | |
ForeColor | (Inherited from ComboBox.) | |
FormatInfo | (Inherited from ListControl.) | |
FormatString | (Inherited from ListControl.) | |
FormattingEnabled | (Inherited from ListControl.) | |
Handle | (Inherited from Control.) | |
HasChildren | (Inherited from Control.) | |
Height | (Inherited from Control.) | |
ImeMode | (Inherited from Control.) | |
ImeModeBase | (Inherited from Control.) | |
IntegralHeight | (Inherited from ComboBox.) | |
InvokeRequired | (Inherited from Control.) | |
IsAccessible | (Inherited from Control.) | |
IsDisposed | (Inherited from Control.) | |
IsHandleCreated | (Inherited from Control.) | |
IsMirrored | (Inherited from Control.) | |
ItemHeight | (Inherited from ComboBox.) | |
Items | (Inherited from ComboBox.) | |
LayoutEngine | (Inherited from Control.) | |
Left | (Inherited from Control.) | |
Location | (Inherited from Control.) | |
Margin | (Inherited from Control.) | |
MaxDropDownItems | (Inherited from ComboBox.) | |
MaximumSize | (Inherited from ComboBox.) | |
MaxLength | (Inherited from ComboBox.) | |
MinimumSize | (Inherited from ComboBox.) | |
Name | (Inherited from Control.) | |
Padding | (Inherited from ComboBox.) | |
Parent | (Inherited from Control.) | |
PreferredHeight | (Inherited from ComboBox.) | |
PreferredSize | (Inherited from Control.) | |
ProductName | (Inherited from Control.) | |
ProductVersion | (Inherited from Control.) | |
RecreatingHandle | (Inherited from Control.) | |
Region | (Inherited from Control.) | |
RenderRightToLeft | Obsolete. (Inherited from Control.) | |
ResizeRedraw | (Inherited from Control.) | |
Right | (Inherited from Control.) | |
RightToLeft | (Inherited from Control.) | |
ScaleChildren | (Inherited from Control.) | |
SelectedIndex | (Inherited from ComboBox.) | |
SelectedItem | (Inherited from ComboBox.) | |
SelectedText | (Inherited from ComboBox.) | |
SelectedValue | (Inherited from ListControl.) | |
SelectionLength | (Inherited from ComboBox.) | |
SelectionStart | (Inherited from ComboBox.) | |
ShowFocusCues | (Inherited from Control.) | |
ShowKeyboardCues | (Inherited from Control.) | |
Site | (Inherited from Control.) | |
Size | (Inherited from Control.) | |
Sorted | (Inherited from ComboBox.) | |
TabIndex | (Inherited from Control.) | |
TabStop | (Inherited from Control.) | |
Tag | (Inherited from Control.) | |
Text | Gets or sets the text that is associated with this control. (Overrides ComboBox.Text.) | |
Top | (Inherited from Control.) | |
TopLevelControl | (Inherited from Control.) | |
UseWaitCursor | (Inherited from Control.) | |
ValueMember | (Inherited from ListControl.) | |
Visible | (Inherited from Control.) | |
Width | (Inherited from Control.) | |
WindowTarget | (Inherited from Control.) |
Top
Methods
Top
Events
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
IDropTarget.OnDragDrop | (Inherited from Control.) | |
IDropTarget.OnDragEnter | (Inherited from Control.) | |
IDropTarget.OnDragLeave | (Inherited from Control.) | |
IDropTarget.OnDragOver | (Inherited from Control.) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.