DropDownControl Class

Displays the specified control in a drop down control below a value field of the property grid.

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.DropDownControl
              Microsoft.SqlServer.Management.Controls.DropDownTreeView

Namespace:  Microsoft.SqlServer.Management.Controls
Assembly:  Microsoft.SqlServer.Management.Controls (in Microsoft.SqlServer.Management.Controls.dll)

Syntax

'Declaration
Public Class DropDownControl _
    Inherits ComboBox
'Usage
Dim instance As DropDownControl
public class DropDownControl : ComboBox
public ref class DropDownControl : public ComboBox
type DropDownControl =  
    class
        inherit ComboBox
    end
public class DropDownControl extends ComboBox

The DropDownControl type exposes the following members.

Constructors

  Name Description
Public method DropDownControl Initializes a new instance of the DropDownControl class.

Top

Properties

  Name Description
Public property AccessibilityObject (Inherited from Control.)
Public property AccessibleDefaultActionDescription (Inherited from Control.)
Public property AccessibleDescription (Inherited from Control.)
Public property AccessibleName (Inherited from Control.)
Public property AccessibleRole (Inherited from Control.)
Public property AllowDrop (Inherited from Control.)
Protected property AllowSelection (Inherited from ListControl.)
Public property Anchor (Inherited from Control.)
Public property AutoCompleteCustomSource (Inherited from ComboBox.)
Public property AutoCompleteMode (Inherited from ComboBox.)
Public property AutoCompleteSource (Inherited from ComboBox.)
Public property AutoScrollOffset (Inherited from Control.)
Public property AutoSize (Inherited from Control.)
Public property BackColor (Inherited from ComboBox.)
Public property BackgroundImage (Inherited from ComboBox.)
Public property BackgroundImageLayout (Inherited from ComboBox.)
Public property BindingContext (Inherited from Control.)
Public property Bottom (Inherited from Control.)
Public property Bounds (Inherited from Control.)
Protected property CanEnableIme (Inherited from Control.)
Public property CanFocus (Inherited from Control.)
Protected property CanRaiseEvents (Inherited from Control.)
Public property CanSelect (Inherited from Control.)
Public property Capture (Inherited from Control.)
Public property CausesValidation (Inherited from Control.)
Public property ClientRectangle (Inherited from Control.)
Public property ClientSize (Inherited from Control.)
Public property CompanyName (Inherited from Control.)
Public property Container (Inherited from Component.)
Public property ContainsFocus (Inherited from Control.)
Public property ContextMenu (Inherited from Control.)
Public property ContextMenuStrip (Inherited from Control.)
Public property Controls (Inherited from Control.)
Public property Created (Inherited from Control.)
Protected property CreateParams (Inherited from ComboBox.)
Public property Cursor (Inherited from Control.)
Public property DataBindings (Inherited from Control.)
Protected property DataManager (Inherited from ListControl.)
Public property DataSource (Inherited from ComboBox.)
Protected property DefaultCursor (Inherited from Control.)
Protected property DefaultImeMode (Inherited from Control.)
Protected property DefaultMargin (Inherited from Control.)
Protected property DefaultMaximumSize (Inherited from Control.)
Protected property DefaultMinimumSize (Inherited from Control.)
Protected property DefaultPadding (Inherited from Control.)
Protected property DefaultSize (Inherited from ComboBox.)
Protected property DesignMode (Inherited from Component.)
Public property DisplayMember (Inherited from ListControl.)
Public property DisplayRectangle (Inherited from Control.)
Public property Disposing (Inherited from Control.)
Public property Dock (Inherited from Control.)
Protected property DoubleBuffered (Inherited from Control.)
Public property DrawMode (Inherited from ComboBox.)
Public property DropDownHeight (Inherited from ComboBox.)
Protected property DropDownPanel Gets the ToolStrip object to create a new DropDownPanel.
Public property DropDownStyle (Inherited from ComboBox.)
Public property DropDownWidth (Inherited from ComboBox.)
Public property DroppedDown (Inherited from ComboBox.)
Public property Enabled (Inherited from Control.)
Protected property Events (Inherited from Component.)
Public property FlatStyle (Inherited from ComboBox.)
Public property Focused (Inherited from ComboBox.)
Public property Font (Inherited from Control.)
Protected property FontHeight (Inherited from Control.)
Public property ForeColor (Inherited from ComboBox.)
Public property FormatInfo (Inherited from ListControl.)
Public property FormatString (Inherited from ListControl.)
Public property FormattingEnabled (Inherited from ListControl.)
Public property Handle (Inherited from Control.)
Public property HasChildren (Inherited from Control.)
Public property Height (Inherited from Control.)
Public property ImeMode (Inherited from Control.)
Protected property ImeModeBase (Inherited from Control.)
Public property IntegralHeight (Inherited from ComboBox.)
Public property InvokeRequired (Inherited from Control.)
Public property IsAccessible (Inherited from Control.)
Public property IsDisposed (Inherited from Control.)
Public property IsHandleCreated (Inherited from Control.)
Public property IsMirrored (Inherited from Control.)
Public property ItemHeight (Inherited from ComboBox.)
Public property Items (Inherited from ComboBox.)
Public property LayoutEngine (Inherited from Control.)
Public property Left (Inherited from Control.)
Public property Location (Inherited from Control.)
Public property Margin (Inherited from Control.)
Public property MaxDropDownItems (Inherited from ComboBox.)
Public property MaximumSize (Inherited from ComboBox.)
Public property MaxLength (Inherited from ComboBox.)
Public property MinimumSize (Inherited from ComboBox.)
Public property Name (Inherited from Control.)
Public property Padding (Inherited from ComboBox.)
Public property Parent (Inherited from Control.)
Public property PreferredHeight (Inherited from ComboBox.)
Public property PreferredSize (Inherited from Control.)
Public property ProductName (Inherited from Control.)
Public property ProductVersion (Inherited from Control.)
Public property RecreatingHandle (Inherited from Control.)
Public property Region (Inherited from Control.)
Protected property RenderRightToLeft Obsolete. (Inherited from Control.)
Protected property ResizeRedraw (Inherited from Control.)
Public property Right (Inherited from Control.)
Public property RightToLeft (Inherited from Control.)
Protected property ScaleChildren (Inherited from Control.)
Public property SelectedIndex (Inherited from ComboBox.)
Public property SelectedItem (Inherited from ComboBox.)
Public property SelectedText (Inherited from ComboBox.)
Public property SelectedValue (Inherited from ListControl.)
Public property SelectionLength (Inherited from ComboBox.)
Public property SelectionStart (Inherited from ComboBox.)
Protected property ShowFocusCues (Inherited from Control.)
Protected property ShowKeyboardCues (Inherited from Control.)
Public property Site (Inherited from Control.)
Public property Size (Inherited from Control.)
Public property Sorted (Inherited from ComboBox.)
Public property TabIndex (Inherited from Control.)
Public property TabStop (Inherited from Control.)
Public property Tag (Inherited from Control.)
Public property Text Gets or sets the text in the control. (Overrides ComboBox.Text.)
Public property Top (Inherited from Control.)
Public property TopLevelControl (Inherited from Control.)
Public property UseWaitCursor (Inherited from Control.)
Public property ValueMember (Inherited from ListControl.)
Public property Visible (Inherited from Control.)
Public property Width (Inherited from Control.)
Public property WindowTarget (Inherited from Control.)

