Click to Rate and Give Feedback
MSDN
MSDN Library
.NET Development
.NET Framework 3.5
ComboBox Class
 ComboBox Members

  Switch on low bandwidth view
Members FilterMembers Filter
Frameworks FilterFrameworks Filter
This page is specific to
Microsoft Visual Studio 2008/.NET Framework 3.5

Other versions are also available for the following:
.NET Framework Class Library
ComboBox Members

Represents a Windows combo box control.

The ComboBox type exposes the following members.

  NameDescription
Public methodSupported by the .NET Compact FrameworkComboBoxInitializes a new instance of the ComboBox class.
Top
  NameDescription
Protected methodAccessibilityNotifyClientsOverloaded. Notifies the accessibility client applications of AccessibleEvents.
Protected methodAddItemsCore Obsolete. Adds the specified items to the combo box.
Public methodSupported by the .NET Compact FrameworkBeginInvokeOverloaded. Executes a delegate asynchronously on the thread that the control's underlying handle was created on.
Public methodSupported by the .NET Compact FrameworkBeginUpdateMaintains performance when items are added to the ComboBox one at a time.
Public methodSupported by the .NET Compact FrameworkBringToFrontBrings the control to the front of the z-order. (Inherited from Control.)
Public methodContainsRetrieves a value indicating whether the specified control is a child of the control. (Inherited from Control.)
Protected methodCreateAccessibilityInstanceOverloaded.
Public methodCreateControlForces the creation of the control, including the creation of the handle and any child controls. (Inherited from Control.)
Protected methodSupported by the .NET Compact FrameworkCreateControlsInstanceCreates a new instance of the control collection for the control. (Inherited from Control.)
Public methodCreateGraphicsCreates the Graphics for the control. (Inherited from Control.)
Protected methodCreateHandleOverloaded.
Public methodCreateObjRefCreates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from MarshalByRefObject.)
Protected methodDefWndProcSends the specified message to the default window procedure. (Inherited from Control.)
Protected methodDestroyHandleDestroys the handle associated with the control. (Inherited from Control.)
Public methodSupported by the .NET Compact FrameworkDisposeOverloaded. Releases the resources used by the ComboBox.
Public methodDoDragDropBegins a drag-and-drop operation. (Inherited from Control.)
Public methodDrawToBitmapSupports rendering to the specified bitmap. (Inherited from Control.)
Public methodSupported by the .NET Compact FrameworkEndInvokeRetrieves the return value of the asynchronous operation represented by the IAsyncResult passed. (Inherited from Control.)
Public methodSupported by the .NET Compact FrameworkEndUpdateResumes painting the ComboBox control after painting is suspended by the BeginUpdate method.
Public methodSupported by the .NET Compact FrameworkEquals Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected methodSupported by the .NET Compact FrameworkFilterItemOnPropertyOverloaded. Returns the current value of the ListControl item, if the item is a property of an instance of the ListControl class.
Protected methodSupported by the .NET Compact FrameworkFinalizeOverloaded.
Public methodFindFormRetrieves the form that the control is on. (Inherited from Control.)
Public methodFindStringOverloaded. Finds the first item in the ComboBox that starts with the specified string.
Public methodFindStringExactOverloaded. Finds the item that exactly matches the specified string.
Public methodSupported by the .NET Compact FrameworkFocusSets input focus to the control. (Inherited from Control.)
Protected methodGetAccessibilityObjectByIdRetrieves the specified AccessibleObject. (Inherited from Control.)
Protected methodGetAutoSizeModeRetrieves a value indicating how a control will behave when its AutoSize property is enabled. (Inherited from Control.)
Public methodGetChildAtPointOverloaded. Retrieves the child control at a specified location.
Public methodGetContainerControlReturns the next ContainerControl up the control's chain of parent controls. (Inherited from Control.)
Public methodSupported by the .NET Compact FrameworkGetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public methodGetItemHeightReturns the height of an item in the ComboBox.
Public methodSupported by the .NET Compact FrameworkGetItemText Returns the text representation of the specified item. (Inherited from ListControl.)
Public methodGetLifetimeServiceRetrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from MarshalByRefObject.)
Public methodGetNextControlRetrieves the next control forward or back in the tab order of child controls. (Inherited from Control.)
Public methodGetPreferredSizeRetrieves the size of a rectangular area into which a control can be fitted. (Inherited from Control.)
Protected methodSupported by the .NET Compact FrameworkGetScaledBoundsRetrieves the bounds within which the control is scaled. (Inherited from Control.)
Protected methodGetService Returns an object that represents a service provided by the Component or by its Container. (Inherited from Component.)
Protected methodGetStyleRetrieves the value of the specified control style bit for the control. (Inherited from Control.)
Protected methodGetTopLevelDetermines if the control is a top-level control. (Inherited from Control.)
Public methodSupported by the .NET Compact FrameworkGetType Gets the Type of the current instance. (Inherited from Object.)
Public methodSupported by the .NET Compact FrameworkHideConceals the control from the user. (Inherited from Control.)
Public methodInitializeLifetimeServiceObtains a lifetime service object to control the lifetime policy for this instance. (Inherited from MarshalByRefObject.)
Protected methodInitLayoutCalled after the control has been added to another container. (Inherited from Control.)
Public methodSupported by the .NET Compact FrameworkInvalidateOverloaded. Invalidates a specific region of the control and causes a paint message to be sent to the control.
Public methodSupported by the .NET Compact FrameworkInvokeOverloaded. Executes a delegate on the thread that owns the control's underlying window handle.
Protected methodInvokeGotFocusRaises the GotFocus event for the specified control. (Inherited from Control.)
Protected methodInvokeLostFocusRaises the LostFocus event for the specified control. (Inherited from Control.)
Protected methodInvokeOnClickRaises the Click event for the specified control. (Inherited from Control.)
Protected methodInvokePaintRaises the Paint event for the specified control. (Inherited from Control.)
Protected methodInvokePaintBackgroundRaises the PaintBackground event for the specified control. (Inherited from Control.)
Protected methodIsInputCharDetermines if a character is an input character that the control recognizes. (Inherited from Control.)
Protected methodIsInputKeyDetermines whether the specified key is a regular input key or a special key that requires preprocessing. (Overrides ListControl..::.IsInputKey(Keys).)
Protected methodSupported by the .NET Compact FrameworkMemberwiseCloneOverloaded.
Protected methodNotifyInvalidateInfrastructure. Raises the Invalidated event with a specified region of the control to invalidate. (Inherited from Control.)
Protected methodOnAutoSizeChangedRaises the AutoSizeChanged event. (Inherited from Control.)
Protected methodOnBackColorChangedRaises the BackColorChanged event. (Overrides Control..::.OnBackColorChanged(EventArgs).)
Protected methodOnBackgroundImageChangedRaises the BackgroundImageChanged event. (Inherited from Control.)
Protected methodOnBackgroundImageLayoutChangedRaises the BackgroundImageLayoutChanged event. (Inherited from Control.)
Protected methodSupported by the .NET Compact FrameworkOnBindingContextChangedRaises the BindingContextChanged event. (Inherited from ListControl.)
Protected methodOnCausesValidationChangedRaises the CausesValidationChanged event. (Inherited from Control.)
Protected methodOnChangeUICuesRaises the ChangeUICues event. (Inherited from Control.)
Protected methodOnClickRaises the Click event. (Inherited from Control.)
Protected methodOnClientSizeChangedRaises the ClientSizeChanged event. (Inherited from Control.)
Protected methodOnContextMenuChangedRaises the ContextMenuChanged event. (Inherited from Control.)
Protected methodOnContextMenuStripChangedRaises the ContextMenuStripChanged event. (Inherited from Control.)
Protected methodOnControlAddedRaises the ControlAdded event. (Inherited from Control.)
Protected methodOnControlRemovedRaises the ControlRemoved event. (Inherited from Control.)
Protected methodOnCreateControlRaises the CreateControl method. (Inherited from Control.)
Protected methodOnCursorChangedRaises the CursorChanged event. (Inherited from Control.)
Protected methodSupported by the .NET Compact FrameworkOnDataSourceChanged Raises the DataSourceChanged event. (Overrides ListControl..::.OnDataSourceChanged(EventArgs).)
Protected methodSupported by the .NET Compact FrameworkOnDisplayMemberChangedOverloaded.
Protected methodOnDockChangedRaises the DockChanged event. (Inherited from Control.)
Protected methodOnDoubleClickRaises the DoubleClick event. (Inherited from Control.)
Protected methodOnDragDropRaises the DragDrop event. (Inherited from Control.)
Protected methodOnDragEnterRaises the DragEnter event. (Inherited from Control.)
Protected methodOnDragLeaveRaises the DragLeave event. (Inherited from Control.)
Protected methodOnDragOverRaises the DragOver event. (Inherited from Control.)
Protected methodOnDrawItemRaises the DrawItem event.
Protected methodOnDropDownRaises the DropDown event.
Protected methodOnDropDownClosedRaises the DropDownClosed event.
Protected methodOnDropDownStyleChangedRaises the DropDownStyleChanged event.
Protected methodSupported by the .NET Compact FrameworkOnEnabledChangedRaises the EnabledChanged event. (Inherited from Control.)
Protected methodOnEnterRaises the Enter event. (Inherited from Control.)
Protected methodOnFontChangedRaises the FontChanged event. (Overrides Control..::.OnFontChanged(EventArgs).)
Protected methodOnForeColorChangedRaises the ForeColorChanged event. (Overrides Control..::.OnForeColorChanged(EventArgs).)
Protected methodOnFormat Raises the Format event. (Inherited from ListControl.)
Protected methodOnFormatInfoChanged Raises the FormatInfoChanged event. (Inherited from ListControl.)
Protected methodOnFormatStringChanged Raises the FormatStringChanged event. (Inherited from ListControl.)
Protected methodOnFormattingEnabledChanged Raises the FormattingEnabledChanged event. (Inherited from ListControl.)
Protected methodOnGiveFeedbackRaises the GiveFeedback event. (Inherited from Control.)
Protected methodSupported by the .NET Compact FrameworkOnGotFocusOverloaded.
Protected methodSupported by the .NET Compact FrameworkOnHandleCreatedOverloaded.
Protected methodSupported by the .NET Compact FrameworkOnHandleDestroyedOverloaded.
Protected methodOnHelpRequestedRaises the HelpRequested event. (Inherited from Control.)
Protected methodOnImeModeChangedRaises the ImeModeChanged event. (Inherited from Control.)
Protected methodOnInvalidatedRaises the Invalidated event. (Inherited from Control.)
Protected methodSupported by the .NET Compact FrameworkOnKeyDownOverloaded.
Protected methodSupported by the .NET Compact FrameworkOnKeyPressOverloaded.
Protected methodSupported by the .NET Compact FrameworkOnKeyUpRaises the KeyUp event. (Inherited from Control.)
Protected methodOnLayoutRaises the Layout event. (Inherited from Control.)
Protected methodOnLeaveRaises the Leave event. (Inherited from Control.)
Protected methodOnLocationChangedRaises the LocationChanged event. (Inherited from Control.)
Protected methodSupported by the .NET Compact FrameworkOnLostFocusOverloaded.
Protected methodOnMarginChangedRaises the MarginChanged event. (Inherited from Control.)
Protected methodOnMeasureItemRaises the MeasureItem event.
Protected methodOnMouseCaptureChangedRaises the MouseCaptureChanged event. (Inherited from Control.)
Protected methodOnMouseClickRaises the MouseClick event. (Inherited from Control.)
Protected methodOnMouseDoubleClickRaises the MouseDoubleClick event. (Inherited from Control.)
Protected methodOnMouseDownRaises the MouseDown event. (Inherited from Control.)
Protected methodOnMouseEnterOverloaded.
Protected methodOnMouseHoverRaises the MouseHover event. (Inherited from Control.)
Protected methodOnMouseLeaveOverloaded.
Protected methodOnMouseMoveRaises the MouseMove event. (Inherited from Control.)
Protected methodOnMouseUpRaises the MouseUp event. (Inherited from Control.)
Protected methodOnMouseWheelRaises the MouseWheel event. (Inherited from Control.)
Protected methodOnMoveRaises the Move event. (Inherited from Control.)
Protected methodOnNotifyMessageNotifies the control of Windows messages. (Inherited from Control.)
Protected methodOnPaddingChangedRaises the PaddingChanged event. (Inherited from Control.)
Protected methodOnPaintRaises the Paint event. (Inherited from Control.)
Protected methodOnPaintBackgroundPaints the background of the control. (Inherited from Control.)
Protected methodOnParentBackColorChangedRaises the BackColorChanged event. (Overrides Control..::.OnParentBackColorChanged(EventArgs).)
Protected methodOnParentBackgroundImageChangedRaises the BackgroundImageChanged event when the BackgroundImage property value of the control's container changes. (Inherited from Control.)
Protected methodOnParentBindingContextChangedRaises the BindingContextChanged event when the BindingContext property value of the control's container changes. (Inherited from Control.)
Protected methodSupported by the .NET Compact FrameworkOnParentChangedRaises the ParentChanged event. (Inherited from Control.)
Protected methodOnParentCursorChangedRaises the CursorChanged event. (Inherited from Control.)
Protected methodOnParentEnabledChangedRaises the EnabledChanged event when the Enabled property value of the control's container changes. (Inherited from Control.)
Protected methodOnParentFontChangedRaises the FontChanged event when the Font property value of the control's container changes. (Inherited from Control.)
Protected methodOnParentForeColorChangedRaises the ForeColorChanged event when the ForeColor property value of the control's container changes. (Inherited from Control.)
Protected methodOnParentRightToLeftChangedRaises the RightToLeftChanged event when the RightToLeft property value of the control's container changes. (Inherited from Control.)
Protected methodOnParentVisibleChangedRaises the VisibleChanged event when the Visible property value of the control's container changes. (Inherited from Control.)
Protected methodOnPreviewKeyDownRaises the PreviewKeyDown event. (Inherited from Control.)
Protected methodOnPrintRaises the Paint event. (Inherited from Control.)
Protected methodOnQueryContinueDragRaises the QueryContinueDrag event. (Inherited from Control.)
Protected methodOnRegionChangedRaises the RegionChanged event. (Inherited from Control.)
Protected methodSupported by the .NET Compact FrameworkOnResizeOverloaded.
Protected methodOnRightToLeftChangedRaises the RightToLeftChanged event. (Inherited from Control.)
Protected methodSupported by the .NET Compact FrameworkOnSelectedIndexChangedRaises the SelectedIndexChanged event. (Overrides ListControl..::.OnSelectedIndexChanged(EventArgs).)
Protected methodOnSelectedItemChangedRaises the SelectedItemChanged event.
Protected methodSupported by the .NET Compact FrameworkOnSelectedValueChangedOverloaded.
Protected methodOnSelectionChangeCommittedRaises the SelectionChangeCommitted event.
Protected methodOnSizeChangedRaises the SizeChanged event. (Inherited from Control.)
Protected methodOnStyleChangedRaises the StyleChanged event. (Inherited from Control.)
Protected methodOnSystemColorsChangedRaises the SystemColorsChanged event. (Inherited from Control.)
Protected methodOnTabIndexChangedRaises the TabIndexChanged event. (Inherited from Control.)
Protected methodOnTabStopChangedRaises the TabStopChanged event. (Inherited from Control.)
Protected methodSupported by the .NET Compact FrameworkOnTextChangedOverloaded.
Protected methodOnTextUpdateRaises the TextUpdate event.
Protected methodOnValidatedRaises the Validated event. (Inherited from Control.)
Protected methodOnValidatingOverloaded.
Protected methodOnValueMemberChanged Raises the ValueMemberChanged event. (Inherited from ListControl.)
Protected methodOnVisibleChangedRaises the VisibleChanged event. (Inherited from Control.)
Public methodPerformLayoutOverloaded. Forces the control to apply layout logic to child controls.
Public methodSupported by the .NET Compact FrameworkPointToClientComputes the location of the specified screen point into client coordinates. (Inherited from Control.)
Public methodSupported by the .NET Compact FrameworkPointToScreenComputes the location of the specified client point into screen coordinates. (Inherited from Control.)
Public methodPreProcessControlMessagePreprocesses keyboard or input messages within the message loop before they are dispatched. (Inherited from Control.)
Public methodPreProcessMessagePreprocesses keyboard or input messages within the message loop before they are dispatched. (Inherited from Control.)
Protected methodProcessCmdKeyProcesses a command key. (Inherited from Control.)
Protected methodProcessDialogCharProcesses a dialog character. (Inherited from Control.)
Protected methodProcessDialogKeyProcesses a dialog key. (Inherited from Control.)
Protected methodProcessKeyEventArgsOverloaded.
Protected methodProcessKeyMessageProcesses a keyboard message. (Inherited from Control.)
Protected methodProcessKeyPreviewPreviews a keyboard message. (Inherited from Control.)
Protected methodProcessMnemonicProcesses a mnemonic character. (Inherited from Control.)
Protected methodRaiseDragEventRaises the appropriate drag event. (Inherited from Control.)
Protected methodRaiseKeyEventRaises the appropriate key event. (Inherited from Control.)
Protected methodRaiseMouseEventRaises the appropriate mouse event. (Inherited from Control.)
Protected methodRaisePaintEventRaises the appropriate paint event. (Inherited from Control.)
Protected methodRecreateHandleForces the re-creation of the handle for the control. (Inherited from Control.)
Public methodSupported by the .NET Compact FrameworkRectangleToClientComputes the size and location of the specified screen rectangle in client coordinates. (Inherited from Control.)
Public methodSupported by the .NET Compact FrameworkRectangleToScreenComputes the size and location of the specified client rectangle in screen coordinates. (Inherited from Control.)
Public methodSupported by the .NET Compact FrameworkRefreshForces the control to invalidate its client area and immediately redraw itself and any child controls. (Inherited from Control.)
Protected methodRefreshItemRefreshes the item contained at the specified location. (Overrides ListControl..::.RefreshItem(Int32).)
Protected methodRefreshItemsRefreshes all ComboBox items. (Overrides ListControl..::.RefreshItems()()().)
Public methodResetBackColorResets the BackColor property to its default value. (Inherited from Control.)
Public methodResetBindingsCauses a control bound to the BindingSource to reread all the items in the list and refresh their displayed values. (Inherited from Control.)
Public methodResetCursorResets the Cursor property to its default value. (Inherited from Control.)
Public methodResetFontResets the Font property to its default value. (Inherited from Control.)
Public methodResetForeColorResets the ForeColor property to its default value. (Inherited from Control.)
Public methodResetImeModeResets the ImeMode property to its default value. (Inherited from Control.)
Protected methodResetMouseEventArgsInfrastructure. Resets the control to handle the MouseLeave event. (Inherited from Control.)
Public methodResetRightToLeftResets the RightToLeft property to its default value. (Inherited from Control.)
Public methodResetTextOverloaded.
Public methodSupported by the .NET Compact FrameworkResumeLayoutOverloaded. Resumes the usual layout logic.
Protected methodRtlTranslateAlignmentOverloaded. Converts the current alignment to the appropriate alignment to support right-to-left text.
Protected methodRtlTranslateContentConverts the specified ContentAlignment to the appropriate ContentAlignment to support right-to-left text. (Inherited from Control.)
Protected methodRtlTranslateHorizontalConverts the specified HorizontalAlignment to the appropriate HorizontalAlignment to support right-to-left text. (Inherited from Control.)
Protected methodRtlTranslateLeftRightConverts the specified LeftRightAlignment to the appropriate LeftRightAlignment to support right-to-left text. (Inherited from Control.)
Public methodSupported by the .NET Compact FrameworkScaleOverloaded. Scales the control and any child controls.
Protected methodSupported by the .NET Compact FrameworkScaleControlOverloaded.
Protected methodScaleCoreInfrastructure. This method is not relevant for this class. (Inherited from Control.)
Public methodSupported by the .NET Compact FrameworkSelectOverloaded.
Public methodSupported by the .NET Compact FrameworkSelectAllSelects all the text in the editable portion of the ComboBox.
Public methodSupported by the .NET Compact FrameworkSelectNextControlActivates the next control. (Inherited from Control.)
Public methodSupported by the .NET Compact FrameworkSendToBackSends the control to the back of the z-order. (Inherited from Control.)
Protected methodSetAutoSizeModeSets a value indicating how a control will behave when its AutoSize property is enabled. (Inherited from Control.)
Public methodSetBoundsOverloaded. Sets the bounds of the control.
Protected methodSetBoundsCoreSets the size and location of the ComboBox. (Overrides Control..::.SetBoundsCore(Int32, Int32, Int32, Int32, BoundsSpecified).)
Protected methodSetClientSizeCoreSets the size of the client area of the control. (Inherited from Control.)
Protected methodSupported by the .NET Compact FrameworkSetItemCoreOverloaded.
Protected methodSupported by the .NET Compact FrameworkSetItemsCoreWhen overridden in a derived class, sets the specified array of objects in a collection in the derived class. (Overrides ListControl..::.SetItemsCore(IList).)
Protected methodSetStyleSets a specified ControlStyles flag to either true or false. (Inherited from Control.)
Protected methodSetTopLevelSets the control as the top-level control. (Inherited from Control.)
Protected methodSetVisibleCoreSets the control to the specified visible state. (Inherited from Control.)
Public methodSupported by the .NET Compact FrameworkShowDisplays the control to the user. (Inherited from Control.)
Protected methodSizeFromClientSizeDetermines the size of the entire control from the height and width of its client area. (Inherited from Control.)
Public methodSupported by the .NET Compact FrameworkSuspendLayoutTemporarily suspends the layout logic for the control. (Inherited from Control.)
Public methodSupported by the .NET Compact FrameworkToStringOverloaded.
Public methodSupported by the .NET Compact FrameworkUpdateCauses the control to redraw the invalidated regions within its client area. (Inherited from Control.)
Protected methodUpdateBoundsOverloaded. Updates the bounds of the control.
Protected methodUpdateStylesForces the assigned styles to be reapplied to the control. (Inherited from Control.)
Protected methodUpdateZOrderUpdates the control in its parent's z-order. (Inherited from Control.)
Protected methodWndProcProcesses Windows messages. (Overrides Control..::.WndProc(Message%).)
Top
  NameDescription
