dbicList Send comments on this topic.
dbiComboBox Class Members
See Also  Properties  Methods  Events
dbicBase Assembly > Dbi.WinControl Namespace : dbiComboBox Class


"

The following tables list the members exposed by dbiComboBox.

"

Public Constructors

 NameDescription
public ConstructordbiComboBox ConstructorThe default constructor.  
Top

Public Properties

 NameDescription
public PropertyAccessibleDescriptionGets or sets the description of the control used by accessibility client applications. (Inherited from System.Windows.Forms.Control)
public PropertyAccessibleNameGets or sets the name of the control used by accessibility client applications. (Inherited from System.Windows.Forms.Control)
public PropertyAccessibleRoleGets or sets the accessible role of the control (Inherited from System.Windows.Forms.Control)
public PropertyAllowDropGets or sets a value indicating whether the control can accept data that the user drags onto it. (Inherited from System.Windows.Forms.Control)
public PropertyAnchorGets or sets the edges of the container to which a control is bound and determines how a control is resized with its parent. (Inherited from System.Windows.Forms.Control)
public PropertyAutoCompleteCustomSourceGets or sets a custom System.Collections.Specialized.StringCollection to use when the System.Windows.Forms.ComboBox.AutoCompleteSource property is set to CustomSource. (Inherited from System.Windows.Forms.ComboBox)
public PropertyAutoCompleteModeGets or sets an option that controls how automatic completion works for the System.Windows.Forms.ComboBox. (Inherited from System.Windows.Forms.ComboBox)
public PropertyAutoCompleteSourceGets or sets a value specifying the source of complete strings used for automatic completion. (Inherited from System.Windows.Forms.ComboBox)
public PropertyBackColorGets or sets the background color for the control. (Inherited from System.Windows.Forms.ComboBox)
public PropertyCausesValidationGets or sets a value indicating whether the control causes validation to be performed on any controls that require validation when it receives focus. (Inherited from System.Windows.Forms.Control)
public PropertyContextMenuStripGets or sets the System.Windows.Forms.ContextMenuStrip associated with this control. (Inherited from System.Windows.Forms.Control)
public PropertyCursorGets or sets the cursor that is displayed when the mouse pointer is over the control. (Inherited from System.Windows.Forms.Control)
public PropertyDataBindingsGets the data bindings for the control. (Inherited from System.Windows.Forms.Control)
public PropertyDataSourceGets or sets the data source for this System.Windows.Forms.ComboBox. (Inherited from System.Windows.Forms.ComboBox)
public PropertyDisplayMemberGets or sets the property to display for this System.Windows.Forms.ListControl. (Inherited from System.Windows.Forms.ListControl)
public PropertyDockGets or sets which control borders are docked to its parent control and determines how a control is resized with its parent. (Inherited from System.Windows.Forms.Control)
public PropertyDrawModeGets or sets a value indicating whether your code or the operating system will handle drawing of elements in the list. (Inherited from System.Windows.Forms.ComboBox)
public PropertyDropDownHeightGets or sets the height in pixels of the drop-down portion of the System.Windows.Forms.ComboBox. (Inherited from System.Windows.Forms.ComboBox)
public PropertyDropDownStyleGets or sets a value specifying the style of the combo box. (Inherited from System.Windows.Forms.ComboBox)
public PropertyDropDownWidthGets or sets the width of the of the drop-down portion of a combo box. (Inherited from System.Windows.Forms.ComboBox)
public PropertyEnabledGets or sets a value indicating whether the control can respond to user interaction. (Inherited from System.Windows.Forms.Control)
public PropertyFlatStyleGets or sets the appearance of the System.Windows.Forms.ComboBox. (Inherited from System.Windows.Forms.ComboBox)
public PropertyFocusedGets a value indicating whether the System.Windows.Forms.ComboBox has focus. (Inherited from System.Windows.Forms.ComboBox)
public PropertyFontGets or sets the font of the text displayed by the control. (Inherited from System.Windows.Forms.Control)
public PropertyForeColorGets or sets the foreground color of the control. (Inherited from System.Windows.Forms.ComboBox)
public PropertyFormatStringGets or sets the format-specifier characters that indicate how a value is to be displayed. (Inherited from System.Windows.Forms.ListControl)
public PropertyFormattingEnabledGets or sets a value indicating whether formatting is applied to the System.Windows.Forms.ListControl.DisplayMember property of the System.Windows.Forms.ListControl. (Inherited from System.Windows.Forms.ListControl)
public PropertyImeModeGets or sets the Input Method Editor (IME) mode of the control. (Inherited from System.Windows.Forms.Control)
public PropertyIntegralHeightGets or sets a value indicating whether the control should resize to avoid showing partial items. (Inherited from System.Windows.Forms.ComboBox)
public PropertyItemHeightGets or sets the height of an item in the combo box. (Inherited from System.Windows.Forms.ComboBox)
public PropertyItemsGets an object representing the collection of the items contained in this System.Windows.Forms.ComboBox. (Inherited from System.Windows.Forms.ComboBox)
public PropertyLocationGets or sets the coordinates of the upper-left corner of the control relative to the upper-left corner of its container. (Inherited from System.Windows.Forms.Control)
public PropertyMarginGets or sets the space between controls. (Inherited from System.Windows.Forms.Control)
public PropertyMaxDropDownItemsGets or sets the maximum number of items to be shown in the drop-down portion of the System.Windows.Forms.ComboBox. (Inherited from System.Windows.Forms.ComboBox)
public PropertyMaximumSizeGets or sets the size that is the upper limit that the System.Windows.Forms.Control.GetPreferredSize(System.Drawing.Size) method can specify. (Inherited from System.Windows.Forms.ComboBox)
public PropertyMaxLengthGets or sets the number of characters a user can type into the System.Windows.Forms.ComboBox. (Inherited from System.Windows.Forms.ComboBox)
public PropertyMinimumSizeGets or sets the size that is the lower limit that the System.Windows.Forms.Control.GetPreferredSize(System.Drawing.Size) method can specify. (Inherited from System.Windows.Forms.ComboBox)
public PropertyRightToLeftGets or sets a value indicating whether control's elements are aligned to support locales using right-to-left fonts. (Inherited from System.Windows.Forms.Control)
public PropertySiteGets or sets the site of the control. (Inherited from System.Windows.Forms.Control)
public PropertySizeGets or sets the height and width of the control. (Inherited from System.Windows.Forms.Control)
public PropertySortedGets or sets a value indicating whether the items in the combo box are sorted. (Inherited from System.Windows.Forms.ComboBox)
public PropertyTabIndexGets or sets the tab order of the control within its container. (Inherited from System.Windows.Forms.Control)
public PropertyTabStopGets or sets a value indicating whether the user can give the focus to this control using the TAB key. (Inherited from System.Windows.Forms.Control)
public PropertyTagGets or sets the object that contains data about the control. (Inherited from System.Windows.Forms.Control)
public PropertyTextGets or sets the text associated with this control. (Inherited from System.Windows.Forms.ComboBox)
public PropertyUseWaitCursorGets or sets a value indicating whether to use the wait cursor for the current control and all child controls. (Inherited from System.Windows.Forms.Control)
public PropertyValueMemberGets or sets the path of the property to use as the actual value for the items in the System.Windows.Forms.ListControl. (Inherited from System.Windows.Forms.ListControl)
public PropertyVisibleGets or sets a value indicating whether the control and all its child controls are displayed. (Inherited from System.Windows.Forms.Control)
Top