Top

Methods

  Name Description
Protected method AccessibilityNotifyClients(AccessibleEvents, Int32) (Inherited from Control.)
Protected method AccessibilityNotifyClients(AccessibleEvents, Int32, Int32) (Inherited from Control.)
Protected method AddItemsCore Obsolete. (Inherited from ComboBox.)
Public method BeginInvoke(Delegate) (Inherited from Control.)
Public method BeginInvoke(Delegate, array<Object[]) (Inherited from Control.)
Public method BeginUpdate (Inherited from ComboBox.)
Public method BringToFront (Inherited from Control.)
Public method CloseDropDown Closes any previously opened drop-down control area.
Public method Contains (Inherited from Control.)
Protected method CreateAccessibilityInstance Creates a new accessibility object for the control. (Overrides ComboBox.CreateAccessibilityInstance().)
Public method CreateControl (Inherited from Control.)
Protected method CreateControlsInstance (Inherited from Control.)
Protected method CreateDropDownPanel Indicates a method that creates a drop-down panel.
Public method CreateGraphics (Inherited from Control.)
Protected method CreateHandle (Inherited from ComboBox.)
Public method CreateObjRef (Inherited from MarshalByRefObject.)
Protected method DefWndProc (Inherited from Control.)
Protected method DestroyHandle (Inherited from Control.)
Public method Dispose() (Inherited from Component.)
Protected method Dispose(Boolean) Releases the unmanaged resources used by the DropDownControl and optionally releases the managed resources. (Overrides ComboBox.Dispose(Boolean).)
Public method DoDragDrop (Inherited from Control.)
Public method DrawToBitmap (Inherited from Control.)
Public method EndInvoke (Inherited from Control.)
Public method EndUpdate (Inherited from ComboBox.)
Public method Equals (Inherited from Object.)
Protected method FilterItemOnProperty(Object) (Inherited from ListControl.)
Protected method FilterItemOnProperty(Object, String) (Inherited from ListControl.)
Protected method Finalize (Inherited from Component.)
Public method FindForm (Inherited from Control.)
Public method FindString(String) (Inherited from ComboBox.)
Public method FindString(String, Int32) (Inherited from ComboBox.)
Public method FindStringExact(String) (Inherited from ComboBox.)
Public method FindStringExact(String, Int32) (Inherited from ComboBox.)
Public method Focus (Inherited from Control.)
Protected method GetAccessibilityObjectById (Inherited from Control.)
Protected method GetAutoSizeMode (Inherited from Control.)
Public method GetChildAtPoint(Point) (Inherited from Control.)
Public method GetChildAtPoint(Point, GetChildAtPointSkip) (Inherited from Control.)
Public method GetContainerControl (Inherited from Control.)
Public method GetHashCode (Inherited from Object.)
Public method GetItemHeight (Inherited from ComboBox.)
Public method GetItemText (Inherited from ListControl.)
Public method GetLifetimeService (Inherited from MarshalByRefObject.)
Public method GetNextControl (Inherited from Control.)
Public method GetPreferredSize (Inherited from Control.)
Protected method GetScaledBounds (Inherited from Control.)
Protected method GetService (Inherited from Component.)
Protected method GetStyle (Inherited from Control.)
Protected method GetTopLevel (Inherited from Control.)
Public method GetType (Inherited from Object.)
Public method Hide (Inherited from Control.)
Public method InitializeLifetimeService (Inherited from MarshalByRefObject.)
Protected method InitLayout (Inherited from Control.)
Public method InsertItemIntoDropDown Inserts an element into the drop-down control at the specified index.
Public method Invalidate() (Inherited from Control.)
Public method Invalidate(Region) (Inherited from Control.)
Public method Invalidate(Boolean) (Inherited from Control.)
Public method Invalidate(Rectangle) (Inherited from Control.)
Public method Invalidate(Region, Boolean) (Inherited from Control.)
Public method Invalidate(Rectangle, Boolean) (Inherited from Control.)
Public method Invoke(Delegate) (Inherited from Control.)
Public method Invoke(Delegate, array<Object[]) (Inherited from Control.)
Protected method InvokeGotFocus (Inherited from Control.)
Protected method InvokeLostFocus (Inherited from Control.)
Protected method InvokeOnClick (Inherited from Control.)
Protected method InvokePaint (Inherited from Control.)
Protected method InvokePaintBackground (Inherited from Control.)
Protected method IsInputChar (Inherited from Control.)
Protected method IsInputKey (Inherited from ComboBox.)
Protected method MemberwiseClone() (Inherited from Object.)
Protected method MemberwiseClone(Boolean) (Inherited from MarshalByRefObject.)
Protected method NotifyInvalidate (Inherited from Control.)
Protected method OnAutoSizeChanged (Inherited from Control.)
Protected method OnBackColorChanged (Inherited from ComboBox.)
Protected method OnBackgroundImageChanged (Inherited from Control.)
Protected method OnBackgroundImageLayoutChanged (Inherited from Control.)
Protected method OnBindingContextChanged (Inherited from ListControl.)
Protected method OnCausesValidationChanged (Inherited from Control.)
Protected method OnChangeUICues (Inherited from Control.)
Protected method OnClick (Inherited from Control.)
Protected method OnClientSizeChanged (Inherited from Control.)
Protected method OnContextMenuChanged (Inherited from Control.)
Protected method OnContextMenuStripChanged (Inherited from Control.)
Protected method OnControlAdded (Inherited from Control.)
Protected method OnControlRemoved (Inherited from Control.)
Protected method OnCreateControl (Inherited from Control.)
Protected method OnCursorChanged (Inherited from Control.)
Protected method OnDataSourceChanged (Inherited from ComboBox.)
Protected method OnDisplayMemberChanged (Inherited from ComboBox.)
Protected method OnDockChanged (Inherited from Control.)
Protected method OnDoubleClick (Inherited from Control.)
Protected method OnDragDrop (Inherited from Control.)
Protected method OnDragEnter (Inherited from Control.)
Protected method OnDragLeave (Inherited from Control.)
Protected method OnDragOver (Inherited from Control.)
Protected method OnDrawItem (Inherited from ComboBox.)
Protected method OnDropDown (Inherited from ComboBox.)
Protected method OnDropDownClosed (Inherited from ComboBox.)
Protected method OnDropDownOpened Specifies a method for the DropDown control to open.
Protected method OnDropDownOpening Raises the DropDownOpening event.
Protected method OnDropDownStyleChanged (Inherited from ComboBox.)
Protected method OnEnabledChanged (Inherited from Control.)
Protected method OnEnter (Inherited from Control.)
Protected method OnFontChanged (Inherited from ComboBox.)
Protected method OnForeColorChanged (Inherited from ComboBox.)
Protected method OnFormat (Inherited from ListControl.)
Protected method OnFormatInfoChanged (Inherited from ListControl.)
Protected method OnFormatStringChanged (Inherited from ListControl.)
Protected method OnFormattingEnabledChanged (Inherited from ListControl.)
Protected method OnGiveFeedback (Inherited from Control.)
Protected method OnGotFocus (Inherited from ComboBox.)
Protected method OnHandleCreated (Inherited from ComboBox.)
Protected method OnHandleDestroyed (Inherited from ComboBox.)
Protected method OnHelpRequested (Inherited from Control.)
Protected method OnImeModeChanged (Inherited from Control.)
Protected method OnInvalidated (Inherited from Control.)
Protected method OnKeyDown Raises the KeyDown event. (Overrides ComboBox.OnKeyDown(KeyEventArgs).)
Protected method OnKeyPress (Inherited from ComboBox.)
Protected method OnKeyUp (Inherited from Control.)
Protected method OnLayout (Inherited from Control.)
Protected method OnLeave (Inherited from Control.)
Protected method OnLocationChanged (Inherited from Control.)
Protected method OnLostFocus (Inherited from ComboBox.)
Protected method OnMarginChanged (Inherited from Control.)
Protected method OnMeasureItem (Inherited from ComboBox.)
Protected method OnMouseCaptureChanged (Inherited from Control.)
Protected method OnMouseClick (Inherited from Control.)
Protected method OnMouseDoubleClick (Inherited from Control.)
Protected method OnMouseDown (Inherited from Control.)
Protected method OnMouseEnter (Inherited from ComboBox.)
Protected method OnMouseHover (Inherited from Control.)
Protected method OnMouseLeave (Inherited from ComboBox.)
Protected method OnMouseMove (Inherited from Control.)
Protected method OnMouseUp (Inherited from Control.)
Protected method OnMouseWheel (Inherited from Control.)
Protected method OnMove (Inherited from Control.)
Protected method OnNotifyMessage (Inherited from Control.)
Protected method OnPaddingChanged (Inherited from Control.)
Protected method OnPaint (Inherited from Control.)
Protected method OnPaintBackground (Inherited from Control.)
Protected method OnParentBackColorChanged (Inherited from ComboBox.)
Protected method OnParentBackgroundImageChanged (Inherited from Control.)
Protected method OnParentBindingContextChanged (Inherited from Control.)
Protected method OnParentChanged (Inherited from Control.)
Protected method OnParentCursorChanged (Inherited from Control.)
Protected method OnParentEnabledChanged (Inherited from Control.)
Protected method OnParentFontChanged (Inherited from Control.)
Protected method OnParentForeColorChanged (Inherited from Control.)
Protected method OnParentRightToLeftChanged (Inherited from Control.)
Protected method OnParentVisibleChanged (Inherited from Control.)
Protected method OnPreviewKeyDown (Inherited from Control.)
Protected method OnPrint (Inherited from Control.)
Protected method OnQueryContinueDrag (Inherited from Control.)
Protected method OnRegionChanged (Inherited from Control.)
Protected method OnResize (Inherited from ComboBox.)
Protected method OnRightToLeftChanged (Inherited from Control.)
Protected method OnSelectedIndexChanged (Inherited from ComboBox.)
Protected method OnSelectedItemChanged (Inherited from ComboBox.)
Protected method OnSelectedValueChanged (Inherited from ComboBox.)
Protected method OnSelectionChangeCommitted (Inherited from ComboBox.)
Protected method OnSizeChanged (Inherited from Control.)
Protected method OnStyleChanged (Inherited from Control.)
Protected method OnSystemColorsChanged (Inherited from Control.)
Protected method OnTabIndexChanged (Inherited from Control.)
Protected method OnTabStopChanged (Inherited from Control.)
Protected method OnTextChanged (Inherited from ComboBox.)
Protected method OnTextUpdate (Inherited from ComboBox.)
Protected method OnValidated (Inherited from Control.)
Protected method OnValidating (Inherited from ComboBox.)
Protected method OnValueMemberChanged (Inherited from ListControl.)
Protected method OnVisibleChanged (Inherited from Control.)
Public method PerformLayout() (Inherited from Control.)
Public method PerformLayout(Control, String) (Inherited from Control.)
Public method PointToClient (Inherited from Control.)
Public method PointToScreen (Inherited from Control.)
Public method PreProcessControlMessage (Inherited from Control.)
Public method PreProcessMessage (Inherited from Control.)
Protected method ProcessCmdKey (Inherited from Control.)
Protected method ProcessDialogChar (Inherited from Control.)
Protected method ProcessDialogKey (Inherited from Control.)
Protected method ProcessKeyEventArgs (Inherited from ComboBox.)
Protected method ProcessKeyMessage (Inherited from Control.)
Protected method ProcessKeyPreview (Inherited from Control.)
Protected method ProcessMnemonic (Inherited from Control.)
Protected method RaiseDragEvent (Inherited from Control.)
Protected method RaiseKeyEvent (Inherited from Control.)
Protected method RaiseMouseEvent (Inherited from Control.)
Protected method RaisePaintEvent (Inherited from Control.)
Protected method RecreateHandle (Inherited from Control.)
Public method RectangleToClient (Inherited from Control.)
Public method RectangleToScreen (Inherited from Control.)
Public method Refresh (Inherited from Control.)
Protected method RefreshItem (Inherited from ComboBox.)
Protected method RefreshItems (Inherited from ComboBox.)
Public method ResetBackColor (Inherited from Control.)
Public method ResetBindings (Inherited from Control.)
Public method ResetCursor (Inherited from Control.)
Public method ResetFont (Inherited from Control.)
Public method ResetForeColor (Inherited from Control.)
Public method ResetImeMode (Inherited from Control.)
Protected method ResetMouseEventArgs (Inherited from Control.)
Public method ResetRightToLeft (Inherited from Control.)
Public method ResetText (Inherited from ComboBox.)
Public method ResumeLayout() (Inherited from Control.)
Public method ResumeLayout(Boolean) (Inherited from Control.)
Protected method RtlTranslateAlignment(HorizontalAlignment) (Inherited from Control.)
Protected method RtlTranslateAlignment(LeftRightAlignment) (Inherited from Control.)
Protected method RtlTranslateAlignment(ContentAlignment) (Inherited from Control.)
Protected method RtlTranslateContent (Inherited from Control.)
Protected method RtlTranslateHorizontal (Inherited from Control.)
Protected method RtlTranslateLeftRight (Inherited from Control.)
Public method Scale(Single) Obsolete. (Inherited from Control.)
Public method Scale(SizeF) (Inherited from Control.)
Public method Scale(Single, Single) Obsolete. (Inherited from Control.)
Protected method ScaleControl (Inherited from ComboBox.)
Protected method ScaleCore (Inherited from Control.)
Public method Select() (Inherited from Control.)
Public method Select(Int32, Int32) (Inherited from ComboBox.)
Protected method Select(Boolean, Boolean) (Inherited from Control.)
Public method SelectAll (Inherited from ComboBox.)
Public method SelectNextControl (Inherited from Control.)
Public method SendToBack (Inherited from Control.)
Protected method SetAutoSizeMode (Inherited from Control.)
Public method SetBounds(Int32, Int32, Int32, Int32) (Inherited from Control.)
Public method SetBounds(Int32, Int32, Int32, Int32, BoundsSpecified) (Inherited from Control.)
Protected method SetBoundsCore (Inherited from ComboBox.)
Protected method SetClientSizeCore (Inherited from Control.)
Protected method SetItemCore (Inherited from ComboBox.)
Protected method SetItemsCore (Inherited from ComboBox.)
Public method SetMSAANames Specifies the name of the control used by accessibility client applications.
Protected method SetStyle (Inherited from Control.)
Protected method SetTopLevel (Inherited from Control.)
Protected method SetVisibleCore (Inherited from Control.)
Public method Show (Inherited from Control.)
Public method ShowDropDown Specifies a method for the DropDown control to show.
Protected method SizeFromClientSize (Inherited from Control.)
Public method SuspendLayout (Inherited from Control.)
Public method ToString (Inherited from ComboBox.)
Public method Update (Inherited from Control.)
Protected method UpdateBounds() (Inherited from Control.)
Protected method UpdateBounds(Int32, Int32, Int32, Int32) (Inherited from Control.)
Protected method UpdateBounds(Int32, Int32, Int32, Int32, Int32, Int32) (Inherited from Control.)
Protected method UpdateStyles (Inherited from Control.)
Protected method UpdateZOrder (Inherited from Control.)
Protected method WndProc Processes Windows messages. (Overrides ComboBox.WndProc(Message%).)

