CustomComboBox Class
Contains a customized version of a ComboBox.
Namespace: Microsoft.WindowsServerSolutions.Controls
Assembly: AdminCommon (in AdminCommon.dll)
Inheritance Hierarchy
System.Object
System.MarshalByRefObject
System.ComponentModel.Component
System.Windows.Forms.Control
System.Windows.Forms.ListControl
System.Windows.Forms.ComboBox
Microsoft.WindowsServerSolutions.Controls.CustomComboBox
Syntax
public class CustomComboBox : ComboBox
public ref class CustomComboBox : ComboBox
Public Class CustomComboBox
Inherits ComboBox
Constructors
Name | Description | |
---|---|---|
CustomComboBox() | Initializes a new instance of the CustomComboBox class. |
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.) |
|
BackColor | (Inherited from ComboBox.) |
|
BackgroundImage | (Inherited from Control.) |
|
BackgroundImageLayout | (Inherited from Control.) |
|
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 Control.) |
|
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 | (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 | (Inherited from ComboBox.) |
|
Top | (Inherited from Control.) |
|
TopLevelControl | (Inherited from Control.) |
|
UseWaitCursor | (Inherited from Control.) |
|
ValueMember | (Inherited from ListControl.) |
|
Visible | (Inherited from Control.) |
|
Width | (Inherited from Control.) |
Methods
Events
Explicit Interface Implementations
Name | Description | |
---|---|---|
IDropTarget.OnDragDrop(DragEventArgs) | (Inherited from Control.) |
|
IDropTarget.OnDragEnter(DragEventArgs) | (Inherited from Control.) |
|
IDropTarget.OnDragLeave(EventArgs) | (Inherited from Control.) |
|
IDropTarget.OnDragOver(DragEventArgs) | (Inherited from Control.) |
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.
See Also
Microsoft.WindowsServerSolutions.Controls Namespace
Return to top