Public propertyAccessibilityObjectGets the AccessibleObject assigned to the control. (Inherited from Control.)
Public propertyAccessibleDefaultActionDescriptionGets or sets the default action description of the control for use by accessibility client applications. (Inherited from Control.)
Public propertyAccessibleDescriptionGets or sets the description of the control used by accessibility client applications. (Inherited from Control.)
Public propertyAccessibleNameGets or sets the name of the control used by accessibility client applications. (Inherited from Control.)
Public propertyAccessibleRoleGets or sets the accessible role of the control (Inherited from Control.)
Public propertyAllowDropGets or sets a value indicating whether the control can accept data that the user drags onto it. (Inherited from Control.)
Protected propertyAllowSelection Gets a value indicating whether the list enables selection of list items. (Inherited from ListControl.)
Public propertySupported by the .NET Compact FrameworkAnchorGets 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 Control.)
Public propertyAutoCompleteCustomSourceGets or sets a custom System.Collections.Specialized..::.StringCollection to use when the AutoCompleteSource property is set to CustomSource.
Public propertyAutoCompleteModeGets or sets an option that controls how automatic completion works for the ComboBox.
Public propertyAutoCompleteSourceGets or sets a value specifying the source of complete strings used for automatic completion.
Public propertyAutoScrollOffsetGets or sets where this control is scrolled to in ScrollControlIntoView. (Inherited from Control.)
Public propertyAutoSizeInfrastructure. This property is not relevant for this class. (Inherited from Control.)
Public propertySupported by the .NET Compact FrameworkBackColorOverloaded.
Public propertyBackgroundImageInfrastructure. This property is not relevant to this class. (Overrides Control..::.BackgroundImage.)
Public propertyBackgroundImageLayoutInfrastructure. Gets or sets the background image layout as defined in the ImageLayout enumeration. (Overrides Control..::.BackgroundImageLayout.)
Public propertySupported by the .NET Compact FrameworkBindingContextGets or sets the BindingContext for the control. (Inherited from Control.)
Public propertySupported by the .NET Compact FrameworkBottomGets the distance, in pixels, between the bottom edge of the control and the top edge of its container's client area. (Inherited from Control.)
Public propertySupported by the .NET Compact FrameworkBoundsGets or sets the size and location of the control including its nonclient elements, in pixels, relative to the parent control. (Inherited from Control.)
Protected propertyCanEnableImeGets a value indicating whether the ImeMode property can be set to an active value, to enable IME support. (Inherited from Control.)
Public propertyCanFocusGets a value indicating whether the control can receive focus. (Inherited from Control.)
Protected propertyCanRaiseEventsDetermines if events can be raised on the control. (Inherited from Control.)
Public propertyCanSelectGets a value indicating whether the control can be selected. (Inherited from Control.)
Public propertySupported by the .NET Compact FrameworkCaptureGets or sets a value indicating whether the control has captured the mouse. (Inherited from Control.)
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 Control.)
Public propertySupported by the .NET Compact FrameworkClientRectangleGets the rectangle that represents the client area of the control. (Inherited from Control.)
Public propertySupported by the .NET Compact FrameworkClientSizeGets or sets the height and width of the client area of the control. (Inherited from Control.)
Public propertyCompanyNameGets the name of the company or creator of the application containing the control. (Inherited from Control.)
Public propertyContainer Gets the IContainer that contains the Component. (Inherited from Component.)
Public propertyContainsFocusGets a value indicating whether the control, or one of its child controls, currently has the input focus. (Inherited from Control.)
Public propertySupported by the .NET Compact FrameworkContextMenuGets or sets the shortcut menu associated with the control. (Inherited from Control.)
Public propertyContextMenuStripGets or sets the ContextMenuStrip associated with this control. (Inherited from Control.)
Public propertyControlsGets the collection of controls contained within the control. (Inherited from Control.)
Public propertyCreatedGets a value indicating whether the control has been created. (Inherited from Control.)
Protected propertyCreateParamsGets the required creation parameters when the control handle is created. (Overrides Control..::.CreateParams.)
Public propertyCursorGets or sets the cursor that is displayed when the mouse pointer is over the control. (Inherited from Control.)
Public propertySupported by the .NET Compact FrameworkDataBindingsGets the data bindings for the control. (Inherited from Control.)
Protected propertySupported by the .NET Compact FrameworkDataManager Gets the CurrencyManager associated with this control. (Inherited from ListControl.)
Public propertySupported by the .NET Compact FrameworkDataSourceOverloaded.
Protected propertyDefaultCursorGets or sets the default cursor for the control. (Inherited from Control.)
Protected propertyDefaultImeModeGets the default Input Method Editor (IME) mode supported by the control. (Inherited from Control.)
Protected propertyDefaultMarginGets the space, in pixels, that is specified by default between controls. (Inherited from Control.)
Protected propertyDefaultMaximumSizeGets the length and height, in pixels, that is specified as the default maximum size of a control. (Inherited from Control.)
Protected propertyDefaultMinimumSizeGets the length and height, in pixels, that is specified as the default minimum size of a control. (Inherited from Control.)
Protected propertyDefaultPaddingGets the internal spacing, in pixels, of the contents of a control. (Inherited from Control.)
Protected propertyDefaultSizeGets the default size of the control. (Overrides Control..::.DefaultSize.)
Protected propertyDesignMode Gets a value that indicates whether the Component is currently in design mode. (Inherited from Component.)
Public propertySupported by the .NET Compact FrameworkDisplayMember Gets or sets the property to display for this ListControl. (Inherited from ListControl.)
Public propertyDisplayRectangleGets the rectangle that represents the display area of the control. (Inherited from Control.)
Public propertyDisposingGets a value indicating whether the base Control class is in the process of disposing. (Inherited from Control.)
Public propertySupported by the .NET Compact FrameworkDockGets or sets which control borders are docked to its parent control and determines how a control is resized with its parent. (Inherited from Control.)
Protected propertyDoubleBufferedGets or sets a value indicating whether this control should redraw its surface using a secondary buffer to reduce or prevent flicker. (Inherited from Control.)
Public propertyDrawModeGets or sets a value indicating whether your code or the operating system will handle drawing of elements in the list.
Public propertyDropDownHeightGets or sets the height in pixels of the drop-down portion of the ComboBox.
Public propertySupported by the .NET Compact FrameworkDropDownStyleGets or sets a value specifying the style of the combo box.
Public propertyDropDownWidthGets or sets the width of the of the drop-down portion of a combo box.
Public propertyDroppedDownGets or sets a value indicating whether the combo box is displaying its drop-down portion.
Public propertySupported by the .NET Compact FrameworkEnabledGets or sets a value indicating whether the control can respond to user interaction. (Inherited from Control.)
Protected propertySupported by the .NET Compact FrameworkEvents Gets the list of event handlers that are attached to this Component. (Inherited from Component.)
Public propertyFlatStyleGets or sets the appearance of the ComboBox.
Public propertySupported by the .NET Compact FrameworkFocusedOverloaded.
Public propertySupported by the .NET Compact FrameworkFontGets or sets the font of the text displayed by the control. (Inherited from Control.)
Protected propertyFontHeightGets or sets the height of the font of the control. (Inherited from Control.)
Public propertySupported by the .NET Compact FrameworkForeColorOverloaded.
Public propertyFormatInfo Gets or sets the IFormatProvider that provides custom formatting behavior. (Inherited from ListControl.)
Public propertyFormatString Gets or sets the format-specifier characters that indicate how a value is to be displayed. (Inherited from ListControl.)
Public propertyFormattingEnabled Gets or sets a value indicating whether formatting is applied to the DisplayMember property of the ListControl. (Inherited from ListControl.)
Public propertySupported by the .NET Compact FrameworkHandleGets the window handle that the control is bound to. (Inherited from Control.)
Public propertyHasChildrenGets a value indicating whether the control contains one or more child controls. (Inherited from Control.)
Public propertySupported by the .NET Compact FrameworkHeightGets or sets the height of the control. (Inherited from Control.)
Public propertyImeModeGets or sets the Input Method Editor (IME) mode of the control. (Inherited from Control.)
Protected propertyImeModeBase (Inherited from Control.)
Public propertyIntegralHeightGets or sets a value indicating whether the control should resize to avoid showing partial items.
Public propertySupported by the .NET Compact FrameworkInvokeRequiredGets a value indicating whether the caller must call an invoke method when making method calls to the control because the caller is on a different thread than the one the control was created on. (Inherited from Control.)
Public propertyIsAccessibleGets or sets a value indicating whether the control is visible to accessibility applications. (Inherited from Control.)
Public propertySupported by the .NET Compact FrameworkIsDisposedGets a value indicating whether the control has been disposed of. (Inherited from Control.)
Public propertyIsHandleCreatedGets a value indicating whether the control has a handle associated with it. (Inherited from Control.)
Public propertyIsMirroredGets a value indicating whether the control is mirrored. (Inherited from Control.)
Public propertyItemHeightGets or sets the height of an item in the combo box.
Public propertySupported by the .NET Compact FrameworkItemsGets an object representing the collection of the items contained in this ComboBox.
Public propertyLayoutEngineGets a cached instance of the control's layout engine. (Inherited from Control.)
Public propertySupported by the .NET Compact FrameworkLeftGets or sets the distance, in pixels, between the left edge of the control and the left edge of its container's client area. (Inherited from Control.)
Public propertySupported by the .NET Compact FrameworkLocationGets or sets the coordinates of the upper-left corner of the control relative to the upper-left corner of its container. (Inherited from Control.)
Public propertyMarginGets or sets the space between controls. (Inherited from Control.)
Public propertyMaxDropDownItemsGets or sets the maximum number of items to be shown in the drop-down portion of the ComboBox.
Public propertyMaximumSizeGets or sets the size that is the upper limit that GetPreferredSize can specify. (Overrides Control..::.MaximumSize.)
Public propertyMaxLengthGets or sets the number of characters a user can type into the ComboBox.
Public propertyMinimumSizeGets or sets the size that is the lower limit that GetPreferredSize can specify. (Overrides Control..::.MinimumSize.)
Public propertySupported by the .NET Compact FrameworkNameGets or sets the name of the control. (Inherited from Control.)
Public propertyPaddingInfrastructure. This property is not relevant for this class.
Public propertySupported by the .NET Compact FrameworkParentGets or sets the parent container of the control. (Inherited from Control.)
Public propertyPreferredHeightGets the preferred height of the ComboBox.
Public propertyPreferredSizeGets the size of a rectangular area into which the control can fit. (Inherited from Control.)
Public propertyProductNameGets the product name of the assembly containing the control. (Inherited from Control.)
Public propertyProductVersionGets the version of the assembly containing the control. (Inherited from Control.)
Public propertyRecreatingHandleGets a value indicating whether the control is currently re-creating its handle. (Inherited from Control.)
Public propertyRegionGets or sets the window region associated with the control. (Inherited from Control.)
Protected propertyRenderRightToLeft Obsolete. This property is now obsolete. (Inherited from Control.)
Protected propertyResizeRedrawGets or sets a value indicating whether the control redraws itself when resized. (Inherited from Control.)
Public propertySupported by the .NET Compact FrameworkRightGets the distance, in pixels, between the right edge of the control and the left edge of its container's client area. (Inherited from Control.)
Public propertyRightToLeftGets or sets a value indicating whether control's elements are aligned to support locales using right-to-left fonts. (Inherited from Control.)
Protected propertySupported by the .NET Compact FrameworkScaleChildrenGets a value that determines the scaling of child controls. (Inherited from Control.)
Public propertySupported by the .NET Compact FrameworkSelectedIndexGets or sets the index specifying the currently selected item. (Overrides ListControl..::.SelectedIndex.)
Public propertySupported by the .NET Compact FrameworkSelectedItemGets or sets currently selected item in the ComboBox.
Public propertySupported by the .NET Compact FrameworkSelectedTextGets or sets the text that is selected in the editable portion of a ComboBox.
Public propertySupported by the .NET Compact FrameworkSelectedValue Gets or sets the value of the member property specified by the ValueMember property. (Inherited from ListControl.)
Public propertySupported by the .NET Compact FrameworkSelectionLengthGets or sets the number of characters selected in the editable portion of the combo box.
Public propertySupported by the .NET Compact FrameworkSelectionStartGets or sets the starting index of text selected in the combo box.
Protected propertyShowFocusCuesGets a value indicating whether the control should display focus rectangles. (Inherited from Control.)
Protected propertyShowKeyboardCuesGets a value indicating whether the user interface is in the appropriate state to show or hide keyboard accelerators. (Inherited from Control.)
Public propertySupported by the .NET Compact FrameworkSiteOverloaded.
Public propertySupported by the .NET Compact FrameworkSizeGets or sets the height and width of the control. (Inherited from Control.)
Public propertySortedGets or sets a value indicating whether the items in the combo box are sorted.
Public propertySupported by the .NET Compact FrameworkTabIndexGets or sets the tab order of the control within its container. (Inherited from Control.)
Public propertySupported by the .NET Compact FrameworkTabStopGets or sets a value indicating whether the user can give the focus to this control using the TAB key. (Inherited from Control.)
Public propertySupported by the .NET Compact FrameworkTagGets or sets the object that contains data about the control. (Inherited from Control.)
Public propertySupported by the .NET Compact FrameworkTextGets or sets the text associated with this control. (Overrides Control..::.Text.)
Public propertySupported by the .NET Compact FrameworkTopGets or sets the distance, in pixels, between the top edge of the control and the top edge of its container's client area. (Inherited from Control.)
Public propertySupported by the .NET Compact FrameworkTopLevelControlGets the parent control that is not parented by another Windows Forms control. Typically, this is the outermost Form that the control is contained in. (Inherited from Control.)
Public propertyUseWaitCursorGets or sets a value indicating whether to use the wait cursor for the current control and all child controls. (Inherited from Control.)
Public propertySupported by the .NET Compact FrameworkValueMember Gets or sets the property to use as the actual value for the items in the ListControl. (Inherited from ListControl.)
Public propertySupported by the .NET Compact FrameworkVisibleGets or sets a value indicating whether the control and all its child controls are displayed. (Inherited from Control.)
Public propertySupported by the .NET Compact FrameworkWidthGets or sets the width of the control. (Inherited from Control.)
Public propertyWindowTargetInfrastructure. This property is not relevant for this class. (Inherited from Control.)
Top
  NameDescription