Top

Events

  Name Description
Public event AutoSizeChanged (Inherited from Control.)
Public event BackColorChanged (Inherited from Control.)
Public event BackgroundImageChanged (Inherited from ComboBox.)
Public event BackgroundImageLayoutChanged (Inherited from ComboBox.)
Public event BindingContextChanged (Inherited from Control.)
Public event CausesValidationChanged (Inherited from Control.)
Public event ChangeUICues (Inherited from Control.)
Public event Click (Inherited from Control.)
Public event ClientSizeChanged (Inherited from Control.)
Public event ContextMenuChanged (Inherited from Control.)
Public event ContextMenuStripChanged (Inherited from Control.)
Public event ControlAdded (Inherited from Control.)
Public event ControlRemoved (Inherited from Control.)
Public event CursorChanged (Inherited from Control.)
Public event DataSourceChanged (Inherited from ListControl.)
Public event DisplayMemberChanged (Inherited from ListControl.)
Public event Disposed (Inherited from Component.)
Public event DockChanged (Inherited from Control.)
Public event DoubleClick (Inherited from ComboBox.)
Public event DragDrop (Inherited from Control.)
Public event DragEnter (Inherited from Control.)
Public event DragLeave (Inherited from Control.)
Public event DragOver (Inherited from Control.)
Public event DrawItem (Inherited from ComboBox.)
Public event DropDown (Inherited from ComboBox.)
Public event DropDownClosed (Inherited from ComboBox.)
Public event DropDownOpened Occurs when the DropDown control has opened.
Public event DropDownOpening Occurs as the DropDown control is opening.
Public event DropDownStyleChanged (Inherited from ComboBox.)
Public event EnabledChanged (Inherited from Control.)
Public event Enter (Inherited from Control.)
Public event FontChanged (Inherited from Control.)
Public event ForeColorChanged (Inherited from Control.)
Public event Format (Inherited from ListControl.)
Public event FormatInfoChanged (Inherited from ListControl.)
Public event FormatStringChanged (Inherited from ListControl.)
Public event FormattingEnabledChanged (Inherited from ListControl.)
Public event GiveFeedback (Inherited from Control.)
Public event GotFocus (Inherited from Control.)
Public event HandleCreated (Inherited from Control.)
Public event HandleDestroyed (Inherited from Control.)
Public event HelpRequested (Inherited from Control.)
Public event ImeModeChanged (Inherited from Control.)
Public event Invalidated (Inherited from Control.)
Public event KeyDown (Inherited from Control.)
Public event KeyPress (Inherited from Control.)
Public event KeyUp (Inherited from Control.)
Public event Layout (Inherited from Control.)
Public event Leave (Inherited from Control.)
Public event LocationChanged (Inherited from Control.)
Public event LostFocus (Inherited from Control.)
Public event MarginChanged (Inherited from Control.)
Public event MeasureItem (Inherited from ComboBox.)
Public event MouseCaptureChanged (Inherited from Control.)
Public event MouseClick (Inherited from Control.)
Public event MouseDoubleClick (Inherited from Control.)
Public event MouseDown (Inherited from Control.)
Public event MouseEnter (Inherited from Control.)
Public event MouseHover (Inherited from Control.)
Public event MouseLeave (Inherited from Control.)
Public event MouseMove (Inherited from Control.)
Public event MouseUp (Inherited from Control.)
Public event MouseWheel (Inherited from Control.)
Public event Move (Inherited from Control.)
Public event PaddingChanged (Inherited from ComboBox.)
Public event Paint (Inherited from ComboBox.)
Public event ParentChanged (Inherited from Control.)
Public event PreviewKeyDown (Inherited from Control.)
Public event QueryAccessibilityHelp (Inherited from Control.)
Public event QueryContinueDrag (Inherited from Control.)
Public event RegionChanged (Inherited from Control.)
Public event Resize (Inherited from Control.)
Public event RightToLeftChanged (Inherited from Control.)
Public event SelectedIndexChanged (Inherited from ComboBox.)
Public event SelectedValueChanged (Inherited from ListControl.)
Public event SelectionChangeCommitted (Inherited from ComboBox.)
Public event SizeChanged (Inherited from Control.)
Public event StyleChanged (Inherited from Control.)
Public event SystemColorsChanged (Inherited from Control.)
Public event TabIndexChanged (Inherited from Control.)
Public event TabStopChanged (Inherited from Control.)
Public event TextChanged (Inherited from Control.)
Public event TextUpdate (Inherited from ComboBox.)
Public event Validated (Inherited from Control.)
Public event Validating (Inherited from Control.)
Public event ValueMemberChanged (Inherited from ListControl.)
Public event VisibleChanged (Inherited from Control.)

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate method IDropTarget.OnDragDrop (Inherited from Control.)
Explicit interface implemetationPrivate method IDropTarget.OnDragEnter (Inherited from Control.)
Explicit interface implemetationPrivate method IDropTarget.OnDragLeave (Inherited from Control.)
Explicit interface implemetationPrivate method 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.