Public Methods

 NameDescription
public MethodBeginInvokeOverloaded.  (Inherited from System.Windows.Forms.Control)
public MethodBeginUpdateMaintains performance when items are added to the System.Windows.Forms.ComboBox one at a time. (Inherited from System.Windows.Forms.ComboBox)
public MethodBringToFrontBrings the control to the front of the z-order. (Inherited from System.Windows.Forms.Control)
public MethodContainsRetrieves a value indicating whether the specified control is a child of the control. (Inherited from System.Windows.Forms.Control)
public MethodCreateControlForces the creation of the visible control, including the creation of the handle and any visible child controls. (Inherited from System.Windows.Forms.Control)
public MethodCreateGraphicsCreates the System.Drawing.Graphics for the control. (Inherited from System.Windows.Forms.Control)
public MethodCreateObjRefCreates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from System.MarshalByRefObject)
public MethodDispose (Inherited from System.ComponentModel.Component)
public MethodDoDragDropBegins a drag-and-drop operation. (Inherited from System.Windows.Forms.Control)
public MethodDrawToBitmapSupports rendering to the specified bitmap. (Inherited from System.Windows.Forms.Control)
public MethodEndInvokeRetrieves the return value of the asynchronous operation represented by the System.IAsyncResult passed. (Inherited from System.Windows.Forms.Control)
public MethodEndUpdateResumes painting the System.Windows.Forms.ComboBox control after painting is suspended by the System.Windows.Forms.ComboBox.BeginUpdate method. (Inherited from System.Windows.Forms.ComboBox)
public MethodFindFormRetrieves the form that the control is on. (Inherited from System.Windows.Forms.Control)
public MethodFindStringOverloaded.  (Inherited from System.Windows.Forms.ComboBox)
public MethodFindStringExactOverloaded.  (Inherited from System.Windows.Forms.ComboBox)
public MethodFocusSets input focus to the control. (Inherited from System.Windows.Forms.Control)
public MethodGetChildAtPointOverloaded.  (Inherited from System.Windows.Forms.Control)
public MethodGetContainerControlReturns the next System.Windows.Forms.ContainerControl up the control's chain of parent controls. (Inherited from System.Windows.Forms.Control)
public MethodGetItemHeightReturns the height of an item in the System.Windows.Forms.ComboBox. (Inherited from System.Windows.Forms.ComboBox)
public MethodGetItemTextReturns the text representation of the specified item. (Inherited from System.Windows.Forms.ListControl)
public MethodGetLifetimeServiceRetrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
public MethodGetNextControlRetrieves the next control forward or back in the tab order of child controls. (Inherited from System.Windows.Forms.Control)
public MethodGetPreferredSizeRetrieves the size of a rectangular area into which a control can be fitted. (Inherited from System.Windows.Forms.Control)
public MethodHideConceals the control from the user. (Inherited from System.Windows.Forms.Control)
public MethodInitializeLifetimeServiceObtains a lifetime service object to control the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
public MethodInvalidateOverloaded.  (Inherited from System.Windows.Forms.Control)
public MethodInvokeOverloaded.  (Inherited from System.Windows.Forms.Control)
public MethodLogicalToDeviceUnitsOverloaded.  (Inherited from System.Windows.Forms.Control)
public MethodPerformLayoutOverloaded.  (Inherited from System.Windows.Forms.Control)
public MethodPointToClientComputes the location of the specified screen point into client coordinates. (Inherited from System.Windows.Forms.Control)
public MethodPointToScreenComputes the location of the specified client point into screen coordinates. (Inherited from System.Windows.Forms.Control)
public MethodPreProcessControlMessagePreprocesses keyboard or input messages within the message loop before they are dispatched. (Inherited from System.Windows.Forms.Control)
public MethodPreProcessMessagePreprocesses keyboard or input messages within the message loop before they are dispatched. (Inherited from System.Windows.Forms.Control)
public MethodRectangleToClientComputes the size and location of the specified screen rectangle in client coordinates. (Inherited from System.Windows.Forms.Control)
public MethodRectangleToScreenComputes the size and location of the specified client rectangle in screen coordinates. (Inherited from System.Windows.Forms.Control)
public MethodRefreshForces the control to invalidate its client area and immediately redraw itself and any child controls. (Inherited from System.Windows.Forms.Control)
public MethodResetTextResets the System.Windows.Forms.Control.Text property to its default value (System.String.Empty). (Inherited from System.Windows.Forms.ComboBox)
public MethodResumeLayoutOverloaded.  (Inherited from System.Windows.Forms.Control)
public MethodScale (Inherited from System.Windows.Forms.Control)
public MethodScaleBitmapLogicalToDeviceScales a logical bitmap value to it's equivalent device unit value when a DPI change occurs. (Inherited from System.Windows.Forms.Control)
public MethodSelectOverloaded.  (Inherited from System.Windows.Forms.ComboBox)
public MethodSelectAllSelects all the text in the editable portion of the System.Windows.Forms.ComboBox. (Inherited from System.Windows.Forms.ComboBox)
public MethodSelectNextControlActivates the next control. (Inherited from System.Windows.Forms.Control)
public MethodSendToBackSends the control to the back of the z-order. (Inherited from System.Windows.Forms.Control)
public MethodSetBoundsOverloaded.  (Inherited from System.Windows.Forms.Control)
public MethodShowDisplays the control to the user. (Inherited from System.Windows.Forms.Control)
public MethodSuspendLayoutTemporarily suspends the layout logic for the control. (Inherited from System.Windows.Forms.Control)
public MethodToStringReturns a string that represents the System.Windows.Forms.ComboBox control. (Inherited from System.Windows.Forms.ComboBox)
public MethodUpdateCauses the control to redraw the invalidated regions within its client area. (Inherited from System.Windows.Forms.Control)
Top