Public eventAutoSizeChangedInfrastructure. This event is not relevant for this class. (Inherited from Control.)
Public eventBackColorChangedOccurs when the value of the BackColor property changes. (Inherited from Control.)
Public eventBackgroundImageChangedOverloaded.
Public eventBackgroundImageLayoutChangedInfrastructure. Occurs when the BackgroundImageLayout property changes.
Public eventBindingContextChangedOccurs when the value of the BindingContext property changes. (Inherited from Control.)
Public eventCausesValidationChangedOccurs when the value of the CausesValidation property changes. (Inherited from Control.)
Public eventChangeUICuesOccurs when the focus or keyboard user interface (UI) cues change. (Inherited from Control.)
Public eventClickOccurs when the control is clicked. (Inherited from Control.)
Public eventClientSizeChangedOccurs when the value of the ClientSize property changes. (Inherited from Control.)
Public eventContextMenuChangedOccurs when the value of the ContextMenu property changes. (Inherited from Control.)
Public eventContextMenuStripChangedOccurs when the value of the ContextMenuStrip property changes. (Inherited from Control.)
Public eventControlAddedOccurs when a new control is added to the Control..::.ControlCollection. (Inherited from Control.)
Public eventControlRemovedOccurs when a control is removed from the Control..::.ControlCollection. (Inherited from Control.)
Public eventCursorChangedOccurs when the value of the Cursor property changes. (Inherited from Control.)
Public eventSupported by the .NET Compact FrameworkDataSourceChanged Occurs when the DataSource changes. (Inherited from ListControl.)
Public eventSupported by the .NET Compact FrameworkDisplayMemberChanged Occurs when the DisplayMember property changes. (Inherited from ListControl.)
Public eventSupported by the .NET Compact FrameworkDisposed Occurs when the component is disposed by a call to the Dispose method. (Inherited from Component.)
Public eventDockChangedOccurs when the value of the Dock property changes. (Inherited from Control.)
Public eventDoubleClickOverloaded.
Public eventDragDropOccurs when a drag-and-drop operation is completed. (Inherited from Control.)
Public eventDragEnterOccurs when an object is dragged into the control's bounds. (Inherited from Control.)
Public eventDragLeaveOccurs when an object is dragged out of the control's bounds. (Inherited from Control.)
Public eventDragOverOccurs when an object is dragged over the control's bounds. (Inherited from Control.)
Public eventDrawItemOccurs when a visual aspect of an owner-drawn ComboBox changes.
Public eventDropDownOccurs when the drop-down portion of a ComboBox is shown.
Public eventDropDownClosedOccurs when the drop-down portion of the ComboBox is no longer visible.
Public eventDropDownStyleChangedOccurs when the DropDownStyle property has changed.
Public eventSupported by the .NET Compact FrameworkEnabledChangedOccurs when the Enabled property value has changed. (Inherited from Control.)
Public eventEnterOccurs when the control is entered. (Inherited from Control.)
Public eventFontChangedOccurs when the Font property value changes. (Inherited from Control.)
Public eventForeColorChangedOccurs when the ForeColor property value changes. (Inherited from Control.)
Public eventFormat Occurs when the control is bound to a data value. (Inherited from ListControl.)
Public eventFormatInfoChanged Occurs when the value of the FormatInfo property changes. (Inherited from ListControl.)
Public eventFormatStringChanged Occurs when value of the FormatString property changes (Inherited from ListControl.)
Public eventFormattingEnabledChanged Occurs when the value of the FormattingEnabled property changes. (Inherited from ListControl.)
Public eventGiveFeedbackOccurs during a drag operation. (Inherited from Control.)
Public eventSupported by the .NET Compact FrameworkGotFocusOccurs when the control receives focus. (Inherited from Control.)
Public eventSupported by the .NET Compact FrameworkHandleCreatedOccurs when a handle is created for the control. (Inherited from Control.)
Public eventSupported by the .NET Compact FrameworkHandleDestroyedOccurs when the control's handle is in the process of being destroyed. (Inherited from Control.)
Public eventHelpRequestedOccurs when the user requests help for a control. (Inherited from Control.)
Public eventImeModeChangedOccurs when the ImeMode property has changed. (Inherited from Control.)
Public eventInvalidatedOccurs when a control's display requires redrawing. (Inherited from Control.)
Public eventSupported by the .NET Compact FrameworkKeyDownOccurs when a key is pressed while the control has focus. (Inherited from Control.)
Public eventSupported by the .NET Compact FrameworkKeyPressOccurs when a key is pressed while the control has focus. (Inherited from Control.)
Public eventSupported by the .NET Compact FrameworkKeyUpOccurs when a key is released while the control has focus. (Inherited from Control.)
Public eventLayoutOccurs when a control should reposition its child controls. (Inherited from Control.)
Public eventLeaveOccurs when the input focus leaves the control. (Inherited from Control.)
Public eventLocationChangedOccurs when the Location property value has changed. (Inherited from Control.)
Public eventSupported by the .NET Compact FrameworkLostFocusOccurs when the control loses focus. (Inherited from Control.)
Public eventMarginChangedOccurs when the control's margin changes. (Inherited from Control.)
Public eventMeasureItemOccurs each time an owner-drawn ComboBox item needs to be drawn and when the sizes of the list items are determined.
Public eventMouseCaptureChangedOccurs when the control loses or gains mouse capture. (Inherited from Control.)
Public eventMouseClickOccurs when the control is clicked by the mouse. (Inherited from Control.)
Public eventMouseDoubleClickOccurs when the control is double clicked by the mouse. (Inherited from Control.)
Public eventMouseDownOccurs when the mouse pointer is over the control and a mouse button is pressed. (Inherited from Control.)
Public eventMouseEnterOccurs when the mouse pointer enters the control. (Inherited from Control.)
Public eventMouseHoverOccurs when the mouse pointer rests on the control. (Inherited from Control.)
Public eventMouseLeaveOccurs when the mouse pointer leaves the control. (Inherited from Control.)
Public eventMouseMoveOccurs when the mouse pointer is moved over the control. (Inherited from Control.)
Public eventMouseUpOccurs when the mouse pointer is over the control and a mouse button is released. (Inherited from Control.)
Public eventMouseWheelOccurs when the mouse wheel moves while the control has focus. (Inherited from Control.)
Public eventMoveOccurs when the control is moved. (Inherited from Control.)
Public eventPaddingChangedInfrastructure. This event is not relevant to this class.
Public eventPaintOverloaded.
Public eventSupported by the .NET Compact FrameworkParentChangedOccurs when the Parent property value changes. (Inherited from Control.)
Public eventPreviewKeyDownOccurs before the KeyDown event when a key is pressed while focus is on this control. (Inherited from Control.)
Public eventQueryAccessibilityHelpOccurs when AccessibleObject is providing help to accessibility applications. (Inherited from 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 Control.)
Public eventRegionChangedOccurs when the value of the Region property changes. (Inherited from Control.)
Public eventResizeOccurs when the control is resized. (Inherited from Control.)
Public eventRightToLeftChangedOccurs when the RightToLeft property value changes. (Inherited from Control.)
Public eventSupported by the .NET Compact FrameworkSelectedIndexChangedOccurs when the SelectedIndex property has changed.
Public eventSupported by the .NET Compact FrameworkSelectedValueChanged Occurs when the SelectedValue property changes. (Inherited from ListControl.)
Public eventSelectionChangeCommittedOccurs when the selected item has changed and that change is displayed in the ComboBox.
Public eventSizeChangedOccurs when the Size property value changes. (Inherited from Control.)
Public eventStyleChangedOccurs when the control style changes. (Inherited from Control.)
Public eventSystemColorsChangedOccurs when the system colors change. (Inherited from Control.)
Public eventTabIndexChangedOccurs when the TabIndex property value changes. (Inherited from Control.)
Public eventTabStopChangedOccurs when the TabStop property value changes. (Inherited from Control.)
Public eventSupported by the .NET Compact FrameworkTextChangedOccurs when the Text property value changes. (Inherited from Control.)
Public eventTextUpdateOccurs when the control has formatted the text, but before the text is displayed.
Public eventSupported by the .NET Compact FrameworkValidatedOccurs when the control is finished validating. (Inherited from Control.)
Public eventSupported by the .NET Compact FrameworkValidatingOccurs when the control is validating. (Inherited from Control.)
Public eventValueMemberChanged Occurs when the ValueMember property changes. (Inherited from ListControl.)
Public eventVisibleChangedOccurs when the Visible property value changes. (Inherited from Control.)
Top
  NameDescription
Explicit interface implemetationPrivate methodIDropTarget..::.OnDragDropInfrastructure. Raises the DragDrop event. (Inherited from Control.)
Explicit interface implemetationPrivate methodIDropTarget..::.OnDragEnterInfrastructure. Raises the DragEnter event. (Inherited from Control.)
Explicit interface implemetationPrivate methodIDropTarget..::.OnDragLeaveInfrastructure. Raises the DragLeave event. (Inherited from Control.)
Explicit interface implemetationPrivate methodIDropTarget..::.OnDragOverInfrastructure. Raises the DragOver event. (Inherited from Control.)
Top
Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2009 Microsoft Corporation. All rights reserved. Terms of Use  |  Trademarks  |  Privacy Statement
Page view tracker