ToolStripDropDown Class
Represents a control that allows the user to select a single item from a list that is displayed when the user clicks a ToolStripDropDownButton. Although ToolStripDropDownMenu and ToolStripDropDown replace and add functionality to the Menu control of previous versions, Menu is retained for both backward compatibility and future use if you choose.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
System::MarshalByRefObject
System.ComponentModel::Component
System.Windows.Forms::Control
System.Windows.Forms::ScrollableControl
System.Windows.Forms::ToolStrip
System.Windows.Forms::ToolStripDropDown
System.Windows.Forms::ToolStripDropDownMenu
System.Windows.Forms::ToolStripOverflow
| Name | Description | |
|---|---|---|
![]() | ToolStripDropDown() | Initializes a new instance of the ToolStripDropDown class. |
| Name | Description | |
|---|---|---|
![]() | AccessibilityObject | Gets the AccessibleObject assigned to the control.(Inherited from Control.) |
![]() | AccessibleDefaultActionDescription | Gets or sets the default action description of the control for use by accessibility client applications.(Inherited from Control.) |
![]() | AccessibleDescription | Gets or sets the description of the control used by accessibility client applications.(Inherited from Control.) |
![]() | AccessibleName | Gets or sets the name of the control used by accessibility client applications.(Inherited from Control.) |
![]() | AccessibleRole | Gets or sets the accessible role of the control (Inherited from Control.) |
![]() | AllowDrop | Gets or sets a value indicating whether drag-and-drop and item reordering are handled through events that you implement.(Inherited from ToolStrip.) |
![]() | AllowItemReorder | This API supports the product infrastructure and is not intended to be used directly from your code. This property is not relevant to this class. |
![]() | AllowMerge | Gets or sets a value indicating whether multiple MenuStrip, ToolStripDropDownMenu, ToolStripMenuItem, and other types can be combined. (Inherited from ToolStrip.) |
![]() | AllowTransparency | Gets or sets a value indicating whether the Opacity of the form can be adjusted. |
![]() | Anchor | This API supports the product infrastructure and is not intended to be used directly from your code. This property is not relevant to this class.(Overrides ToolStrip::Anchor.) |
![]() | AutoClose | Gets or sets a value indicating whether the ToolStripDropDown control should automatically close when it has lost activation. |
![]() | AutoScroll | This API supports the product infrastructure and is not intended to be used directly from your code. This property is not relevant for this class.(Inherited from ToolStrip.) |
![]() | AutoScrollMargin | This API supports the product infrastructure and is not intended to be used directly from your code. This property is not relevant for this class.(Inherited from ToolStrip.) |
![]() | AutoScrollMinSize | This API supports the product infrastructure and is not intended to be used directly from your code. This property is not relevant for this class.(Inherited from ToolStrip.) |
![]() | AutoScrollOffset | Gets or sets where this control is scrolled to in ScrollControlIntoView.(Inherited from Control.) |
![]() | AutoScrollPosition | This API supports the product infrastructure and is not intended to be used directly from your code. This property is not relevant for this class.(Inherited from ToolStrip.) |
![]() | AutoSize | Gets or sets a value indicating whether the ToolStripDropDown automatically adjusts its size when the form is resized. (Overrides ToolStrip::AutoSize.) |
![]() | BackColor | |
![]() | BackgroundImage | Gets or sets the background image displayed in the control.(Inherited from Control.) |
![]() | BackgroundImageLayout | Gets or sets the background image layout as defined in the ImageLayout enumeration.(Inherited from Control.) |
![]() | BindingContext | |
![]() | Bottom | Gets the distance, in pixels, between the bottom edge of the control and the top edge of its container's client area.(Inherited from Control.) |
![]() | Bounds | Gets or sets the size and location of the control including its nonclient elements, in pixels, relative to the parent control.(Inherited from Control.) |
![]() | CanEnableIme | |
![]() | CanFocus | Gets a value indicating whether the control can receive focus.(Inherited from Control.) |
![]() | CanOverflow | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets a value indicating whether the items in a ToolStripDropDown can be sent to an overflow menu. |
![]() | CanRaiseEvents | Determines if events can be raised on the control.(Inherited from Control.) |
![]() | CanSelect | Gets a value indicating whether the control can be selected.(Inherited from Control.) |
![]() | Capture | Gets or sets a value indicating whether the control has captured the mouse.(Inherited from Control.) |
![]() | CausesValidation | |
![]() | ClientRectangle | Gets the rectangle that represents the client area of the control.(Inherited from Control.) |
![]() | ClientSize | Gets or sets the height and width of the client area of the control.(Inherited from Control.) |
![]() | CompanyName | Gets the name of the company or creator of the application containing the control.(Inherited from Control.) |
![]() | Container | Gets the IContainer that contains the Component.(Inherited from Component.) |
![]() | ContainsFocus | Gets a value indicating whether the control, or one of its child controls, currently has the input focus.(Inherited from Control.) |
![]() | ContextMenu | This API supports the product infrastructure and is not intended to be used directly from your code. This property is not relevant to this class. |
![]() | ContextMenuStrip | This API supports the product infrastructure and is not intended to be used directly from your code. This property is not relevant to this class. |
![]() | Controls | This API supports the product infrastructure and is not intended to be used directly from your code. This property is not relevant for this class.(Inherited from ToolStrip.) |
![]() | Created | Gets a value indicating whether the control has been created.(Inherited from Control.) |
![]() | CreateParams | Gets parameters of a new window.(Overrides ScrollableControl::CreateParams.) |
![]() | Cursor | |
![]() | DataBindings | Gets the data bindings for the control.(Inherited from Control.) |
![]() | DefaultCursor | Gets or sets the default cursor for the control.(Inherited from Control.) |
![]() | DefaultDock | Gets the docking location of the ToolStrip, indicating which borders are docked to the container.(Overrides ToolStrip::DefaultDock.) |
![]() | DefaultDropDownDirection | Gets or sets the direction in which the ToolStripDropDown is displayed relative to the ToolStrip.(Overrides ToolStrip::DefaultDropDownDirection.) |
![]() | DefaultGripMargin | |
![]() | DefaultImeMode | Gets the default Input Method Editor (IME) mode supported by the control.(Inherited from Control.) |
![]() | DefaultMargin | Gets the spacing, in pixels, between the ToolStrip and the ToolStripContainer.(Inherited from ToolStrip.) |
![]() | DefaultMaximumSize | Gets the length and height, in pixels, that is specified as the default maximum size of a control.(Inherited from Control.) |
![]() | DefaultMinimumSize | Gets the length and height, in pixels, that is specified as the default minimum size of a control.(Inherited from Control.) |
![]() | DefaultPadding | Gets the internal spacing, in pixels, of the contents of a ToolStrip.(Overrides ToolStrip::DefaultPadding.) |
![]() | DefaultShowItemToolTips | Gets a value indicating whether ToolTips are shown for the ToolStripDropDown by default.(Overrides ToolStrip::DefaultShowItemToolTips.) |
![]() | DefaultSize | |
![]() | DesignMode | |
![]() | DeviceDpi | Gets the DPI value for the display device where the control is currently being displayed.(Inherited from Control.) |
![]() | DisplayedItems | |
![]() | DisplayRectangle | This API supports the product infrastructure and is not intended to be used directly from your code. Retrieves the current display rectangle.(Inherited from ToolStrip.) |
![]() | Disposing | |
![]() | Dock | This API supports the product infrastructure and is not intended to be used directly from your code. This property is not relevant to this class.(Overrides ToolStrip::Dock.) |
![]() | DockPadding | Gets the dock padding settings for all edges of the control.(Inherited from ScrollableControl.) |
![]() | DoubleBuffered | Gets or sets a value indicating whether this control should redraw its surface using a secondary buffer to reduce or prevent flicker.(Inherited from Control.) |
![]() | DropShadowEnabled | Gets or sets a value indicating whether a three-dimensional shadow effect appears when the ToolStripDropDown is displayed. |
![]() | Enabled | Gets or sets a value indicating whether the control can respond to user interaction.(Inherited from Control.) |
![]() | Events | |
![]() | Focused | Gets a value indicating whether the control has input focus.(Inherited from Control.) |
![]() | Font | Gets or sets the font of the text displayed on the ToolStripDropDown.(Overrides ToolStrip::Font.) |
![]() | FontHeight | Gets or sets the height of the font of the control.(Inherited from Control.) |
![]() | ForeColor | |
![]() | GripDisplayStyle | This API supports the product infrastructure and is not intended to be used directly from your code. This property is not relevant to this class. |
![]() | GripMargin | This API supports the product infrastructure and is not intended to be used directly from your code. This property is not relevant to this class. |
![]() | GripRectangle | This API supports the product infrastructure and is not intended to be used directly from your code. This property is not relevant to this class. |
![]() | GripStyle | This API supports the product infrastructure and is not intended to be used directly from your code. This property is not relevant to this class. |
![]() | Handle | Gets the window handle that the control is bound to.(Inherited from Control.) |
![]() | HasChildren | This API supports the product infrastructure and is not intended to be used directly from your code. This property is not relevant for this class.(Inherited from ToolStrip.) |
![]() | Height | Gets or sets the height of the control.(Inherited from Control.) |
![]() | HorizontalScroll | This API supports the product infrastructure and is not intended to be used directly from your code. This property is not relevant for this class.(Inherited from ToolStrip.) |
![]() | HScroll | Gets or sets a value indicating whether the horizontal scroll bar is visible.(Inherited from ScrollableControl.) |
![]() | ImageList | |
![]() | ImageScalingSize | |
![]() | ImeMode | Gets or sets the Input Method Editor (IME) mode of the control.(Inherited from Control.) |
![]() | ImeModeBase | Gets or sets the IME mode of a control.(Inherited from Control.) |
![]() | InvokeRequired | Gets 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.) |
![]() | IsAccessible | Gets or sets a value indicating whether the control is visible to accessibility applications.(Inherited from Control.) |
![]() | IsAutoGenerated | Gets a value indicating whether this ToolStripDropDown was automatically generated. |
![]() | IsCurrentlyDragging | Gets a value indicating whether the user is currently moving the ToolStrip from one ToolStripContainer to another. (Inherited from ToolStrip.) |
![]() | IsDisposed | Gets a value indicating whether the control has been disposed of.(Inherited from Control.) |
![]() | IsDropDown | |
![]() | IsHandleCreated | Gets a value indicating whether the control has a handle associated with it.(Inherited from Control.) |
![]() | IsMirrored | Gets a value indicating whether the control is mirrored.(Inherited from Control.) |
![]() | Items | |
![]() | LayoutEngine | Passes a reference to the cached LayoutEngine returned by the layout engine interface.(Inherited from ToolStrip.) |
![]() | LayoutSettings | Gets or sets layout scheme characteristics.(Inherited from ToolStrip.) |
![]() | LayoutStyle | |
![]() | Left | Gets 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.) |
![]() | Location | This API supports the product infrastructure and is not intended to be used directly from your code. This property is not relevant to this class. |
![]() | Margin | Gets or sets the space between controls.(Inherited from Control.) |
![]() | MaximumSize | Gets or sets the size that is the upper limit that GetPreferredSize can specify.(Inherited from Control.) |
![]() | MaxItemSize | Gets the maximum height and width, in pixels, of the ToolStripDropDown.(Overrides ToolStrip::MaxItemSize.) |
![]() | MinimumSize | Gets or sets the size that is the lower limit that GetPreferredSize can specify.(Inherited from Control.) |
![]() | Name | Gets or sets the name of the control.(Inherited from Control.) |
![]() | Opacity | Determines the opacity of the form. |
![]() | Orientation | Gets the orientation of the ToolStripPanel.(Inherited from ToolStrip.) |
![]() | OverflowButton | This API supports the product infrastructure and is not intended to be used directly from your code. This property is not relevant to this class. |
![]() | OwnerItem | Gets or sets the ToolStripItem that is the owner of this ToolStripDropDown. |
![]() | Padding | Gets or sets padding within the control.(Inherited from Control.) |
![]() | Parent | Gets or sets the parent container of the control.(Inherited from Control.) |
![]() | PreferredSize | Gets the size of a rectangular area into which the control can fit.(Inherited from Control.) |
![]() | ProductName | Gets the product name of the assembly containing the control.(Inherited from Control.) |
![]() | ProductVersion | Gets the version of the assembly containing the control.(Inherited from Control.) |
![]() | RecreatingHandle | Gets a value indicating whether the control is currently re-creating its handle.(Inherited from Control.) |
![]() | Region | Gets or sets the window region associated with the ToolStripDropDown. |
![]() | Renderer | Gets or sets a ToolStripRenderer used to customize the look and feel of a ToolStrip.(Inherited from ToolStrip.) |
![]() | RenderMode | |
![]() | RenderRightToLeft | Obsolete. This property is now obsolete.(Inherited from Control.) |
![]() | ResizeRedraw | Gets or sets a value indicating whether the control redraws itself when resized.(Inherited from Control.) |
![]() | Right | Gets the distance, in pixels, between the right edge of the control and the left edge of its container's client area.(Inherited from Control.) |
![]() | RightToLeft | Gets or sets a value indicating whether control's elements are aligned to support locales using right-to-left fonts.(Overrides Control::RightToLeft.) |
![]() | ScaleChildren | Gets a value that determines the scaling of child controls. (Inherited from Control.) |
![]() | ShowFocusCues | Gets a value indicating whether the control should display focus rectangles.(Inherited from Control.) |
![]() | ShowItemToolTips | |
![]() | ShowKeyboardCues | Gets a value indicating whether the user interface is in the appropriate state to show or hide keyboard accelerators.(Inherited from Control.) |
![]() | Site | Gets or sets the site of the control.(Inherited from Control.) |
![]() | Size | Gets or sets the height and width of the control.(Inherited from Control.) |
![]() | Stretch | This API supports the product infrastructure and is not intended to be used directly from your code. This property is not relevant to this class. |
![]() | TabIndex | This API supports the product infrastructure and is not intended to be used directly from your code. This property is not relevant to this class. |
![]() | TabStop | |
![]() | Tag | Gets or sets the object that contains data about the control.(Inherited from Control.) |
![]() | Text | Gets or sets the text associated with this control.(Inherited from Control.) |
![]() | TextDirection | Specifies the direction in which to draw the text on the item.(Overrides ToolStrip::TextDirection.) |
![]() | Top | Gets 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.) |
![]() | TopLevel | Gets or sets a value indicating whether the ToolStripDropDown is a top-level control. |
![]() | TopLevelControl | |
![]() | TopMost | Gets or sets a value indicating whether the form should be displayed as a topmost form. |
![]() | UseWaitCursor | Gets or sets a value indicating whether to use the wait cursor for the current control and all child controls.(Inherited from Control.) |
![]() | VerticalScroll | This API supports the product infrastructure and is not intended to be used directly from your code. This property is not relevant for this class.(Inherited from ToolStrip.) |
![]() | Visible | Gets or sets a value indicating whether the ToolStripDropDown is visible or hidden. |
![]() | VScroll | Gets or sets a value indicating whether the vertical scroll bar is visible.(Inherited from ScrollableControl.) |
![]() | Width | Gets or sets the width of the control.(Inherited from Control.) |
![]() | WindowTarget | This API supports the product infrastructure and is not intended to be used directly from your code. This property is not relevant for this class.(Inherited from Control.) |
| Name | Description | |
|---|---|---|
![]() | AccessibilityNotifyClients(AccessibleEvents, Int32) | Notifies the accessibility client applications of the specified AccessibleEvents for the specified child control.(Inherited from Control.) |
![]() | AccessibilityNotifyClients(AccessibleEvents, Int32, Int32) | Notifies the accessibility client applications of the specified AccessibleEvents for the specified child control .(Inherited from Control.) |
![]() | AdjustFormScrollbars(Boolean) | Adjusts the scroll bars on the container based on the current control positions and the control currently selected. (Inherited from ScrollableControl.) |
![]() | BeginInvoke(Delegate^) | Executes the specified delegate asynchronously on the thread that the control's underlying handle was created on.(Inherited from Control.) |
![]() | BeginInvoke(Delegate^, array<Object^>^) | Executes the specified delegate asynchronously with the specified arguments, on the thread that the control's underlying handle was created on.(Inherited from Control.) |
![]() | BringToFront() | Brings the control to the front of the z-order.(Inherited from Control.) |
![]() | Close() | Closes the ToolStripDropDown control. |
![]() | Close(ToolStripDropDownCloseReason) | Closes the ToolStripDropDown control for the specified reason. |
![]() | Contains(Control^) | Retrieves a value indicating whether the specified control is a child of the control.(Inherited from Control.) |
![]() | CreateAccessibilityInstance() | Creates a new accessibility object for the ToolStripDropDown. (Overrides ToolStrip::CreateAccessibilityInstance().) |
![]() | CreateControl() | Forces the creation of the visible control, including the creation of the handle and any visible child controls.(Inherited from Control.) |
![]() | CreateControlsInstance() | Creates a new instance of the control collection for the control.(Inherited from ToolStrip.) |
![]() | CreateDefaultItem(String^, Image^, EventHandler^) | Creates a default ToolStripItem with the specified text, image, and event handler on a new ToolStrip instance.(Inherited from ToolStrip.) |
![]() | CreateGraphics() | |
![]() | CreateHandle() | Creates a handle for the control.(Overrides Control::CreateHandle().) |
![]() | CreateLayoutSettings(ToolStripLayoutStyle) | Applies various layout options to the ToolStripDropDown.(Overrides ToolStrip::CreateLayoutSettings(ToolStripLayoutStyle).) |
![]() | CreateObjRef(Type^) | Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object.(Inherited from MarshalByRefObject.) |
![]() | DefWndProc(Message%) | Sends the specified message to the default window procedure.(Inherited from Control.) |
![]() | DestroyHandle() | Destroys the handle associated with the control.(Inherited from Control.) |
![]() | Dispose() | |
![]() | Dispose(Boolean) | Releases the unmanaged resources used by the ToolStripDropDown and optionally releases the managed resources. (Overrides ToolStrip::Dispose(Boolean).) |
![]() | DoDragDrop(Object^, DragDropEffects) | Begins a drag-and-drop operation.(Inherited from Control.) |
![]() | DrawToBitmap(Bitmap^, Rectangle) | Supports rendering to the specified bitmap.(Inherited from Control.) |
![]() | EndInvoke(IAsyncResult^) | Retrieves the return value of the asynchronous operation represented by the IAsyncResult passed.(Inherited from Control.) |
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | Finalize() | |
![]() | FindForm() | Retrieves the form that the control is on.(Inherited from Control.) |
![]() | Focus() | Sets input focus to the control.(Inherited from Control.) |
![]() | GetAccessibilityObjectById(Int32) | Retrieves the specified AccessibleObject.(Inherited from Control.) |
![]() | GetAutoSizeMode() | |
![]() | GetChildAtPoint(Point) | This API supports the product infrastructure and is not intended to be used directly from your code. This method is not relevant for this class.(Inherited from ToolStrip.) |
![]() | GetChildAtPoint(Point, GetChildAtPointSkip) | This API supports the product infrastructure and is not intended to be used directly from your code. This method is not relevant for this class.(Inherited from ToolStrip.) |
![]() | GetContainerControl() | Returns the next ContainerControl up the control's chain of parent controls.(Inherited from Control.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetItemAt(Int32, Int32) | |
![]() | GetItemAt(Point) | |
![]() | GetLifetimeService() | Retrieves the current lifetime service object that controls the lifetime policy for this instance.(Inherited from MarshalByRefObject.) |
![]() | GetNextControl(Control^, Boolean) | Retrieves the next control forward or back in the tab order of child controls.(Inherited from Control.) |
![]() | GetNextItem(ToolStripItem^, ArrowDirection) | Retrieves the next ToolStripItem from the specified reference point and moving in the specified direction.(Inherited from ToolStrip.) |
![]() | GetPreferredSize(Size) | Retrieves the size of a rectangular area into which a control can be fitted.(Inherited from Control.) |
![]() | GetScaledBounds(Rectangle, SizeF, BoundsSpecified) | Retrieves the bounds within which the control is scaled.(Inherited from Control.) |
![]() | GetScrollState(Int32) | Determines whether the specified flag has been set.(Inherited from ScrollableControl.) |
![]() | GetService(Type^) | |
![]() | GetStyle(ControlStyles) | Retrieves the value of the specified control style bit for the control.(Inherited from Control.) |
![]() | GetTopLevel() | Determines if the control is a top-level control.(Inherited from Control.) |
![]() | GetType() | |
![]() | Hide() | Conceals the control from the user.(Inherited from Control.) |
![]() | InitializeLifetimeService() | Obtains a lifetime service object to control the lifetime policy for this instance.(Inherited from MarshalByRefObject.) |
![]() | InitLayout() | Called after the control has been added to another container.(Inherited from Control.) |
![]() | Invalidate() | Invalidates the entire surface of the control and causes the control to be redrawn.(Inherited from Control.) |
![]() | Invalidate(Boolean) | Invalidates a specific region of the control and causes a paint message to be sent to the control. Optionally, invalidates the child controls assigned to the control.(Inherited from Control.) |
![]() | Invalidate(Rectangle) | Invalidates the specified region of the control (adds it to the control's update region, which is the area that will be repainted at the next paint operation), and causes a paint message to be sent to the control.(Inherited from Control.) |
![]() | Invalidate(Rectangle, Boolean) | Invalidates the specified region of the control (adds it to the control's update region, which is the area that will be repainted at the next paint operation), and causes a paint message to be sent to the control. Optionally, invalidates the child controls assigned to the control.(Inherited from Control.) |
![]() | Invalidate(Region^) | Invalidates the specified region of the control (adds it to the control's update region, which is the area that will be repainted at the next paint operation), and causes a paint message to be sent to the control.(Inherited from Control.) |
![]() | Invalidate(Region^, Boolean) | Invalidates the specified region of the control (adds it to the control's update region, which is the area that will be repainted at the next paint operation), and causes a paint message to be sent to the control. Optionally, invalidates the child controls assigned to the control.(Inherited from Control.) |
![]() | Invoke(Delegate^) | Executes the specified delegate on the thread that owns the control's underlying window handle.(Inherited from Control.) |
![]() | Invoke(Delegate^, array<Object^>^) | Executes the specified delegate, on the thread that owns the control's underlying window handle, with the specified list of arguments.(Inherited from Control.) |
![]() | InvokeGotFocus(Control^, EventArgs^) | |
![]() | InvokeLostFocus(Control^, EventArgs^) | |
![]() | InvokeOnClick(Control^, EventArgs^) | |
![]() | InvokePaint(Control^, PaintEventArgs^) | |
![]() | InvokePaintBackground(Control^, PaintEventArgs^) | Raises the PaintBackground event for the specified control.(Inherited from Control.) |
![]() | IsInputChar(Char) | Determines whether a character is an input character that the item recognizes.(Inherited from ToolStrip.) |
![]() | IsInputKey(Keys) | Determines whether the specified key is a regular input key or a special key that requires preprocessing.(Inherited from ToolStrip.) |
![]() | LogicalToDeviceUnits(Int32) | Converts a Logical DPI value to it's equivalent DeviceUnit DPI value.(Inherited from Control.) |
![]() | MemberwiseClone() | |
![]() | MemberwiseClone(Boolean) | Creates a shallow copy of the current MarshalByRefObject object.(Inherited from MarshalByRefObject.) |
![]() | NotifyInvalidate(Rectangle) | This API supports the product infrastructure and is not intended to be used directly from your code. Raises the Invalidated event with a specified region of the control to invalidate.(Inherited from Control.) |
![]() | OnAutoSizeChanged(EventArgs^) | Raises the AutoSizeChanged event. (Inherited from Control.) |
![]() | OnBackColorChanged(EventArgs^) | Raises the BackColorChanged event.(Inherited from Control.) |
![]() | OnBackgroundImageChanged(EventArgs^) | Raises the BackgroundImageChanged event.(Inherited from Control.) |
![]() | OnBackgroundImageLayoutChanged(EventArgs^) | Raises the BackgroundImageLayoutChanged event.(Inherited from Control.) |
![]() | OnBeginDrag(EventArgs^) | |
![]() | OnBindingContextChanged(EventArgs^) | Raises the BindingContextChanged event.(Inherited from Control.) |
![]() | OnCausesValidationChanged(EventArgs^) | Raises the CausesValidationChanged event.(Inherited from Control.) |
![]() | OnChangeUICues(UICuesEventArgs^) | Raises the ChangeUICues event.(Inherited from Control.) |
![]() | OnClick(EventArgs^) | |
![]() | OnClientSizeChanged(EventArgs^) | Raises the ClientSizeChanged event. (Inherited from Control.) |
![]() | OnClosed(ToolStripDropDownClosedEventArgs^) | Raises the Closed event. |
![]() | OnClosing(ToolStripDropDownClosingEventArgs^) | Raises the Closing event. |
![]() | OnContextMenuChanged(EventArgs^) | Raises the ContextMenuChanged event.(Inherited from Control.) |
![]() | OnContextMenuStripChanged(EventArgs^) | Raises the ContextMenuStripChanged event.(Inherited from Control.) |
![]() | OnControlAdded(ControlEventArgs^) | Raises the ControlAdded event.(Inherited from Control.) |
![]() | OnControlRemoved(ControlEventArgs^) | Raises the ControlRemoved event.(Inherited from Control.) |
![]() | OnCreateControl() | Raises the CreateControl method.(Inherited from Control.) |
![]() | OnCursorChanged(EventArgs^) | Raises the CursorChanged event.(Inherited from Control.) |
![]() | OnDockChanged(EventArgs^) | Raises the DockChanged event. (Inherited from ToolStrip.) |
![]() | OnDoubleClick(EventArgs^) | Raises the DoubleClick event.(Inherited from Control.) |
![]() | OnDpiChangedAfterParent(EventArgs^) | Raises the DpiChangedAfterParent event.(Inherited from Control.) |
![]() | OnDpiChangedBeforeParent(EventArgs^) | Raises the DpiChangedBeforeParent event. (Inherited from Control.) |
![]() | OnDragDrop(DragEventArgs^) | |
![]() | OnDragEnter(DragEventArgs^) | |
![]() | OnDragLeave(EventArgs^) | |
![]() | OnDragOver(DragEventArgs^) | |
![]() | OnEnabledChanged(EventArgs^) | |
![]() | OnEndDrag(EventArgs^) | |
![]() | OnEnter(EventArgs^) | |
![]() | OnFontChanged(EventArgs^) | Raises the FontChanged event.(Inherited from ToolStrip.) |
![]() | OnForeColorChanged(EventArgs^) | Raises the ForeColorChanged event.(Inherited from Control.) |
![]() | OnGiveFeedback(GiveFeedbackEventArgs^) | Raises the GiveFeedback event.(Inherited from Control.) |
![]() | OnGotFocus(EventArgs^) | |
![]() | OnHandleCreated(EventArgs^) | Raises the HandleCreated event.(Overrides ToolStrip::OnHandleCreated(EventArgs^).) |
![]() | OnHandleDestroyed(EventArgs^) | Raises the HandleDestroyed event.(Inherited from ToolStrip.) |
![]() | OnHelpRequested(HelpEventArgs^) | Raises the HelpRequested event.(Inherited from Control.) |
![]() | OnImeModeChanged(EventArgs^) | Raises the ImeModeChanged event.(Inherited from Control.) |
![]() | OnInvalidated(InvalidateEventArgs^) | Raises the Invalidated event.(Inherited from ToolStrip.) |
![]() | OnItemAdded(ToolStripItemEventArgs^) | |
![]() | OnItemClicked(ToolStripItemClickedEventArgs^) | Raises the ItemClicked event.(Overrides ToolStrip::OnItemClicked(ToolStripItemClickedEventArgs^).) |
![]() | OnItemRemoved(ToolStripItemEventArgs^) | Raises the ItemRemoved event.(Inherited from ToolStrip.) |
![]() | OnKeyDown(KeyEventArgs^) | |
![]() | OnKeyPress(KeyPressEventArgs^) | |
![]() | OnKeyUp(KeyEventArgs^) | |
![]() | OnLayout(LayoutEventArgs^) | Raises the Layout event.(Overrides ToolStrip::OnLayout(LayoutEventArgs^).) |
![]() | OnLayoutCompleted(EventArgs^) | Raises the LayoutCompleted event.(Inherited from ToolStrip.) |
![]() | OnLayoutStyleChanged(EventArgs^) | Raises the LayoutStyleChanged event.(Inherited from ToolStrip.) |
![]() | OnLeave(EventArgs^) | |
![]() | OnLocationChanged(EventArgs^) | Raises the LocationChanged event.(Inherited from Control.) |
![]() | OnLostFocus(EventArgs^) | |
![]() | OnMarginChanged(EventArgs^) | Raises the MarginChanged event. (Inherited from Control.) |
![]() | OnMouseCaptureChanged(EventArgs^) | Raises the MouseCaptureChanged event.(Inherited from ToolStrip.) |
![]() | OnMouseClick(MouseEventArgs^) | Raises the MouseClick event.(Inherited from Control.) |
![]() | OnMouseDoubleClick(MouseEventArgs^) | Raises the MouseDoubleClick event.(Inherited from Control.) |
![]() | OnMouseDown(MouseEventArgs^) | |
![]() | OnMouseEnter(EventArgs^) | Raises the MouseEnter event.(Inherited from Control.) |
![]() | OnMouseHover(EventArgs^) | Raises the MouseHover event.(Inherited from Control.) |
![]() | OnMouseLeave(EventArgs^) | Raises the MouseLeave event.(Inherited from ToolStrip.) |
![]() | OnMouseMove(MouseEventArgs^) | |
![]() | OnMouseUp(MouseEventArgs^) | Raises the MouseUp event.(Overrides ToolStrip::OnMouseUp(MouseEventArgs^).) |
![]() | OnMouseWheel(MouseEventArgs^) | Raises the MouseWheel event.(Inherited from ScrollableControl.) |
![]() | OnMove(EventArgs^) | |
![]() | OnNotifyMessage(Message) | Notifies the control of Windows messages.(Inherited from Control.) |
![]() | OnOpened(EventArgs^) | Raises the Opened event. |
![]() | OnOpening(CancelEventArgs^) | Raises the Opening event. |
![]() | OnPaddingChanged(EventArgs^) | Raises the PaddingChanged event.(Inherited from ScrollableControl.) |
![]() | OnPaint(PaintEventArgs^) | |
![]() | OnPaintBackground(PaintEventArgs^) | |
![]() | OnPaintGrip(PaintEventArgs^) | |
![]() | OnParentBackColorChanged(EventArgs^) | Raises the BackColorChanged event when the BackColor property value of the control's container changes.(Inherited from Control.) |
![]() | OnParentBackgroundImageChanged(EventArgs^) | Raises the BackgroundImageChanged event when the BackgroundImage property value of the control's container changes.(Inherited from Control.) |
![]() | OnParentBindingContextChanged(EventArgs^) | Raises the BindingContextChanged event when the BindingContext property value of the control's container changes.(Inherited from Control.) |
![]() | OnParentChanged(EventArgs^) | Raises the ParentChanged event.(Overrides Control::OnParentChanged(EventArgs^).) |
![]() | OnParentCursorChanged(EventArgs^) | Raises the CursorChanged event.(Inherited from Control.) |
![]() | OnParentEnabledChanged(EventArgs^) | Raises the EnabledChanged event when the Enabled property value of the control's container changes.(Inherited from Control.) |
![]() | OnParentFontChanged(EventArgs^) | Raises the FontChanged event when the Font property value of the control's container changes.(Inherited from Control.) |
![]() | OnParentForeColorChanged(EventArgs^) | Raises the ForeColorChanged event when the ForeColor property value of the control's container changes.(Inherited from Control.) |
![]() | OnParentRightToLeftChanged(EventArgs^) | Raises the RightToLeftChanged event when the RightToLeft property value of the control's container changes.(Inherited from Control.) |
![]() | OnParentVisibleChanged(EventArgs^) | Raises the VisibleChanged event when the Visible property value of the control's container changes.(Inherited from Control.) |
![]() | OnPreviewKeyDown(PreviewKeyDownEventArgs^) | Raises the PreviewKeyDown event.(Inherited from Control.) |
![]() | OnPrint(PaintEventArgs^) | |
![]() | OnQueryContinueDrag(QueryContinueDragEventArgs^) | Raises the QueryContinueDrag event.(Inherited from Control.) |
![]() | OnRegionChanged(EventArgs^) | Raises the RegionChanged event. (Inherited from Control.) |
![]() | OnRendererChanged(EventArgs^) | Raises the RendererChanged event.(Inherited from ToolStrip.) |
![]() | OnResize(EventArgs^) | |
![]() | OnRightToLeftChanged(EventArgs^) | Raises the RightToLeftChanged event.(Inherited from ToolStrip.) |
![]() | OnScroll(ScrollEventArgs^) | |
![]() | OnSizeChanged(EventArgs^) | Raises the SizeChanged event.(Inherited from Control.) |
![]() | OnStyleChanged(EventArgs^) | Raises the StyleChanged event.(Inherited from Control.) |
![]() | OnSystemColorsChanged(EventArgs^) | Raises the SystemColorsChanged event.(Inherited from Control.) |
![]() | OnTabIndexChanged(EventArgs^) | Raises the TabIndexChanged event.(Inherited from Control.) |
![]() | OnTabStopChanged(EventArgs^) | Raises the TabStopChanged event. (Inherited from ToolStrip.) |
![]() | OnTextChanged(EventArgs^) | Raises the TextChanged event.(Inherited from Control.) |
![]() | OnValidated(EventArgs^) | |
![]() | OnValidating(CancelEventArgs^) | Raises the Validating event.(Inherited from Control.) |
![]() | OnVisibleChanged(EventArgs^) | Raises the VisibleChanged event.(Overrides ToolStrip::OnVisibleChanged(EventArgs^).) |
![]() | PerformLayout() | Forces the control to apply layout logic to all its child controls.(Inherited from Control.) |
![]() | PerformLayout(Control^, String^) | Forces the control to apply layout logic to all its child controls.(Inherited from Control.) |
![]() | PointToClient(Point) | Computes the location of the specified screen point into client coordinates.(Inherited from Control.) |
![]() | PointToScreen(Point) | Computes the location of the specified client point into screen coordinates.(Inherited from Control.) |
![]() | PreProcessControlMessage(Message%) | Preprocesses keyboard or input messages within the message loop before they are dispatched.(Inherited from Control.) |
![]() | PreProcessMessage(Message%) | Preprocesses keyboard or input messages within the message loop before they are dispatched.(Inherited from Control.) |
![]() | ProcessCmdKey(Message%, Keys) | Processes a command key.(Inherited from ToolStrip.) |
![]() | ProcessDialogChar(Char) | Processes a dialog box character.(Overrides Control::ProcessDialogChar(Char).) |
![]() | ProcessDialogKey(Keys) | Processes a dialog box key.(Overrides ToolStrip::ProcessDialogKey(Keys).) |
![]() | ProcessKeyEventArgs(Message%) | Processes a key message and generates the appropriate control events.(Inherited from Control.) |
![]() | ProcessKeyMessage(Message%) | Processes a keyboard message.(Inherited from Control.) |
![]() | ProcessKeyPreview(Message%) | Previews a keyboard message.(Inherited from Control.) |
![]() | ProcessMnemonic(Char) | Processes a mnemonic character.(Overrides ToolStrip::ProcessMnemonic(Char).) |
![]() | RaiseDragEvent(Object^, DragEventArgs^) | This API supports the product infrastructure and is not intended to be used directly from your code. Raises the appropriate drag event.(Inherited from Control.) |
![]() | RaiseKeyEvent(Object^, KeyEventArgs^) | This API supports the product infrastructure and is not intended to be used directly from your code. Raises the appropriate key event.(Inherited from Control.) |
![]() | RaiseMouseEvent(Object^, MouseEventArgs^) | This API supports the product infrastructure and is not intended to be used directly from your code. Raises the appropriate mouse event.(Inherited from Control.) |
![]() | RaisePaintEvent(Object^, PaintEventArgs^) | This API supports the product infrastructure and is not intended to be used directly from your code. Raises the appropriate paint event.(Inherited from Control.) |
![]() | RecreateHandle() | Forces the re-creation of the handle for the control.(Inherited from Control.) |
![]() | RectangleToClient(Rectangle) | Computes the size and location of the specified screen rectangle in client coordinates.(Inherited from Control.) |
![]() | RectangleToScreen(Rectangle) | Computes the size and location of the specified client rectangle in screen coordinates.(Inherited from Control.) |
![]() | Refresh() | Forces the control to invalidate its client area and immediately redraw itself and any child controls.(Inherited from Control.) |
![]() | RescaleConstantsForDpi(Int32, Int32) | Provides constants for rescaling the control when a DPI change occurs.(Inherited from Control.) |
![]() | ResetBackColor() | |
![]() | ResetBindings() | Causes a control bound to the BindingSource to reread all the items in the list and refresh their displayed values.(Inherited from Control.) |
![]() | ResetCursor() | |
![]() | ResetFont() | |
![]() | ResetForeColor() | |
![]() | ResetImeMode() | |
![]() | ResetMinimumSize() | This API supports the product infrastructure and is not intended to be used directly from your code. This method is not relevant for this class.(Inherited from ToolStrip.) |
![]() | ResetMouseEventArgs() | This API supports the product infrastructure and is not intended to be used directly from your code. Resets the control to handle the MouseLeave event.(Inherited from Control.) |
![]() | ResetRightToLeft() | Resets the RightToLeft property to its default value.(Inherited from Control.) |
![]() | ResetText() | |
![]() | RestoreFocus() | Controls the return location of the focus.(Inherited from ToolStrip.) |
![]() | ResumeLayout() | Resumes usual layout logic.(Inherited from Control.) |
![]() | ResumeLayout(Boolean) | Resumes usual layout logic, optionally forcing an immediate layout of pending layout requests.(Inherited from Control.) |
![]() | RtlTranslateAlignment(ContentAlignment) | Converts the specified ContentAlignment to the appropriate ContentAlignment to support right-to-left text.(Inherited from Control.) |
![]() | RtlTranslateAlignment(HorizontalAlignment) | Converts the specified HorizontalAlignment to the appropriate HorizontalAlignment to support right-to-left text.(Inherited from Control.) |
![]() | RtlTranslateAlignment(LeftRightAlignment) | Converts the specified LeftRightAlignment to the appropriate LeftRightAlignment to support right-to-left text.(Inherited from Control.) |
![]() | RtlTranslateContent(ContentAlignment) | Converts the specified ContentAlignment to the appropriate ContentAlignment to support right-to-left text.(Inherited from Control.) |
![]() | RtlTranslateHorizontal(HorizontalAlignment) | Converts the specified HorizontalAlignment to the appropriate HorizontalAlignment to support right-to-left text.(Inherited from Control.) |
![]() | RtlTranslateLeftRight(LeftRightAlignment) | Converts the specified LeftRightAlignment to the appropriate LeftRightAlignment to support right-to-left text.(Inherited from Control.) |
![]() | Scale(Single) | Obsolete. Scales the control and any child controls.(Inherited from Control.) |
![]() | Scale(Single, Single) | Obsolete. Scales the entire control and any child controls.(Inherited from Control.) |
![]() | Scale(SizeF) | Scales the control and all child controls by the specified scaling factor.(Inherited from Control.) |
![]() | ScaleBitmapLogicalToDevice(Bitmap^%) | Scales a logical bitmap value to it's equivalent device unit value when a DPI change occurs.(Inherited from Control.) |
![]() | ScaleControl(SizeF, BoundsSpecified) | Scales a control's location, size, padding and margin.(Overrides ScrollableControl::ScaleControl(SizeF, BoundsSpecified).) |
![]() | ScaleCore(Single, Single) | This method is not relevant to this class.(Overrides ScrollableControl::ScaleCore(Single, Single).) |
![]() | ScrollControlIntoView(Control^) | Scrolls the specified child control into view on an auto-scroll enabled control.(Inherited from ScrollableControl.) |
![]() | ScrollToControl(Control^) | Calculates the scroll offset to the specified child control. (Inherited from ScrollableControl.) |
![]() | Select() | Activates the control.(Inherited from Control.) |
![]() | Select(Boolean, Boolean) | Activates a child control. Optionally specifies the direction in the tab order to select the control from.(Inherited from ToolStrip.) |
![]() | SelectNextControl(Control^, Boolean, Boolean, Boolean, Boolean) | Activates the next control.(Inherited from Control.) |
![]() | SendToBack() | Sends the control to the back of the z-order.(Inherited from Control.) |
![]() | SetAutoScrollMargin(Int32, Int32) | This method is not relevant for this class.(Inherited from ToolStrip.) |
![]() | SetAutoSizeMode(AutoSizeMode) | |
![]() | SetBounds(Int32, Int32, Int32, Int32) | Sets the bounds of the control to the specified location and size.(Inherited from Control.) |
![]() | SetBounds(Int32, Int32, Int32, Int32, BoundsSpecified) | Sets the specified bounds of the control to the specified location and size.(Inherited from Control.) |
![]() | SetBoundsCore(Int32, Int32, Int32, Int32, BoundsSpecified) | Performs the work of setting the specified bounds of this control.(Overrides ToolStrip::SetBoundsCore(Int32, Int32, Int32, Int32, BoundsSpecified).) |
![]() | SetClientSizeCore(Int32, Int32) | Sets the size of the client area of the control.(Inherited from Control.) |
![]() | SetDisplayedItems() | Resets the collection of displayed and overflow items after a layout is done.(Inherited from ToolStrip.) |
![]() | SetDisplayRectLocation(Int32, Int32) | Positions the display window to the specified value.(Inherited from ScrollableControl.) |
![]() | SetItemLocation(ToolStripItem^, Point) | Anchors a ToolStripItem to a particular place on a ToolStrip.(Inherited from ToolStrip.) |
![]() | SetScrollState(Int32, Boolean) | Sets the specified scroll state flag.(Inherited from ScrollableControl.) |
![]() | SetStyle(ControlStyles, Boolean) | Sets a specified ControlStyles flag to either true or false.(Inherited from Control.) |
![]() | SetTopLevel(Boolean) | Sets the control as the top-level control.(Inherited from Control.) |
![]() | SetVisibleCore(Boolean) | Adjusts the size of the owner ToolStrip to accommodate the ToolStripDropDown if the owner ToolStrip is currently displayed, or clears and resets active ToolStripDropDown child controls of the ToolStrip if the ToolStrip is not currently displayed.(Overrides ToolStrip::SetVisibleCore(Boolean).) |
![]() | Show() | Displays the ToolStripDropDown control in its default position. |
![]() | Show(Control^, Int32, Int32) | Positions the ToolStripDropDown relative to the specified control's horizontal and vertical screen coordinates. |
![]() | Show(Control^, Point) | Positions the ToolStripDropDown relative to the specified control location. |
![]() | Show(Control^, Point, ToolStripDropDownDirection) | Positions the ToolStripDropDown relative to the specified control at the specified location and with the specified direction relative to the parent control. |
![]() | Show(Int32, Int32) | Positions the ToolStripDropDown relative to the specified screen coordinates. |
![]() | Show(Point) | Positions the ToolStripDropDown relative to the specified screen location. |
![]() | Show(Point, ToolStripDropDownDirection) | Positions the ToolStripDropDown relative to the specified control location and with the specified direction relative to the parent control. |
![]() | SizeFromClientSize(Size) | Determines the size of the entire control from the height and width of its client area.(Inherited from Control.) |
![]() | SuspendLayout() | Temporarily suspends the layout logic for the control.(Inherited from Control.) |
![]() | ToString() | |
![]() | Update() | Causes the control to redraw the invalidated regions within its client area.(Inherited from Control.) |
![]() | UpdateBounds() | Updates the bounds of the control with the current size and location.(Inherited from Control.) |
![]() | UpdateBounds(Int32, Int32, Int32, Int32) | Updates the bounds of the control with the specified size and location.(Inherited from Control.) |
![]() | UpdateBounds(Int32, Int32, Int32, Int32, Int32, Int32) | Updates the bounds of the control with the specified size, location, and client size.(Inherited from Control.) |
![]() | UpdateStyles() | Forces the assigned styles to be reapplied to the control.(Inherited from Control.) |
![]() | UpdateZOrder() | Updates the control in its parent's z-order.(Inherited from Control.) |
![]() | WndProc(Message%) | Processes Windows messages.(Overrides ToolStrip::WndProc(Message%).) |
| Name | Description | |
|---|---|---|
![]() | AutoSizeChanged | |
![]() | BackColorChanged | |
![]() | BackgroundImageChanged | Occurs when the value of the BackgroundImage property changes. |
![]() | BackgroundImageLayoutChanged | Occurs when the value of the BackgroundImage property changes. |
![]() | BeginDrag | |
![]() | BindingContextChanged | Occurs when the value of the BindingContext property changes. |
![]() | CausesValidationChanged | Occurs when the CausesValidation property changes.(Inherited from ToolStrip.) |
![]() | ChangeUICues | Occurs when the focus or keyboard user interface (UI) cues change. |
![]() | Click | Occurs when the control is clicked.(Inherited from Control.) |
![]() | ClientSizeChanged | Occurs when the value of the ClientSize property changes. (Inherited from Control.) |
![]() | Closed | Occurs when the ToolStripDropDown is closed. |
![]() | Closing | Occurs when the ToolStripDropDown control is about to close. |
![]() | ContextMenuChanged | This API supports the product infrastructure and is not intended to be used directly from your code. This event is not relevant to this class. |
![]() | ContextMenuStripChanged | This API supports the product infrastructure and is not intended to be used directly from your code. This event is not relevant to this class. |
![]() | ControlAdded | This API supports the product infrastructure and is not intended to be used directly from your code. This event is not relevant for this class.(Inherited from ToolStrip.) |
![]() | ControlRemoved | This API supports the product infrastructure and is not intended to be used directly from your code. This event is not relevant for this class.(Inherited from ToolStrip.) |
![]() | CursorChanged | |
![]() | Disposed | |
![]() | DockChanged | This API supports the product infrastructure and is not intended to be used directly from your code. This event is not relevant to this class. |
![]() | DoubleClick | Occurs when the control is double-clicked.(Inherited from Control.) |
![]() | DpiChangedAfterParent | Occurs when the DPI setting for a control is changed programmatically after the DPI of it's parent control or form has changed.(Inherited from Control.) |
![]() | DpiChangedBeforeParent | Occurs when the DPI setting for a control is changed programmatically before a DPI change event for it's parent control or form has occurred.(Inherited from Control.) |
![]() | DragDrop | Occurs when a drag-and-drop operation is completed.(Inherited from Control.) |
![]() | DragEnter | Occurs when an object is dragged into the control's bounds.(Inherited from Control.) |
![]() | DragLeave | Occurs when an object is dragged out of the control's bounds.(Inherited from Control.) |
![]() | DragOver | Occurs when an object is dragged over the control's bounds.(Inherited from Control.) |
![]() | EnabledChanged | |
![]() | EndDrag | |
![]() | Enter | Occurs when the focus enters the ToolStripDropDown. |
![]() | FontChanged | Occurs when the value of the Font property changes. |
![]() | ForeColorChanged | Occurs when the value of the ForeColor property changes. |
![]() | GiveFeedback | This event is not relevant for this class. |
![]() | GotFocus | Occurs when the control receives focus.(Inherited from Control.) |
![]() | HandleCreated | Occurs when a handle is created for the control.(Inherited from Control.) |
![]() | HandleDestroyed | Occurs when the control's handle is in the process of being destroyed.(Inherited from Control.) |
![]() | HelpRequested | Occurs when the user requests help for a control. |
![]() | ImeModeChanged | Occurs when the ImeModeChanged property has changed. |
![]() | Invalidated | Occurs when a control's display requires redrawing.(Inherited from Control.) |
![]() | ItemAdded | Occurs when a new ToolStripItem is added to the ToolStripItemCollection.(Inherited from ToolStrip.) |
![]() | ItemClicked | Occurs when the ToolStripItem is clicked.(Inherited from ToolStrip.) |
![]() | ItemRemoved | Occurs when a ToolStripItem is removed from the ToolStripItemCollection.(Inherited from ToolStrip.) |
![]() | KeyDown | Occurs when a key is pressed and held down while the ToolStripDropDown has focus. |
![]() | KeyPress | Occurs when a key is pressed while the ToolStripDropDown has focus. |
![]() | KeyUp | Occurs when a key is released while the control has focus. |
![]() | Layout | Occurs when a control should reposition its child controls.(Inherited from Control.) |
![]() | LayoutCompleted | |
![]() | LayoutStyleChanged | Occurs when the value of the LayoutStyle property changes.(Inherited from ToolStrip.) |
![]() | Leave | Occurs when the input focus leaves the control. |
![]() | LocationChanged | |
![]() | LostFocus | Occurs when the control loses focus.(Inherited from Control.) |
![]() | MarginChanged | Occurs when the control's margin changes.(Inherited from Control.) |
![]() | MouseCaptureChanged | Occurs when the control loses mouse capture.(Inherited from Control.) |
![]() | MouseClick | Occurs when the control is clicked by the mouse.(Inherited from Control.) |
![]() | MouseDoubleClick | Occurs when the control is double clicked by the mouse.(Inherited from Control.) |
![]() | MouseDown | Occurs when the mouse pointer is over the control and a mouse button is pressed.(Inherited from Control.) |
![]() | MouseEnter | Occurs when the mouse pointer enters the control.(Inherited from Control.) |
![]() | MouseHover | Occurs when the mouse pointer rests on the control.(Inherited from Control.) |
![]() | MouseLeave | Occurs when the mouse pointer leaves the control.(Inherited from Control.) |
![]() | MouseMove | Occurs when the mouse pointer is moved over the control.(Inherited from Control.) |
![]() | MouseUp | Occurs when the mouse pointer is over the control and a mouse button is released.(Inherited from Control.) |
![]() | MouseWheel | Occurs when the mouse wheel moves while the control has focus.(Inherited from Control.) |
![]() | Move | Occurs when the control is moved.(Inherited from Control.) |
![]() | Opened | Occurs when the ToolStripDropDown is opened. |
![]() | Opening | Occurs when the ToolStripDropDown control is opening. |
![]() | PaddingChanged | Occurs when the control's padding changes.(Inherited from Control.) |
![]() | Paint | Occurs when the control is redrawn.(Inherited from Control.) |
![]() | PaintGrip | |
![]() | ParentChanged | |
![]() | PreviewKeyDown | |
![]() | QueryAccessibilityHelp | Occurs when AccessibleObject is providing help to accessibility applications.(Inherited from Control.) |
![]() | QueryContinueDrag | Occurs 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.) |
![]() | RegionChanged | Occurs when the value of the Region property changes. |
![]() | RendererChanged | |
![]() | Resize | Occurs when the control is resized.(Inherited from Control.) |
![]() | RightToLeftChanged | Occurs when the RightToLeft property value changes.(Inherited from Control.) |
![]() | Scroll | This event is not relevant for this class. |
![]() | SizeChanged | |
![]() | StyleChanged | Occurs when the ToolStripLayoutStyle style changes. |
![]() | SystemColorsChanged | Occurs when the system colors change.(Inherited from Control.) |
![]() | TabIndexChanged | This API supports the product infrastructure and is not intended to be used directly from your code. This event is not relevant to this class. |
![]() | TabStopChanged | This event is not relevant for this class. |
![]() | TextChanged | This event is not relevant for this class. |
![]() | Validated | This event is not relevant for this class. |
![]() | Validating | This event is not relevant for this class. |
![]() | VisibleChanged |
Use the ToolStripDropDown to display drop-down lists of options, such as a color picker.
The following code example uses the ToolStripDropDown and ToolStripDropDownButton classes to make a three-button color picker that changes the foreground color of the form.
// Declare the drop-down button and the items it will contain. ToolStripDropDownButton^ dropDownButton1; ToolStripDropDown^ dropDown; ToolStripButton^ buttonRed; ToolStripButton^ buttonBlue; ToolStripButton^ buttonYellow; void InitializeDropDownButton() { dropDownButton1 = gcnew ToolStripDropDownButton; dropDown = gcnew ToolStripDropDown; dropDownButton1->Text = "A"; // Set the drop-down on the DropDownButton. dropDownButton1->DropDown = dropDown; // Declare three buttons, set their forecolor and text, // and add the buttons to the drop-down. buttonRed = gcnew ToolStripButton; buttonRed->ForeColor = Color::Red; buttonRed->Text = "A"; buttonBlue = gcnew ToolStripButton; buttonBlue->ForeColor = Color::Blue; buttonBlue->Text = "A"; buttonYellow = gcnew ToolStripButton; buttonYellow->ForeColor = Color::Yellow; buttonYellow->Text = "A"; buttonBlue->Click += gcnew EventHandler(this, &Form1::colorButtonsClick); buttonRed->Click += gcnew EventHandler(this, &Form1::colorButtonsClick); buttonYellow->Click += gcnew EventHandler(this, &Form1::colorButtonsClick); array<ToolStripItem^>^ ToolStrips = {buttonRed,buttonBlue,buttonYellow}; dropDown->Items->AddRange(ToolStrips); toolStrip1->Items->Add(dropDownButton1); } // Handle the buttons' click event by setting the forecolor // of the form to the forecolor of the button that is clicked. void colorButtonsClick(Object^ sender, EventArgs^ e) { ToolStripButton^ senderButton = (ToolStripButton^) sender; this->ForeColor = senderButton->ForeColor; } // internal:
The following code example uses ToolStripControlHost to show a ToolStripDropDown as a TreeView.
Available since 2.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.