Public Events

 NameDescription
public EventBackColorChangedOccurs when the value of the System.Windows.Forms.Control.BackColor property changes. (Inherited from System.Windows.Forms.Control)
public EventBindingContextChangedOccurs when the value of the System.Windows.Forms.BindingContext property changes. (Inherited from System.Windows.Forms.Control)
public EventCausesValidationChangedOccurs when the value of the System.Windows.Forms.Control.CausesValidation property changes. (Inherited from System.Windows.Forms.Control)
public EventChangeUICuesOccurs when the focus or keyboard user interface (UI) cues change. (Inherited from System.Windows.Forms.Control)
public EventClickOccurs when the control is clicked. (Inherited from System.Windows.Forms.Control)
public EventClientSizeChangedOccurs when the value of the System.Windows.Forms.Control.ClientSize property changes. (Inherited from System.Windows.Forms.Control)
public EventContextMenuStripChangedOccurs when the value of the System.Windows.Forms.Control.ContextMenuStrip property changes. (Inherited from System.Windows.Forms.Control)
public EventControlAddedOccurs when a new control is added to the System.Windows.Forms.Control.ControlCollection. (Inherited from System.Windows.Forms.Control)
public EventControlRemovedOccurs when a control is removed from the System.Windows.Forms.Control.ControlCollection. (Inherited from System.Windows.Forms.Control)
public EventCursorChangedOccurs when the value of the System.Windows.Forms.Control.Cursor property changes. (Inherited from System.Windows.Forms.Control)
public EventDataSourceChangedOccurs when the System.Windows.Forms.ListControl.DataSource changes. (Inherited from System.Windows.Forms.ListControl)
public EventDisplayMemberChangedOccurs when the System.Windows.Forms.ListControl.DisplayMember property changes. (Inherited from System.Windows.Forms.ListControl)
public EventDockChangedOccurs when the value of the System.Windows.Forms.Control.Dock property changes. (Inherited from System.Windows.Forms.Control)
public EventDpiChangedAfterParentOccurs when the DPI setting for a control is changed programmatically after the DPI of its parent control or form has changed. (Inherited from System.Windows.Forms.Control)
public EventDpiChangedBeforeParentOccurs when the DPI setting for a control is changed programmatically before a DPI change event for its parent control or form has occurred. (Inherited from System.Windows.Forms.Control)
public EventDragDropOccurs when a drag-and-drop operation is completed. (Inherited from System.Windows.Forms.Control)
public EventDragEnterOccurs when an object is dragged into the control's bounds. (Inherited from System.Windows.Forms.Control)
public EventDragLeaveOccurs when an object is dragged out of the control's bounds. (Inherited from System.Windows.Forms.Control)
public EventDragOverOccurs when an object is dragged over the control's bounds. (Inherited from System.Windows.Forms.Control)
public EventDrawItemOccurs when a visual aspect of an owner-drawn System.Windows.Forms.ComboBox changes. (Inherited from System.Windows.Forms.ComboBox)
public EventDropDownOccurs when the drop-down portion of a System.Windows.Forms.ComboBox is shown. (Inherited from System.Windows.Forms.ComboBox)
public EventDropDownClosedOccurs when the drop-down portion of the System.Windows.Forms.ComboBox is no longer visible. (Inherited from System.Windows.Forms.ComboBox)
public EventDropDownStyleChangedOccurs when the System.Windows.Forms.ComboBox.DropDownStyle property has changed. (Inherited from System.Windows.Forms.ComboBox)
public EventEnabledChangedOccurs when the System.Windows.Forms.Control.Enabled property value has changed. (Inherited from System.Windows.Forms.Control)
public EventEnterOccurs when the control is entered. (Inherited from System.Windows.Forms.Control)
public EventFontChangedOccurs when the System.Windows.Forms.Control.Font property value changes. (Inherited from System.Windows.Forms.Control)
public EventForeColorChangedOccurs when the System.Windows.Forms.Control.ForeColor property value changes. (Inherited from System.Windows.Forms.Control)
public EventFormatOccurs when the control is bound to a data value. (Inherited from System.Windows.Forms.ListControl)
public EventFormatStringChangedOccurs when value of the System.Windows.Forms.ListControl.FormatString property changes (Inherited from System.Windows.Forms.ListControl)
public EventFormattingEnabledChangedOccurs when the value of the System.Windows.Forms.ListControl.FormattingEnabled property changes. (Inherited from System.Windows.Forms.ListControl)
public EventGiveFeedbackOccurs during a drag operation. (Inherited from System.Windows.Forms.Control)
public EventHelpRequestedOccurs when the user requests help for a control. (Inherited from System.Windows.Forms.Control)
public EventImeModeChangedOccurs when the System.Windows.Forms.Control.ImeMode property has changed. (Inherited from System.Windows.Forms.Control)
public EventKeyDownOccurs when a key is pressed while the control has focus. (Inherited from System.Windows.Forms.Control)
public EventKeyPressOccurs when a character. space or backspace key is pressed while the control has focus. (Inherited from System.Windows.Forms.Control)
public EventKeyUpOccurs when a key is released while the control has focus. (Inherited from System.Windows.Forms.Control)
public EventLayoutOccurs when a control should reposition its child controls. (Inherited from System.Windows.Forms.Control)
public EventLeaveOccurs when the input focus leaves the control. (Inherited from System.Windows.Forms.Control)
public EventLocationChangedOccurs when the System.Windows.Forms.Control.Location property value has changed. (Inherited from System.Windows.Forms.Control)
public EventMarginChangedOccurs when the control's margin changes. (Inherited from System.Windows.Forms.Control)
public EventMeasureItemOccurs each time an owner-drawn System.Windows.Forms.ComboBox item needs to be drawn and when the sizes of the list items are determined. (Inherited from System.Windows.Forms.ComboBox)
public EventMouseCaptureChangedOccurs when the control loses mouse capture. (Inherited from System.Windows.Forms.Control)
public EventMouseClickOccurs when the control is clicked by the mouse. (Inherited from System.Windows.Forms.Control)
public EventMouseDoubleClickOccurs when the control is double clicked by the mouse. (Inherited from System.Windows.Forms.Control)
public EventMouseDownOccurs when the mouse pointer is over the control and a mouse button is pressed. (Inherited from System.Windows.Forms.Control)
public EventMouseEnterOccurs when the mouse pointer enters the control. (Inherited from System.Windows.Forms.Control)
public EventMouseHoverOccurs when the mouse pointer rests on the control. (Inherited from System.Windows.Forms.Control)
public EventMouseLeaveOccurs when the mouse pointer leaves the control. (Inherited from System.Windows.Forms.Control)
public EventMouseMoveOccurs when the mouse pointer is moved over the control. (Inherited from System.Windows.Forms.Control)
public EventMouseUpOccurs when the mouse pointer is over the control and a mouse button is released. (Inherited from System.Windows.Forms.Control)
public EventMoveOccurs when the control is moved. (Inherited from System.Windows.Forms.Control)
public EventParentChangedOccurs when the System.Windows.Forms.Control.Parent property value changes. (Inherited from System.Windows.Forms.Control)
public EventPreviewKeyDownOccurs before the System.Windows.Forms.Control.KeyDown event when a key is pressed while focus is on this control. (Inherited from System.Windows.Forms.Control)
public EventQueryAccessibilityHelpOccurs when System.Windows.Forms.AccessibleObject is providing help to accessibility applications. (Inherited from System.Windows.Forms.Control)
public EventQueryContinueDragOccurs during a drag-and-drop operation and enables the drag source to determine whether the drag-and-drop operation should be canceled. (Inherited from System.Windows.Forms.Control)
public EventRegionChangedOccurs when the value of the System.Windows.Forms.Control.Region property changes. (Inherited from System.Windows.Forms.Control)
public EventResizeOccurs when the control is resized. (Inherited from System.Windows.Forms.Control)
public EventRightToLeftChangedOccurs when the System.Windows.Forms.Control.RightToLeft property value changes. (Inherited from System.Windows.Forms.Control)
public EventSelectedIndexChangedOccurs when the System.Windows.Forms.ComboBox.SelectedIndex property has changed. (Inherited from System.Windows.Forms.ComboBox)
public EventSelectedValueChangedOccurs when the System.Windows.Forms.ListControl.SelectedValue property changes. (Inherited from System.Windows.Forms.ListControl)
public EventSelectionChangeCommittedOccurs when the user changes the selected item and that change is displayed in the System.Windows.Forms.ComboBox. (Inherited from System.Windows.Forms.ComboBox)
public EventSizeChangedOccurs when the System.Windows.Forms.Control.Size property value changes. (Inherited from System.Windows.Forms.Control)
public EventStyleChangedOccurs when the control style changes. (Inherited from System.Windows.Forms.Control)
public EventSystemColorsChangedOccurs when the system colors change. (Inherited from System.Windows.Forms.Control)
public EventTabIndexChangedOccurs when the System.Windows.Forms.Control.TabIndex property value changes. (Inherited from System.Windows.Forms.Control)
public EventTabStopChangedOccurs when the System.Windows.Forms.Control.TabStop property value changes. (Inherited from System.Windows.Forms.Control)
public EventTextChangedOccurs when the System.Windows.Forms.Control.Text property value changes. (Inherited from System.Windows.Forms.Control)
public EventTextUpdateOccurs when the control has formatted the text, but before the text is displayed. (Inherited from System.Windows.Forms.ComboBox)
public EventValidatedOccurs when the control is finished validating. (Inherited from System.Windows.Forms.Control)
public EventValidatingOccurs when the control is validating. (Inherited from System.Windows.Forms.Control)
public EventValueMemberChangedOccurs when the System.Windows.Forms.ListControl.ValueMember property changes. (Inherited from System.Windows.Forms.ListControl)
public EventVisibleChangedOccurs when the System.Windows.Forms.Control.Visible property value changes. (Inherited from System.Windows.Forms.Control)
Top

See Also