We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 84
param name="e">A <see cref="T:System.
EventArgs" /> that contains the event
data.</param> </member> <member name="M:System.Windows.Forms.ToolStripControlHost.OnPaint(System.Windows.Forms.Pain tEventArgs)"> <summary>Raises the <see cref="E:System.Windows.Forms.Control.Paint" /> event.</summary> <param name="e">A <see cref="T:System.Windows.Forms.PaintEventArgs" /> that contains the event data.</param> </member> <member name="M:System.Windows.Forms.ToolStripControlHost.OnParentChanged(System.Windows.Fo rms.ToolStrip,System.Windows.Forms.ToolStrip)"> <param name="oldParent">The original parent of the item. </param> <param name="newParent">The new parent of the item. </param> </member> <member name="M:System.Windows.Forms.ToolStripControlHost.OnSubscribeControlEvents(System.W indows.Forms.Control)"> <summary>Subscribes events from the hosted control.</summary> <param name="control">The control from which to subscribe events.</param> </member> <member name="M:System.Windows.Forms.ToolStripControlHost.OnUnsubscribeControlEvents(System .Windows.Forms.Control)"> <summary>Unsubscribes events from the hosted control.</summary> <param name="control">The control from which to unsubscribe events.</param> </member> <member name="M:System.Windows.Forms.ToolStripControlHost.OnValidated(System.EventArgs)"> <summary>Raises the <see cref="E:System.Windows.Forms.ToolStripControlHost.Validated" /> event.</summary> <param name="e">A <see cref="T:System.EventArgs" /> that contains the event data.</param> </member> <member name="M:System.Windows.Forms.ToolStripControlHost.OnValidating(System.ComponentMode l.CancelEventArgs)"> <summary>Raises the <see cref="E:System.Windows.Forms.ToolStripControlHost.Validating" /> event.</summary> <param name="e">A <see cref="T:System.ComponentModel.CancelEventArgs" /> that contains the event data.</param> </member> <member name="M:System.Windows.Forms.ToolStripControlHost.ProcessCmdKey(System.Windows.Form s.Message@,System.Windows.Forms.Keys)"> <summary>Processes a command key.</summary> <returns>false in all cases.</returns> <param name="m">A <see cref="T:System.Windows.Forms.Message" />, passed by reference, that represents the window message to process. </param> <param name="keyData">One of the <see cref="T:System.Windows.Forms.Keys" /> values that represents the key to process. </param> </member> <member name="M:System.Windows.Forms.ToolStripControlHost.ProcessDialogKey(System.Windows.F orms.Keys)"> <summary>Processes a dialog key.</summary> <returns>true if the key was processed by the item; otherwise, false.</returns> <param name="keyData">One of the <see cref="T:System.Windows.Forms.Keys" /> values that represents the key to process. </param> </member> <member name="M:System.Windows.Forms.ToolStripControlHost.ProcessMnemonic(System.Char)"> <summary>Processes a mnemonic character.</summary> <returns>true if the character was processed as a mnemonic by the control; otherwise, false.</returns> <param name="charCode">The character to process.</param> </member> <member name="M:System.Windows.Forms.ToolStripControlHost.ResetBackColor"> <summary>This method is not relevant to this class.</summary> </member> <member name="M:System.Windows.Forms.ToolStripControlHost.ResetForeColor"> <summary>This method is not relevant to this class.</summary> </member> <member name="P:System.Windows.Forms.ToolStripControlHost.RightToLeft"> <summary>Gets or sets a value indicating whether control's elements are aligned to support locales using right-to-left fonts.</summary> <returns>One of the <see cref="T:System.Windows.Forms.RightToLeft" /> values. The default is <see cref="F:System.Windows.Forms.RightToLeft.Inherit" />.</returns> </member> <member name="P:System.Windows.Forms.ToolStripControlHost.RightToLeftAutoMirrorImage"> <summary>This property is not relevant to this class.</summary> <returns>true if the image is mirrored; otherwise, false.</returns> </member> <member name="P:System.Windows.Forms.ToolStripControlHost.Selected"> <summary>Gets a value indicating whether the item is selected.</summary> <returns>true if the <see cref="T:System.Windows.Forms.ToolStripItem" /> is selected; otherwise, false.</returns> </member> <member name="M:System.Windows.Forms.ToolStripControlHost.SetVisibleCore(System.Boolean)"> <param name="visible">true to make the <see cref="T:System.Windows.Forms.ToolStripItem" /> visible; otherwise, false.</param> </member> <member name="P:System.Windows.Forms.ToolStripControlHost.Site"> <summary>Gets or sets the site of the hosted control.</summary> <returns>The <see cref="T:System.ComponentModel.ISite" /> associated with the control.</returns> </member> <member name="P:System.Windows.Forms.ToolStripControlHost.Size"> <summary>Gets or sets the size of the <see cref="T:System.Windows.Forms.ToolStripItem" />.</summary> <returns>An ordered pair of type <see cref="T:System.Drawing.Size" /> representing the width and height of a rectangle.</returns> </member> <member name="P:System.Windows.Forms.ToolStripControlHost.Text"> <summary>Gets or sets the text to be displayed on the hosted control.</summary> <returns>A <see cref="T:System.String" /> representing the text.</returns> </member> <member name="P:System.Windows.Forms.ToolStripControlHost.TextAlign"> <summary>This property is not relevant to this class.</summary> <returns>The text alignment property for the object.</returns> </member> <member name="P:System.Windows.Forms.ToolStripControlHost.TextDirection"> <summary>This property is not relevant to this class.</summary> <returns>The text direction of the tool strip.</returns> </member> <member name="P:System.Windows.Forms.ToolStripControlHost.TextImageRelation"> <summary>This property is not relevant to this class.</summary> <returns>The relation of a text image with the object.</returns> </member> <member name="E:System.Windows.Forms.ToolStripControlHost.Validated"> <summary>Occurs after the hosted control has been successfully validated.</summary> </member> <member name="E:System.Windows.Forms.ToolStripControlHost.Validating"> <summary>Occurs while the hosted control is validating.</summary> </member> <member name="T:System.Windows.Forms.ToolStripDropDown"> <summary>Represents a control that allows the user to select a single item from a list that is displayed when the user clicks a <see cref="T:System.Windows.Forms.ToolStripDropDownButton" />. Although <see cref="T:System.Windows.Forms.ToolStripDropDownMenu" /> and <see cref="T:System.Windows.Forms.ToolStripDropDown" /> replace and add functionality to the <see cref="T:System.Windows.Forms.Menu" /> control of previous versions, <see cref="T:System.Windows.Forms.Menu" /> is retained for both backward compatibility and future use if you choose.</summary> </member> <member name="M:System.Windows.Forms.ToolStripDropDown.#ctor"> <summary>Initializes a new instance of the <see cref="T:System.Windows.Forms.ToolStripDropDown" /> class. </summary> </member> <member name="P:System.Windows.Forms.ToolStripDropDown.AllowItemReorder"> <summary>This property is not relevant to this class.</summary> <returns>true to enable item reordering; otherwise, false.</returns> </member> <member name="P:System.Windows.Forms.ToolStripDropDown.AllowTransparency"> <summary>Gets or sets a value indicating whether the <see cref="P:System.Windows.Forms.ToolStripDropDown.Opacity" /> of the form can be adjusted.</summary> <returns>true if the <see cref="P:System.Windows.Forms.ToolStripDropDown.Opacity" /> of the form can be adjusted; otherwise, false. </returns> </member> <member name="P:System.Windows.Forms.ToolStripDropDown.Anchor"> <summary>This property is not relevant to this class.</summary> <returns>One of the <see cref="T:System.Windows.Forms.AnchorStyles" /> values.</returns> </member> <member name="P:System.Windows.Forms.ToolStripDropDown.AutoClose"> <summary>Gets or sets a value indicating whether the <see cref="T:System.Windows.Forms.ToolStripDropDown" /> control should automatically close when it has lost activation. </summary> <returns>true if the <see cref="T:System.Windows.Forms.ToolStripDropDown" /> control automatically closes; otherwise, false. The default is true.</returns> </member> <member name="P:System.Windows.Forms.ToolStripDropDown.AutoSize"> <summary>Gets or sets a value indicating whether the <see cref="T:System.Windows.Forms.ToolStripDropDown" /> automatically adjusts its size when the form is resized. </summary> <returns>true if the <see cref="T:System.Windows.Forms.ToolStripDropDown" /> control automatically resizes; otherwise, false. The default is true.</returns> </member> <member name="E:System.Windows.Forms.ToolStripDropDown.BackgroundImageChanged"> <summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.BackgroundImage" /> property changes.</summary> </member> <member name="E:System.Windows.Forms.ToolStripDropDown.BackgroundImageLayoutChanged"> <summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.BackgroundImage" /> property changes.</summary> </member> <member name="E:System.Windows.Forms.ToolStripDropDown.BindingContextChanged"> <summary>Occurs when the value of the <see cref="P:System.Windows.Forms.ToolStrip.BindingContext" /> property changes.</summary> </member> <member name="P:System.Windows.Forms.ToolStripDropDown.CanOverflow"> <summary>Gets or sets a value indicating whether the items in a <see cref="T:System.Windows.Forms.ToolStripDropDown" /> can be sent to an overflow menu.</summary> <returns>true to send <see cref="T:System.Windows.Forms.ToolStripDropDown" /> items to an overflow menu; otherwise, false. The default is false.</returns> </member> <member name="E:System.Windows.Forms.ToolStripDropDown.ChangeUICues"> <summary>Occurs when the focus or keyboard user interface (UI) cues change.</summary> </member> <member name="M:System.Windows.Forms.ToolStripDropDown.Close"> <summary>Closes the <see cref="T:System.Windows.Forms.ToolStripDropDown" /> control.</summary> </member> <member name="M:System.Windows.Forms.ToolStripDropDown.Close(System.Windows.Forms.ToolStrip DropDownCloseReason)"> <summary>Closes the <see cref="T:System.Windows.Forms.ToolStripDropDown" /> control for the specified reason.</summary> <param name="reason">One of the <see cref="T:System.Windows.Forms.ToolStripDropDownCloseReason" /> values.</param> </member> <member name="E:System.Windows.Forms.ToolStripDropDown.Closed"> <summary>Occurs when the <see cref="T:System.Windows.Forms.ToolStripDropDown" /> is closed.</summary> </member> <member name="E:System.Windows.Forms.ToolStripDropDown.Closing"> <summary>Occurs when the <see cref="T:System.Windows.Forms.ToolStripDropDown" /> control is about to close.</summary> </member> <member name="P:System.Windows.Forms.ToolStripDropDown.ContextMenu"> <summary>This property is not relevant to this class.</summary> <returns>The shortcut menu associated with the control.</returns> </member> <member name="E:System.Windows.Forms.ToolStripDropDown.ContextMenuChanged"> <summary>This event is not relevant to this class.</summary> </member> <member name="P:System.Windows.Forms.ToolStripDropDown.ContextMenuStrip"> <summary>This property is not relevant to this class.</summary> <returns>The shortcut menu associated with the control.</returns> </member> <member name="E:System.Windows.Forms.ToolStripDropDown.ContextMenuStripChanged"> <summary>This event is not relevant to this class.</summary> </member> <member name="M:System.Windows.Forms.ToolStripDropDown.CreateAccessibilityInstance"> <summary>Creates a new accessibility object for the <see cref="T:System.Windows.Forms.ToolStripDropDown" />. </summary> <returns>A new <see cref="T:System.Windows.Forms.AccessibleObject" /> for the control.</returns> </member> <member name="M:System.Windows.Forms.ToolStripDropDown.CreateHandle"></member> <member name="M:System.Windows.Forms.ToolStripDropDown.CreateLayoutSettings(System.Windows. Forms.ToolStripLayoutStyle)"> <summary>Applies various layout options to the <see cref="T:System.Windows.Forms.ToolStripDropDown" />.</summary> <returns>The <see cref="T:System.Windows.Forms.LayoutSettings" /> for this <see cref="T:System.Windows.Forms.ToolStripDropDown" />.</returns> <param name="style">One of the <see cref="T:System.Windows.Forms.ToolStripLayoutStyle" /> values. The possibilities are <see cref="F:System.Windows.Forms.ToolStripLayoutStyle.Flow" />, <see cref="F:System.Windows.Forms.ToolStripLayoutStyle.HorizontalStackWithOverflow" />, <see cref="F:System.Windows.Forms.ToolStripLayoutStyle.StackWithOverflow" />, <see cref="F:System.Windows.Forms.ToolStripLayoutStyle.Table" />, and <see cref="F:System.Windows.Forms.ToolStripLayoutStyle.VerticalStackWithOverflow" />.</param> </member> <member name="P:System.Windows.Forms.ToolStripDropDown.CreateParams"> <summary>Gets parameters of a new window.</summary> <returns>An object of type <see cref="T:System.Windows.Forms.CreateParams" /> used when creating a new window.</returns> </member> <member name="P:System.Windows.Forms.ToolStripDropDown.DefaultDock"></member> <member name="P:System.Windows.Forms.ToolStripDropDown.DefaultDropDownDirection"> <summary>Gets or sets the direction in which the <see cref="T:System.Windows.Forms.ToolStripDropDown" /> is displayed relative to the <see cref="T:System.Windows.Forms.ToolStrip" />.</summary> <returns>One of the <see cref="T:System.Windows.Forms.ToolStripDropDownDirection" /> values.</returns> </member> <member name="P:System.Windows.Forms.ToolStripDropDown.DefaultPadding"></member> <member name="P:System.Windows.Forms.ToolStripDropDown.DefaultShowItemToolTips"></member> <member name="M:System.Windows.Forms.ToolStripDropDown.Dispose(System.Boolean)"> <summary>Releases the unmanaged resources used by the <see cref="T:System.Windows.Forms.ToolStripDropDown" /> and optionally releases the managed resources. </summary> <param name="disposing">true to release both managed and unmanaged resources; false to release only unmanaged resources. </param> </member> <member name="P:System.Windows.Forms.ToolStripDropDown.Dock"> <summary>This property is not relevant to this class.</summary> <returns>One of the <see cref="T:System.Windows.Forms.DockStyle" /> values.</returns> </member> <member name="E:System.Windows.Forms.ToolStripDropDown.DockChanged"> <summary>This event is not relevant to this class.</summary> </member> <member name="P:System.Windows.Forms.ToolStripDropDown.DropShadowEnabled"> <summary>Gets or sets a value indicating whether a three-dimensional shadow effect appears when the <see cref="T:System.Windows.Forms.ToolStripDropDown" /> is displayed. </summary> <returns>true to enable the shadow effect; otherwise, false.</returns> </member> <member name="E:System.Windows.Forms.ToolStripDropDown.Enter"> <summary>Occurs when the focus enters the <see cref="T:System.Windows.Forms.ToolStripDropDown" />.</summary> </member> <member name="P:System.Windows.Forms.ToolStripDropDown.Font"> <summary>Gets or sets the font of the text displayed on the <see cref="T:System.Windows.Forms.ToolStripDropDown" />.</summary> <returns>The <see cref="T:System.Drawing.Font" /> to apply to the text displayed by the control.</returns> </member> <member name="E:System.Windows.Forms.ToolStripDropDown.FontChanged"> <summary>Occurs when the value of the <see cref="P:System.Windows.Forms.ToolStripDropDown.Font" /> property changes.</summary> </member> <member name="E:System.Windows.Forms.ToolStripDropDown.ForeColorChanged"> <summary>Occurs when the value of the <see cref="P:System.Windows.Forms.ToolStrip.ForeColor" /> property changes.</summary> </member> <member name="E:System.Windows.Forms.ToolStripDropDown.GiveFeedback"> <summary>This event is not relevant for this class.</summary> </member> <member name="P:System.Windows.Forms.ToolStripDropDown.GripDisplayStyle"> <summary>This property is not relevant to this class.</summary> <returns>One of <see cref="T:System.Windows.Forms.ToolStripGripDisplayStyle" /> the values.</returns> </member> <member name="P:System.Windows.Forms.ToolStripDropDown.GripMargin"> <summary>This property is not relevant to this class.</summary> <returns>A <see cref="T:System.Windows.Forms.Padding" /> value.</returns> </member> <member name="P:System.Windows.Forms.ToolStripDropDown.GripRectangle"> <summary>This property is not relevant to this class.</summary> <returns>The boundaries of the ToolStrip move handle.</returns> </member> <member name="P:System.Windows.Forms.ToolStripDropDown.GripStyle"> <summary>This property is not relevant to this class.</summary> <returns>One of the <see cref="T:System.Windows.Forms.ToolStripGripStyle" /> values.</returns> </member> <member name="E:System.Windows.Forms.ToolStripDropDown.HelpRequested"> <summary>Occurs when the user requests help for a control.</summary> </member> <member name="E:System.Windows.Forms.ToolStripDropDown.ImeModeChanged"> <summary>Occurs when the <see cref="E:System.Windows.Forms.ToolStripDropDown.ImeModeChanged" /> property has changed.</summary> </member> <member name="P:System.Windows.Forms.ToolStripDropDown.IsAutoGenerated"> <summary>Gets a value indicating whether this <see cref="T:System.Windows.Forms.ToolStripDropDown" /> was automatically generated. </summary> <returns>true if this <see cref="T:System.Windows.Forms.ToolStripDropDown" /> is generated automatically; otherwise, false.</returns> </member> <member name="E:System.Windows.Forms.ToolStripDropDown.KeyDown"> <summary>Occurs when a key is pressed and held down while the <see cref="T:System.Windows.Forms.ToolStripDropDown" /> has focus.</summary> </member> <member name="E:System.Windows.Forms.ToolStripDropDown.KeyPress"> <summary>Occurs when a key is pressed while the <see cref="T:System.Windows.Forms.ToolStripDropDown" /> has focus.</summary> </member> <member name="E:System.Windows.Forms.ToolStripDropDown.KeyUp"> <summary>Occurs when a key is released while the control has focus.</summary> </member> <member name="E:System.Windows.Forms.ToolStripDropDown.Leave"> <summary>Occurs when the input focus leaves the control.</summary> </member> <member name="P:System.Windows.Forms.ToolStripDropDown.Location"> <summary>This property is not relevant to this class.</summary> <returns>The coordinates of the upper-left corner of the control relative to the upper-left corner of its container.</returns> </member> <member name="P:System.Windows.Forms.ToolStripDropDown.MaxItemSize"> <summary>Gets the maximum height and width, in pixels, of the <see cref="T:System.Windows.Forms.ToolStripDropDown" />.</summary> <returns>A <see cref="T:System.Drawing.Size" /> representing the height and width of the <see cref="T:System.Windows.Forms.ToolStripDropDown" />, in pixels.</returns> </member> <member name="M:System.Windows.Forms.ToolStripDropDown.OnClosed(System.Windows.Forms.ToolSt ripDropDownClosedEventArgs)"> <summary>Raises the <see cref="E:System.Windows.Forms.ToolStripDropDown.Closed" /> event.</summary> <param name="e">A <see cref="T:System.Windows.Forms.ToolStripDropDownClosedEventArgs" /> that contains the event data.</param> </member> <member name="M:System.Windows.Forms.ToolStripDropDown.OnClosing(System.Windows.Forms.ToolS tripDropDownClosingEventArgs)"> <summary>Raises the <see cref="E:System.Windows.Forms.ToolStripDropDown.Closing" /> event.</summary> <param name="e">A <see cref="T:System.Windows.Forms.ToolStripDropDownClosingEventArgs" /> that contains the event data.</param> </member> <member name="M:System.Windows.Forms.ToolStripDropDown.OnHandleCreated(System.EventArgs)"> <summary>Raises the <see cref="E:System.Windows.Forms.Control.HandleCreated" /> event.</summary> <param name="e">An <see cref="T:System.EventArgs" /> that contains the event data.</param> </member> <member name="M:System.Windows.Forms.ToolStripDropDown.OnItemClicked(System.Windows.Forms.T oolStripItemClickedEventArgs)"> <summary>Raises the <see cref="E:System.Windows.Forms.ToolStrip.ItemClicked" /> event.</summary> <param name="e">A <see cref="T:System.Windows.Forms.ToolStripItemClickedEventArgs" /> that contains the event data.</param> </member> <member name="M:System.Windows.Forms.ToolStripDropDown.OnLayout(System.Windows.Forms.Layout EventArgs)"> <summary>Raises the <see cref="E:System.Windows.Forms.Control.Layout" /> event.</summary> <param name="e">A <see cref="T:System.Windows.Forms.LayoutEventArgs" /> that contains the event data.</param> </member> <member name="M:System.Windows.Forms.ToolStripDropDown.OnMouseUp(System.Windows.Forms.Mouse EventArgs)"> <summary>Raises the <see cref="E:System.Windows.Forms.ToolStripItem.MouseUp" /> event.</summary> <param name="mea">A <see cref="T:System.Windows.Forms.MouseEventArgs" /> that contains the event data.</param> </member> <member name="M:System.Windows.Forms.ToolStripDropDown.OnOpened(System.EventArgs)"> <summary>Raises the <see cref="E:System.Windows.Forms.ToolStripDropDown.Opened" /> event.</summary> <param name="e">An <see cref="T:System.EventArgs" /> that contains the event data.</param> </member> <member name="M:System.Windows.Forms.ToolStripDropDown.OnOpening(System.ComponentModel.Canc elEventArgs)"> <summary>Raises the <see cref="E:System.Windows.Forms.ToolStripDropDown.Opening" /> event.</summary> <param name="e">A <see cref="T:System.ComponentModel.CancelEventArgs" /> that contains the event data.</param> </member> <member name="M:System.Windows.Forms.ToolStripDropDown.OnParentChanged(System.EventArgs)"> <summary>Raises the <see cref="E:System.Windows.Forms.Control.ParentChanged" /> event.</summary> <param name="e">An <see cref="T:System.EventArgs" /> that contains the event data.</param> </member> <member name="M:System.Windows.Forms.ToolStripDropDown.OnVisibleChanged(System.EventArgs)"> <summary>Raises the <see cref="E:System.Windows.Forms.ToolStripItem.VisibleChanged" /> event.</summary> <param name="e">An <see cref="T:System.EventArgs" /> that contains the event data.</param> </member> <member name="P:System.Windows.Forms.ToolStripDropDown.Opacity"> <summary>Determines the opacity of the form.</summary> <returns>The level of opacity for the form. The default is 1.00.</returns> </member> <member name="E:System.Windows.Forms.ToolStripDropDown.Opened"> <summary>Occurs when the <see cref="T:System.Windows.Forms.ToolStripDropDown" /> is opened.</summary> </member> <member name="E:System.Windows.Forms.ToolStripDropDown.Opening"> <summary>Occurs when the <see cref="T:System.Windows.Forms.ToolStripDropDown" /> control is opening.</summary> </member> <member name="P:System.Windows.Forms.ToolStripDropDown.OverflowButton"> <summary>This property is not relevant to this class.</summary> <returns>The ToolStripItem that is the overflow button for a ToolStrip with overflow enabled.</returns> </member> <member name="P:System.Windows.Forms.ToolStripDropDown.OwnerItem"> <summary>Gets or sets the <see cref="T:System.Windows.Forms.ToolStripItem" /> that is the owner of this <see cref="T:System.Windows.Forms.ToolStripDropDown" />.</summary> <returns>The <see cref="T:System.Windows.Forms.ToolStripItem" /> that is the owner of this <see cref="T:System.Windows.Forms.ToolStripDropDown" />. The default value is null.</returns> </member> <member name="M:System.Windows.Forms.ToolStripDropDown.ProcessDialogChar(System.Char)"> <summary>Processes a dialog box character.</summary> <returns>true if the character was processed by the control; otherwise, false.</returns> <param name="charCode">The character to process.</param> </member> <member name="M:System.Windows.Forms.ToolStripDropDown.ProcessDialogKey(System.Windows.Form s.Keys)"> <summary>Processes a dialog box key.</summary> <returns>true if the key was processed by the control; otherwise, false.</returns> <param name="keyData">One of the <see cref="T:System.Windows.Forms.Keys" /> values that represents the key to process.</param> </member> <member name="M:System.Windows.Forms.ToolStripDropDown.ProcessMnemonic(System.Char)"> <summary>Processes a mnemonic character.</summary> <returns>true if the character was processed as a mnemonic by the control; otherwise, false.</returns> <param name="charCode">The character to process.</param> </member> <member name="P:System.Windows.Forms.ToolStripDropDown.Region"> <summary>Gets or sets the window region associated with the <see cref="T:System.Windows.Forms.ToolStripDropDown" />.</summary> <returns>The window <see cref="T:System.Drawing.Region" /> associated with the control.</returns> </member> <member name="E:System.Windows.Forms.ToolStripDropDown.RegionChanged"> <summary>Occurs when the value of the <see cref="P:System.Windows.Forms.ToolStripDropDown.Region" /> property changes.</summary> </member> <member name="P:System.Windows.Forms.ToolStripDropDown.RightToLeft"></member> <member name="M:System.Windows.Forms.ToolStripDropDown.ScaleControl(System.Drawing.SizeF,Sy stem.Windows.Forms.BoundsSpecified)"> <summary>Scales a control's location, size, padding and margin.</summary> <param name="factor">The factor by which the height and width of the control will be scaled.</param> <param name="specified">A value that specifies the bounds of the control to use when defining its size and position.</param> </member> <member name="M:System.Windows.Forms.ToolStripDropDown.ScaleCore(System.Single,System.Singl e)"> <summary>This method is not relevant to this class.</summary> <param name="dx">The horizontal scaling factor.</param> <param name="dy">The vertical scaling factor.</param> </member> <member name="E:System.Windows.Forms.ToolStripDropDown.Scroll"> <summary>This event is not relevant for this class.</summary> </member> <member name="M:System.Windows.Forms.ToolStripDropDown.SetBoundsCore(System.Int32,System.In t32,System.Int32,System.Int32,System.Windows.Forms.BoundsSpecified)"> <summary>Performs the work of setting the specified bounds of this control.</summary> <param name="x">The new <see cref="P:System.Windows.Forms.Control.Left" /> property value of the control. </param> <param name="y">The new <see cref="P:System.Windows.Forms.Control.Top" /> property value of the control. </param> <param name="width">The new <see cref="P:System.Windows.Forms.Control.Width" /> property value of the control. </param> <param name="height">The new <see cref="P:System.Windows.Forms.Control.Height" /> property value of the control. </param> <param name="specified">A bitwise combination of the <see cref="T:System.Windows.Forms.BoundsSpecified" /> values. </param> </member> <member name="M:System.Windows.Forms.ToolStripDropDown.SetVisibleCore(System.Boolean)"> <summary>Adjusts the size of the owner <see cref="T:System.Windows.Forms.ToolStrip" /> to accommodate the <see cref="T:System.Windows.Forms.ToolStripDropDown" /> if the owner <see cref="T:System.Windows.Forms.ToolStrip" /> is currently displayed, or clears and resets active <see cref="T:System.Windows.Forms.ToolStripDropDown" /> child controls of the <see cref="T:System.Windows.Forms.ToolStrip" /> if the <see cref="T:System.Windows.Forms.ToolStrip" /> is not currently displayed.</summary> <param name="visible">true if the owner <see cref="T:System.Windows.Forms.ToolStrip" /> is currently displayed; otherwise, false. </param> </member> <member name="M:System.Windows.Forms.ToolStripDropDown.Show"> <summary>Displays the <see cref="T:System.Windows.Forms.ToolStripDropDown" /> control in its default position.</summary> </member> <member name="M:System.Windows.Forms.ToolStripDropDown.Show(System.Drawing.Point)"> <summary>Positions the <see cref="T:System.Windows.Forms.ToolStripDropDown" /> relative to the specified screen location.</summary> <param name="screenLocation">The horizontal and vertical location of the screen's upper-left corner, in pixels.</param> </member> <member name="M:System.Windows.Forms.ToolStripDropDown.Show(System.Drawing.Point,System.Win dows.Forms.ToolStripDropDownDirection)"> <summary>Positions the <see cref="T:System.Windows.Forms.ToolStripDropDown" /> relative to the specified control location and with the specified direction relative to the parent control.</summary> <param name="position">The horizontal and vertical location of the reference control's upper-left corner, in pixels.</param> <param name="direction">One of the <see cref="T:System.Windows.Forms.ToolStripDropDownDirection" /> values.</param> </member> <member name="M:System.Windows.Forms.ToolStripDropDown.Show(System.Int32,System.Int32)"> <summary>Positions the <see cref="T:System.Windows.Forms.ToolStripDropDown" /> relative to the specified screen coordinates.</summary> <param name="x">The horizontal screen coordinate, in pixels.</param> <param name="y">The vertical screen coordinate, in pixels.</param> </member> <member name="M:System.Windows.Forms.ToolStripDropDown.Show(System.Windows.Forms.Control,Sy stem.Drawing.Point)"> <summary>Positions the <see cref="T:System.Windows.Forms.ToolStripDropDown" /> relative to the specified control location.</summary> <param name="control">The control (typically, a <see cref="T:System.Windows.Forms.ToolStripDropDownButton" />) that is the reference point for the <see cref="T:System.Windows.Forms.ToolStripDropDown" /> position.</param> <param name="position">The horizontal and vertical location of the reference control's upper-left corner, in pixels.</param> <exception cref="T:System.ArgumentNullException">The control specified by the <paramref name="control" /> parameter is null.</exception> </member> <member name="M:System.Windows.Forms.ToolStripDropDown.Show(System.Windows.Forms.Control,Sy stem.Drawing.Point,System.Windows.Forms.ToolStripDropDownDirection)"> <summary>Positions the <see cref="T:System.Windows.Forms.ToolStripDropDown" /> relative to the specified control at the specified location and with the specified direction relative to the parent control.</summary> <param name="control">The control (typically, a <see cref="T:System.Windows.Forms.ToolStripDropDownButton" />) that is the reference point for the <see cref="T:System.Windows.Forms.ToolStripDropDown" /> position.</param> <param name="position">The horizontal and vertical location of the reference control's upper-left corner, in pixels.</param> <param name="direction">One of the <see cref="T:System.Windows.Forms.ToolStripDropDownDirection" /> values.</param> <exception cref="T:System.ArgumentNullException">The control specified by the <paramref name="control" /> parameter is null.</exception> </member> <member name="M:System.Windows.Forms.ToolStripDropDown.Show(System.Windows.Forms.Control,Sy stem.Int32,System.Int32)"> <summary>Positions the <see cref="T:System.Windows.Forms.ToolStripDropDown" /> relative to the specified control's horizontal and vertical screen coordinates.</summary> <param name="control">The control (typically, a <see cref="T:System.Windows.Forms.ToolStripDropDownButton" />) that is the reference point for the <see cref="T:System.Windows.Forms.ToolStripDropDown" /> position.</param> <param name="x">The horizontal screen coordinate of the control, in pixels.</param> <param name="y">The vertical screen coordinate of the control, in pixels.</param> <exception cref="T:System.ArgumentNullException">The control specified by the <paramref name="control" /> parameter is null.</exception> </member> <member name="P:System.Windows.Forms.ToolStripDropDown.Stretch"> <summary>This property is not relevant to this class.</summary> <returns>true to enable stretching; otherwise, false.</returns> </member> <member name="E:System.Windows.Forms.ToolStripDropDown.StyleChanged"> <summary>Occurs when the <see cref="T:System.Windows.Forms.ToolStripLayoutStyle" /> style changes.</summary> </member> <member name="P:System.Windows.Forms.ToolStripDropDown.TabIndex"> <summary>This property is not relevant to this class.</summary> <returns>The tab order of the control within its container.</returns> </member> <member name="E:System.Windows.Forms.ToolStripDropDown.TabIndexChanged"> <summary>This event is not relevant to this class.</summary> </member> <member name="E:System.Windows.Forms.ToolStripDropDown.TabStopChanged"> <summary>This event is not relevant for this class.</summary> </member> <member name="E:System.Windows.Forms.ToolStripDropDown.TextChanged"> <summary>This event is not relevant for this class.</summary> </member> <member name="P:System.Windows.Forms.ToolStripDropDown.TextDirection"> <summary>Specifies the direction in which to draw the text on the item.</summary> <returns>One of the <see cref="T:System.Windows.Forms.ToolStripTextDirection" /> values. The default is <see cref="F:System.Windows.Forms.ToolStripTextDirection.Horizontal" />.</returns> </member> <member name="P:System.Windows.Forms.ToolStripDropDown.TopLevel"> <summary>Gets or sets a value indicating whether the <see cref="T:System.Windows.Forms.ToolStripDropDown" /> is a top-level control.</summary> <returns>true if the <see cref="T:System.Windows.Forms.ToolStripDropDown" /> is a top-level control; otherwise, false.</returns> </member> <member name="P:System.Windows.Forms.ToolStripDropDown.TopMost"> <summary>Gets or sets a value indicating whether the form should be displayed as a topmost form.</summary> <returns>true in all cases.</returns> </member> <member name="E:System.Windows.Forms.ToolStripDropDown.Validated"> <summary>This event is not relevant for this class.</summary> </member> <member name="E:System.Windows.Forms.ToolStripDropDown.Validating"> <summary>This event is not relevant for this class.</summary> </member> <member name="P:System.Windows.Forms.ToolStripDropDown.Visible"> <summary>Gets or sets a value indicating whether the <see cref="T:System.Windows.Forms.ToolStripDropDown" /> is visible or hidden. </summary> <returns>true if the <see cref="T:System.Windows.Forms.ToolStripDropDown" /> is visible; otherwise, false. The default is false.</returns> </member> <member name="M:System.Windows.Forms.ToolStripDropDown.WndProc(System.Windows.Forms.Message @)"> <param name="m">The Windows <see cref="T:System.Windows.Forms.Message" /> to process.</param> </member> <member name="T:System.Windows.Forms.ToolStripDropDown.ToolStripDropDownAccessibleObject"> <summary>Provides information about the <see cref="T:System.Windows.Forms.ToolStripDropDown" /> control to accessibility client applications.</summary> </member> <member name="M:System.Windows.Forms.ToolStripDropDown.ToolStripDropDownAccessibleObject.#c tor(System.Windows.Forms.ToolStripDropDown)"> <summary>Initializes a new instance of the <see cref="T:System.Windows.Forms.ToolStripDropDown.ToolStripDropDownAccessibleObject" / > class. </summary> <param name="owner">The <see cref="T:System.Windows.Forms.ToolStripDropDown" /> that owns the <see cref="T:System.Windows.Forms.ToolStripDropDown.ToolStripDropDownAccessibleObject" / >.</param> </member> <member name="P:System.Windows.Forms.ToolStripDropDown.ToolStripDropDownAccessibleObject.Na me"> <summary>Gets or sets the name of the <see cref="T:System.Windows.Forms.ToolStripDropDown.ToolStripDropDownAccessibleObject" / >.</summary> <returns>The string representing the name.</returns> </member> <member name="P:System.Windows.Forms.ToolStripDropDown.ToolStripDropDownAccessibleObject.Ro le"> <summary>Gets the role of the <see cref="T:System.Windows.Forms.ToolStripDropDown.ToolStripDropDownAccessibleObject" / >.</summary> <returns>The <see cref="F:System.Windows.Forms.AccessibleRole.Table" /> value.</returns> </member> <member name="T:System.Windows.Forms.ToolStripDropDownButton"> <summary>Represents a control that when clicked displays an associated <see cref="T:System.Windows.Forms.ToolStripDropDown" /> from which the user can select a single item.</summary> </member> <member name="M:System.Windows.Forms.ToolStripDropDownButton.#ctor"> <summary>Initializes a new instance of the <see cref="T:System.Windows.Forms.ToolStripDropDownButton" /> class. </summary> </member> <member name="M:System.Windows.Forms.ToolStripDropDownButton.#ctor(System.Drawing.Image)"> <summary>Initializes a new instance of the <see cref="T:System.Windows.Forms.ToolStripDropDownButton" /> class that displays the specified image.</summary> <param name="image">An <see cref="T:System.Drawing.Image" /> to be displayed on the <see cref="T:System.Windows.Forms.ToolStripDropDownButton" />.</param> </member> <member name="M:System.Windows.Forms.ToolStripDropDownButton.#ctor(System.String)"> <summary>Initializes a new instance of the <see cref="T:System.Windows.Forms.ToolStripDropDownButton" /> class that displays the specified text.</summary> <param name="text">The text to be displayed on the <see cref="T:System.Windows.Forms.ToolStripDropDownButton" />.</param> </member> <member name="M:System.Windows.Forms.ToolStripDropDownButton.#ctor(System.String,System.Dra wing.Image)"> <summary>Initializes a new instance of the <see cref="T:System.Windows.Forms.ToolStripDropDownButton" /> class that displays the specified text and image.</summary> <param name="text">The text to be displayed on the <see cref="T:System.Windows.Forms.ToolStripDropDownButton" />.</param> <param name="image">An <see cref="T:System.Drawing.Image" /> to be displayed on the <see cref="T:System.Windows.Forms.ToolStripDropDownButton" />.</param> </member> <member name="M:System.Windows.Forms.ToolStripDropDownButton.#ctor(System.String,System.Dra wing.Image,System.EventHandler)"> <summary>Initializes a new instance of the <see cref="T:System.Windows.Forms.ToolStripDropDownButton" /> class that displays the specified text and image and raises the Click event.</summary> <param name="text">The text to be displayed on the <see cref="T:System.Windows.Forms.ToolStripDropDownButton" />.</param> <param name="image">An <see cref="T:System.Drawing.Image" /> to be displayed on the <see cref="T:System.Windows.Forms.ToolStripDropDownButton" />.</param> <param name="onClick">The event handler for the <see cref="E:System.Windows.Forms.Control.Click" /> event.</param> </member> <member name="M:System.Windows.Forms.ToolStripDropDownButton.#ctor(System.String,System.Dra wing.Image,System.EventHandler,System.String)"> <summary>Initializes a new instance of the <see cref="T:System.Windows.Forms.ToolStripDropDownButton" /> class that has the specified name, displays the specified text and image, and raises the Click event.</summary> <param name="text">The text to be displayed on the <see cref="T:System.Windows.Forms.ToolStripDropDownButton" />.</param> <param name="image">An <see cref="T:System.Drawing.Image" /> to be displayed on the <see cref="T:System.Windows.Forms.ToolStripDropDownButton" />.</param> <param name="onClick">The event handler for the <see cref="E:System.Windows.Forms.Control.Click" /> event.</param> <param name="name">The name of the <see cref="T:System.Windows.Forms.ToolStripDropDownButton" />.</param> </member> <member name="M:System.Windows.Forms.ToolStripDropDownButton.#ctor(System.String,System.Dra wing.Image,System.Windows.Forms.ToolStripItem[])"> <summary>Initializes a new instance of the <see cref="T:System.Windows.Forms.ToolStripDropDownButton" /> class.</summary> <param name="text">The text to be displayed on the <see cref="T:System.Windows.Forms.ToolStripDropDownButton" />.</param> <param name="image">An <see cref="T:System.Drawing.Image" /> to be displayed on the <see cref="T:System.Windows.Forms.ToolStripDropDownButton" />.</param> <param name="dropDownItems">An array of type <see cref="T:System.Windows.Forms.ToolStripItem" /> containing the items of the <see cref="T:System.Windows.Forms.ToolStripDropDownButton" />.</param> </member> <member name="P:System.Windows.Forms.ToolStripDropDownButton.AutoToolTip"> <summary>Gets or sets a value indicating whether to use the Text property or the <see cref="P:System.Windows.Forms.ToolStripItem.ToolTipText" /> property for the <see cref="T:System.Windows.Forms.ToolStripDropDownButton" /> ToolTip.</summary> <returns>true to use the <see cref="P:System.Windows.Forms.Control.Text" /> property for the ToolTip; otherwise, false. The default is true.</returns> </member> <member name="M:System.Windows.Forms.ToolStripDropDownButton.CreateDefaultDropDown"> <summary>Creates a generic <see cref="T:System.Windows.Forms.ToolStripDropDown" /> for which events can be defined.</summary> <returns>A <see cref="T:System.Windows.Forms.ToolStripDropDown" /> for which events can be defined.</returns> </member> <member name="P:System.Windows.Forms.ToolStripDropDownButton.DefaultAutoToolTip"> <summary>Gets a value indicating whether to display the <see cref="T:System.Windows.Forms.ToolTip" /> that is defined as the default.</summary> <returns>true in all cases.</returns> </member> <member name="M:System.Windows.Forms.ToolStripDropDownButton.OnMouseDown(System.Windows.For ms.MouseEventArgs)"> <summary>Raises the <see cref="E:System.Windows.Forms.ToolStripItem.MouseDown" /> event.</summary> <param name="e">A <see cref="T:System.Windows.Forms.MouseEventArgs" /> that contains the event data.</param> </member> <member name="M:System.Windows.Forms.ToolStripDropDownButton.OnMouseLeave(System.EventArgs) "> <summary>Raises the <see cref="E:System.Windows.Forms.ToolStripItem.MouseLeave" /> event.</summary> <param name="e">An <see cref="T:System.EventArgs" /> that contains the event data. </param> </member> <member name="M:System.Windows.Forms.ToolStripDropDownButton.OnMouseUp(System.Windows.Forms .MouseEventArgs)"> <summary>Raises the <see cref="E:System.Windows.Forms.ToolStripItem.MouseUp" /> event.</summary> <param name="e">A <see cref="T:System.Windows.Forms.MouseEventArgs" /> that contains the event data. </param> </member> <member name="M:System.Windows.Forms.ToolStripDropDownButton.OnPaint(System.Windows.Forms.P aintEventArgs)"> <summary>Raises the <see cref="E:System.Windows.Forms.ToolStripItem.Paint" /> event.</summary> <param name="e">A <see cref="T:System.Windows.Forms.PaintEventArgs" /> that contains the event data.</param> </member> <member name="M:System.Windows.Forms.ToolStripDropDownButton.ProcessMnemonic(System.Char)"> <summary>Retrieves a value indicating whether the drop-down list of the <see cref="T:System.Windows.Forms.ToolStripDropDownButton" /> has items.</summary> <returns>true if the drop-down list has items; otherwise, false.</returns> <param name="charCode">The character to process.</param> </member> <member name="P:System.Windows.Forms.ToolStripDropDownButton.ShowDropDownArrow"> <summary>Gets or sets a value indicating whether an arrow is displayed on the <see cref="T:System.Windows.Forms.ToolStripDropDownButton" />, which indicates that further options are available in a drop-down list.</summary> <returns>true to show an arrow on the <see cref="T:System.Windows.Forms.ToolStripDropDownButton" />; otherwise, false. The default is true.</returns> </member> <member name="T:System.Windows.Forms.ToolStripDropDownClosedEventArgs"> <summary>Provides data for the <see cref="E:System.Windows.Forms.ToolStripDropDown.Closed" /> event. </summary> </member> <member name="M:System.Windows.Forms.ToolStripDropDownClosedEventArgs.#ctor(System.Windows. Forms.ToolStripDropDownCloseReason)"> <summary>Initializes a new instance of the <see cref="T:System.Windows.Forms.ToolStripDropDownClosedEventArgs" /> class. </summary> <param name="reason">One of the <see cref="T:System.Windows.Forms.ToolStripDropDownCloseReason" /> values.</param> </member> <member name="P:System.Windows.Forms.ToolStripDropDownClosedEventArgs.CloseReason"> <summary>Gets the reason that the <see cref="T:System.Windows.Forms.ToolStripDropDown" /> closed.</summary> <returns>One of the <see cref="T:System.Windows.Forms.ToolStripDropDownCloseReason" /> values.</returns> </member> <member name="T:System.Windows.Forms.ToolStripDropDownClosedEventHandler"> <summary>Represents the method that will handle the <see cref="E:System.Windows.Forms.ToolStripDropDown.Closed" /> event of a <see cref="T:System.Windows.Forms.ToolStripDropDown" />. </summary> <param name="sender">The source of the event.</param> <param name="e">A <see cref="T:System.Windows.Forms.ToolStripDropDownClosedEventArgs" /> that contains the event data.</param> </member> <member name="T:System.Windows.Forms.ToolStripDropDownCloseReason"> <summary>Specifies the reason that a <see cref="T:System.Windows.Forms.ToolStripDropDown" /> control was closed.</summary> </member> <member name="F:System.Windows.Forms.ToolStripDropDownCloseReason.AppClicked"> <summary>Specifies that the <see cref="T:System.Windows.Forms.ToolStripDropDown" /> control was closed because an application was launched.</summary> </member> <member name="F:System.Windows.Forms.ToolStripDropDownCloseReason.AppFocusChange"> <summary>Specifies that the <see cref="T:System.Windows.Forms.ToolStripDropDown" /> control was closed because another application has received the focus.</summary> </member> <member name="F:System.Windows.Forms.ToolStripDropDownCloseReason.CloseCalled"> <summary>Specifies that the <see cref="T:System.Windows.Forms.ToolStripDropDown" /> control was closed because the <see cref="M:System.Windows.Forms.ToolStripDropDown.Close" /> method was called.</summary> </member> <member name="F:System.Windows.Forms.ToolStripDropDownCloseReason.ItemClicked"> <summary>Specifies that the <see cref="T:System.Windows.Forms.ToolStripDropDown" /> control was closed because one of its items was clicked.</summary> </member> <member name="F:System.Windows.Forms.ToolStripDropDownCloseReason.Keyboard"> <summary>Specifies that the <see cref="T:System.Windows.Forms.ToolStripDropDown" /> control was closed because of keyboard activity, such as the ESC key being pressed.</summary> </member> <member name="T:System.Windows.Forms.ToolStripDropDownClosingEventArgs"> <summary>Provides data for the <see cref="E:System.Windows.Forms.ToolStripDropDown.Closing" /> event.</summary> </member> <member name="M:System.Windows.Forms.ToolStripDropDownClosingEventArgs.#ctor(System.Windows .Forms.ToolStripDropDownCloseReason)"> <summary>Initializes a new instance of the <see cref="T:System.Windows.Forms.ToolStripDropDownClosingEventArgs" /> class with the specified reason for closing. </summary> <param name="reason">One of the <see cref="T:System.Windows.Forms.ToolStripDropDownCloseReason" /> values.</param> </member> <member name="P:System.Windows.Forms.ToolStripDropDownClosingEventArgs.CloseReason"> <summary>Gets the reason that the <see cref="T:System.Windows.Forms.ToolStripDropDown" /> is closing.</summary> <returns>One of the <see cref="T:System.Windows.Forms.ToolStripDropDownCloseReason" /> values.</returns> </member> <member name="T:System.Windows.Forms.ToolStripDropDownClosingEventHandler"> <summary>Represents the method that handles the <see cref="E:System.Windows.Forms.ToolStripDropDown.Closing" /> event of a <see cref="T:System.Windows.Forms.ToolStripDropDown" />.</summary> <param name="sender">The source of the event.</param> <param name="e">A <see cref="T:System.Windows.Forms.ToolStripDropDownClosingEventArgs" /> that contains the event data.</param> </member> <member name="T:System.Windows.Forms.ToolStripDropDownDirection"> <summary>Specifies the direction in which a <see cref="T:System.Windows.Forms.ToolStripDropDown" /> control is displayed relative to its parent control.</summary> </member> <member name="F:System.Windows.Forms.ToolStripDropDownDirection.AboveLeft"> <summary>Uses the mouse position to specify that the <see cref="T:System.Windows.Forms.ToolStripDropDown" /> is displayed above and to the left of its parent control.</summary> </member> <member name="F:System.Windows.Forms.ToolStripDropDownDirection.AboveRight"> <summary>Uses the mouse position to specify that the <see cref="T:System.Windows.Forms.ToolStripDropDown" /> is displayed above and to the right of its parent control.</summary> </member> <member name="F:System.Windows.Forms.ToolStripDropDownDirection.BelowLeft"> <summary>Uses the mouse position to specify that the <see cref="T:System.Windows.Forms.ToolStripDropDown" /> is displayed below and to the left of its parent control.</summary> </member> <member name="F:System.Windows.Forms.ToolStripDropDownDirection.BelowRight"> <summary>Uses the mouse position to specify that the <see cref="T:System.Windows.Forms.ToolStripDropDown" /> is displayed below and to the right of its parent control.</summary> </member> <member name="F:System.Windows.Forms.ToolStripDropDownDirection.Default"> <summary>Compensates for nested drop-down controls and responds to the <see cref="T:System.Windows.Forms.RightToLeft" /> setting, specifying either <see cref="F:System.Windows.Forms.ToolStripDropDownDirection.Left" /> or <see cref="F:System.Windows.Forms.ToolStripDropDownDirection.Right" /> accordingly.</summary> </member> <member name="F:System.Windows.Forms.ToolStripDropDownDirection.Left"> <summary>Compensates for nested drop-down controls and specifies that the <see cref="T:System.Windows.Forms.ToolStripDropDown" /> is displayed to the left of its parent control.</summary> </member> <member name="F:System.Windows.Forms.ToolStripDropDownDirection.Right"> <summary>Compensates for nested drop-down controls and specifies that the <see cref="T:System.Windows.Forms.ToolStripDropDown" /> is displayed to the right of its parent control.</summary> </member> <member name="T:System.Windows.Forms.ToolStripDropDownItem"> <summary>Provides basic functionality for controls that display a <see cref="T:System.Windows.Forms.ToolStripDropDown" /> when a <see cref="T:System.Windows.Forms.ToolStripDropDownButton" />, <see cref="T:System.Windows.Forms.ToolStripMenuItem" />, or <see cref="T:System.Windows.Forms.ToolStripSplitButton" /> control is clicked.</summary> </member> <member name="M:System.Windows.Forms.ToolStripDropDownItem.#ctor"> <summary>Initializes a new instance of the <see cref="T:System.Windows.Forms.ToolStripDropDownItem" /> class. </summary> </member> <member name="M:System.Windows.Forms.ToolStripDropDownItem.#ctor(System.String,System.Drawi ng.Image,System.EventHandler)"> <summary>Initializes a new instance of the <see cref="T:System.Windows.Forms.ToolStripDropDownItem" /> class with the specified display text, image, and action to take when the drop-down control is clicked.</summary> <param name="text">The display text of the drop-down control.</param> <param name="image">The <see cref="T:System.Drawing.Image" /> to be displayed on the control.</param> <param name="onClick">The action to take when the drop-down control is clicked.</param> </member> <member name="M:System.Windows.Forms.ToolStripDropDownItem.#ctor(System.String,System.Drawi ng.Image,System.EventHandler,System.String)"> <summary>Initializes a new instance of the <see cref="T:System.Windows.Forms.ToolStripDropDownItem" /> class with the specified display text, image, action to take when the drop-down control is clicked, and control name.</summary> <param name="text">The display text of the drop-down control.</param> <param name="image">The <see cref="T:System.Drawing.Image" /> to be displayed on the control.</param> <param name="onClick">The action to take when the drop-down control is clicked.</param> <param name="name">The name of the control.</param> </member> <member name="M:System.Windows.Forms.ToolStripDropDownItem.#ctor(System.String,System.Drawi ng.Image,System.Windows.Forms.ToolStripItem[])"> <summary>Initializes a new instance of the <see cref="T:System.Windows.Forms.ToolStripDropDownItem" /> class with the specified display text, image, and <see cref="T:System.Windows.Forms.ToolStripItem" /> collection that the drop-down control contains.</summary> <param name="text">The display text of the drop-down control.</param> <param name="image">The <see cref="T:System.Drawing.Image" /> to be displayed on the control.</param> <param name="dropDownItems">A <see cref="T:System.Windows.Forms.ToolStripItem" /> collection that the drop-down control contains.</param> </member> <member name="M:System.Windows.Forms.ToolStripDropDownItem.CreateAccessibilityInstance"></ member> <member name="M:System.Windows.Forms.ToolStripDropDownItem.CreateDefaultDropDown"> <summary>Creates a generic <see cref="T:System.Windows.Forms.ToolStripDropDown" /> for which events can be defined.</summary> <returns>The created <see cref="T:System.Windows.Forms.ToolStripDropDown" /> object.</returns> </member> <member name="M:System.Windows.Forms.ToolStripDropDownItem.Dispose(System.Boolean)"> <summary>Releases the unmanaged resources used by the <see cref="T:System.Windows.Forms.ToolStripDropDownItem" /> and optionally releases the managed resources. </summary> <param name="disposing">true to release both managed and unmanaged resources; false to release only unmanaged resources. </param> </member> <member name="P:System.Windows.Forms.ToolStripDropDownItem.DropDown"> <summary>Gets or sets the <see cref="T:System.Windows.Forms.ToolStripDropDown" /> that will be displayed when this <see cref="T:System.Windows.Forms.ToolStripDropDownItem" /> is clicked.</summary> <returns>A <see cref="T:System.Windows.Forms.ToolStripDropDown" /> that is associated with the <see cref="T:System.Windows.Forms.ToolStripDropDownItem" />.</returns> </member> <member name="E:System.Windows.Forms.ToolStripDropDownItem.DropDownClosed"> <summary>Occurs when the <see cref="T:System.Windows.Forms.ToolStripDropDown" /> closes. </summary> </member> <member name="P:System.Windows.Forms.ToolStripDropDownItem.DropDownDirection"> <summary>Gets or sets a value indicating the direction in which the <see cref="T:System.Windows.Forms.ToolStripDropDownItem" /> emerges from its parent container.</summary> <returns>One of the <see cref="T:System.Windows.Forms.ToolStripDropDownDirection" /> values.</returns> <exception cref="T:System.ComponentModel.InvalidEnumArgumentException">The property is set to a value that is not one of the <see cref="T:System.Windows.Forms.ToolStripDropDownDirection" /> values.</exception> </member> <member name="E:System.Windows.Forms.ToolStripDropDownItem.DropDownItemClicked"> <summary>Occurs when the <see cref="T:System.Windows.Forms.ToolStripDropDown" /> is clicked.</summary> </member> <member name="P:System.Windows.Forms.ToolStripDropDownItem.DropDownItems"> <summary>Gets the collection of items in the <see cref="T:System.Windows.Forms.ToolStripDropDown" /> that is associated with this <see cref="T:System.Windows.Forms.ToolStripDropDownItem" />.</summary> <returns>A <see cref="T:System.Windows.Forms.ToolStripItemCollection" /> of controls.</returns> </member> <member name="P:System.Windows.Forms.ToolStripDropDownItem.DropDownLocation"> <summary>Gets the screen coordinates, in pixels, of the upper-left corner of the <see cref="T:System.Windows.Forms.ToolStripDropDownItem" />.</summary> <returns>A Point representing the x and y screen coordinates, in pixels.</returns> </member> <member name="E:System.Windows.Forms.ToolStripDropDownItem.DropDownOpened"> <summary>Occurs when the <see cref="T:System.Windows.Forms.ToolStripDropDown" /> has opened.</summary> </member> <member name="E:System.Windows.Forms.ToolStripDropDownItem.DropDownOpening"> <summary>Occurs as the <see cref="T:System.Windows.Forms.ToolStripDropDown" /> is opening.</summary> </member> <member name="P:System.Windows.Forms.ToolStripDropDownItem.HasDropDown"> <summary>Gets or sets a value that indicates whether the <see cref="P:System.Windows.Forms.ToolStripDropDownItem.DropDown" /> for the <see cref="T:System.Windows.Forms.ToolStripDropDownItem" /> has been created.</summary> <returns>true if the <see cref="P:System.Windows.Forms.ToolStripDropDownItem.DropDown" /> for the <see cref="T:System.Windows.Forms.ToolStripDropDownItem" /> has been created otherwise, false.</returns> </member> <member name="P:System.Windows.Forms.ToolStripDropDownItem.HasDropDownItems"> <summary>Gets a value indicating whether the <see cref="T:System.Windows.Forms.ToolStripDropDownItem" /> has <see cref="T:System.Windows.Forms.ToolStripDropDown" /> controls associated with it. </summary> <returns>true if the <see cref="T:System.Windows.Forms.ToolStripDropDownItem" /> has <see cref="T:System.Windows.Forms.ToolStripDropDown" /> controls; otherwise, false.</returns> </member> <member name="M:System.Windows.Forms.ToolStripDropDownItem.HideDropDown"> <summary>Makes a visible <see cref="T:System.Windows.Forms.ToolStripDropDown" /> hidden.</summary> </member> <member name="M:System.Windows.Forms.ToolStripDropDownItem.OnBoundsChanged"></ member> <member name="M:System.Windows.Forms.ToolStripDropDownItem.OnDropDownClosed(System.EventArg s)"> <summary>Raises the <see cref="E:System.Windows.Forms.ToolStripDropDownItem.DropDownClosed" /> event.</summary> <param name="e">An <see cref="T:System.EventArgs" /> that contains the event data. </param> </member> <member name="M:System.Windows.Forms.ToolStripDropDownItem.OnDropDownHide(System.EventArgs) "> <summary>Raised in response to the <see cref="M:System.Windows.Forms.ToolStripDropDownItem.HideDropDown" /> method.</summary> <param name="e">An <see cref="T:System.EventArgs" /> that contains the event data.</param> </member> <member name="M:System.Windows.Forms.ToolStripDropDownItem.OnDropDownItemClicked(System.Win dows.Forms.ToolStripItemClickedEventArgs)"> <summary>Raises the <see cref="E:System.Windows.Forms.ToolStripDropDownItem.DropDownItemClicked" /> event.</summary> <param name="e">A <see cref="T:System.Windows.Forms.ToolStripItemClickedEventArgs" /> that contains the event data.</param> </member> <member name="M:System.Windows.Forms.ToolStripDropDownItem.OnDropDownOpened(System.EventArg s)"> <summary>Raises the <see cref="E:System.Windows.Forms.ToolStripDropDownItem.DropDownOpened" /> event.</summary> <param name="e">An <see cref="T:System.EventArgs" /> that contains the event data. </param> </member> <member name="M:System.Windows.Forms.ToolStripDropDownItem.OnDropDownShow(System.EventArgs) "> <summary>Raised in response to the <see cref="M:System.Windows.Forms.ToolStripDropDownItem.ShowDropDown" /> method.</summary> <param name="e">An <see cref="T:System.EventArgs" /> that contains the event data.</param> </member> <member name="M:System.Windows.Forms.ToolStripDropDownItem.OnFontChanged(System.EventArgs)" > <summary>Raises the <see cref="E:System.Windows.Forms.ToolStripDropDown.FontChanged" /> event.</summary> <param name="e">An <see cref="T:System.EventArgs" /> that contains the event data.</param> </member> <member name="M:System.Windows.Forms.ToolStripDropDownItem.OnRightToLeftChanged(System.Even tArgs)"> <param name="e">An <see cref="T:System.EventArgs" /> that contains the event data. </param> </member> <member name="P:System.Windows.Forms.ToolStripDropDownItem.Pressed"> <summary>Gets a value indicating whether the <see cref="T:System.Windows.Forms.ToolStripDropDownItem" /> is in the pressed state.</summary> <returns>true if the <see cref="T:System.Windows.Forms.ToolStripDropDownItem" /> is in the pressed state; otherwise, false. </returns> </member> <member name="M:System.Windows.Forms.ToolStripDropDownItem.ProcessCmdKey(System.Windows.For ms.Message@,System.Windows.Forms.Keys)"> <summary>Processes a command key.</summary> <returns>false in all cases.</returns> <param name="m">A <see cref="T:System.Windows.Forms.Message" />, passed by reference, that represents the window message to process. </param> <param name="keyData">One of the <see cref="T:System.Windows.Forms.Keys" /> values that represents the key to process. </param> </member> <member name="M:System.Windows.Forms.ToolStripDropDownItem.ProcessDialogKey(System.Windows. Forms.Keys)"> <summary>Processes a dialog key.</summary> <returns>true if the key was processed by the item; otherwise, false.</returns> <param name="keyData">One of the <see cref="T:System.Windows.Forms.Keys" /> values that represents the key to process. </param> </member> <member name="M:System.Windows.Forms.ToolStripDropDownItem.ShowDropDown"> <summary>Displays the <see cref="T:System.Windows.Forms.ToolStripDropDownItem" /> control associated with this <see cref="T:System.Windows.Forms.ToolStripDropDownItem" />.</summary> <exception cref="T:System.InvalidOperationException">The <see cref="T:System.Windows.Forms.ToolStripDropDownItem" /> is the same as the parent <see cref="T:System.Windows.Forms.ToolStrip" />.</exception> </member> <member name="T:System.Windows.Forms.ToolStripDropDownItemAccessibleObject"> <summary>Provides information that accessibility applications use to adjust the user interface of a <see cref="T:System.Windows.Forms.ToolStripDropDown" /> for users with impairments.</summary> </member> <member name="M:System.Windows.Forms.ToolStripDropDownItemAccessibleObject.#ctor(System.Win dows.Forms.ToolStripDropDownItem)"> <summary>Initializes a new instance of the <see cref="T:System.Windows.Forms.ToolStripDropDownItemAccessibleObject" /> class with the specified <see cref="T:System.Windows.Forms.ToolStripDropDownItem" />. </summary> <param name="item">The <see cref="T:System.Windows.Forms.ToolStripDropDownItem" /> that owns this <see cref="T:System.Windows.Forms.ToolStripDropDownItemAccessibleObject" />.</param> </member> <member name="M:System.Windows.Forms.ToolStripDropDownItemAccessibleObject.DoDefaultAction" > <summary>Performs the default action associated with this accessible object.</summary> </member> <member name="M:System.Windows.Forms.ToolStripDropDownItemAccessibleObject.GetChild(System. Int32)"> <summary>Retrieves the accessible child control corresponding to the specified index.</summary> <returns>An <see cref="T:System.Windows.Forms.AccessibleObject" /> that represents the accessible child control corresponding to the specified index.</returns> <param name="index">The zero-based index of the accessible child control.</param> </member> <member name="M:System.Windows.Forms.ToolStripDropDownItemAccessibleObject.GetChildCount"> <summary>Retrieves the number of children belonging to an accessible object.</summary> <returns>The number of children belonging to an accessible object.</returns> </member> <member name="P:System.Windows.Forms.ToolStripDropDownItemAccessibleObject.Role"> <summary>Gets the role of this accessible object.</summary> <returns>One of the <see cref="T:System.Windows.Forms.AccessibleRole" /> values.</returns> </member> <member name="T:System.Windows.Forms.ToolStripDropDownMenu"> <summary>Provides basic functionality for the <see cref="T:System.Windows.Forms.ContextMenuStrip" /> control. Although <see cref="T:System.Windows.Forms.ToolStripDropDownMenu" /> and <see cref="T:System.Windows.Forms.ToolStripDropDown" /> replace and add functionality to the <see cref="T:System.Windows.Forms.Menu" /> control of previous versions, <see cref="T:System.Windows.Forms.Menu" /> is retained for both backward compatibility and future use if you choose.</summary> </member> <member name="M:System.Windows.Forms.ToolStripDropDownMenu.#ctor"> <summary>Initializes a new instance of the <see cref="T:System.Windows.Forms.ToolStripDropDownMenu" /> class. </summary> </member> <member name="M:System.Windows.Forms.ToolStripDropDownMenu.CreateDefaultItem(System.String, System.Drawing.Image,System.EventHandler)"> <summary>Creates a default <see cref="T:System.Windows.Forms.ToolStripMenuItem" /> with the specified text, image, and event handler on a new <see cref="T:System.Windows.Forms.ToolStripDropDownMenu" />.</summary> <returns>A <see cref="T:System.Windows.Forms.ToolStripMenuItem" />, or a <see cref="T:System.Windows.Forms.ToolStripSeparator" /> if the <paramref name="text" /> parameter is a hyphen (-).</returns> <param name="text">The text to use for the <see cref="T:System.Windows.Forms.ToolStripMenuItem" />. If the <paramref name="text" /> parameter is a hyphen (-), this method creates a <see cref="T:System.Windows.Forms.ToolStripSeparator" />.</param> <param name="image">The <see cref="T:System.Drawing.Image" /> to display on the <see cref="T:System.Windows.Forms.ToolStripMenuItem" />.</param> <param name="onClick">An event handler that raises the <see cref="E:System.Windows.Forms.ToolStripItem.Click" /> event when the <see cref="T:System.Windows.Forms.ToolStripMenuItem" /> is clicked.</param> </member> <member name="P:System.Windows.Forms.ToolStripDropDownMenu.DefaultPadding"> <summary>Gets the internal spacing, in pixels, of the control.</summary> <returns>A Padding object representing the spacing.</returns> </member> <member name="P:System.Windows.Forms.ToolStripDropDownMenu.DisplayRectangle"> <summary>Gets the rectangle that represents the display area of the <see cref="T:System.Windows.Forms.ToolStripDropDownMenu" />.</summary> <returns>A <see cref="T:System.Drawing.Rectangle" /> that represents the display area.</returns> </member> <member name="P:System.Windows.Forms.ToolStripDropDownMenu.LayoutEngine"></ member> <member name="P:System.Windows.Forms.ToolStripDropDownMenu.LayoutStyle"> <summary>Gets or sets a value indicating how the items of <see cref="T:System.Windows.Forms.ContextMenuStrip" /> are displayed.</summary> <returns>One of the <see cref="T:System.Windows.Forms.ToolStripLayoutStyle" /> values. The default is <see cref="F:System.Windows.Forms.ToolStripLayoutStyle.Flow" />.</returns> </member> <member name="P:System.Windows.Forms.ToolStripDropDownMenu.MaxItemSize"> <summary>Gets the maximum height and width, in pixels, of the <see cref="T:System.Windows.Forms.ContextMenuStrip" />.</summary> <returns>A Size object representing the height and width of the control, in pixels.</returns> </member> <member name="M:System.Windows.Forms.ToolStripDropDownMenu.OnFontChanged(System.EventArgs)" > <summary>Raises the <see cref="E:System.Windows.Forms.ToolStripDropDown.FontChanged" /> event.</summary> <param name="e">An <see cref="T:System.EventArgs" /> that contains the event data. </param> </member> <member name="M:System.Windows.Forms.ToolStripDropDownMenu.OnLayout(System.Windows.Forms.La youtEventArgs)"> <summary>Raises the <see cref="E:System.Windows.Forms.Control.Layout" /> event.</summary> <param name="e">A <see cref="T:System.Windows.Forms.LayoutEventArgs" /> that contains the event data. </param> </member> <member name="M:System.Windows.Forms.ToolStripDropDownMenu.OnPaintBackground(System.Windows .Forms.PaintEventArgs)"> <summary>Paints the background of the control.</summary> <param name="e">A <see cref="T:System.Windows.Forms.PaintEventArgs" /> that contains the event data.</param> </member> <member name="M:System.Windows.Forms.ToolStripDropDownMenu.SetDisplayedItems"> <summary>Resets the collection of displayed and overflow items after a layout is done.</summary> </member> <member name="P:System.Windows.Forms.ToolStripDropDownMenu.ShowCheckMargin"> <summary>Gets or sets a value indicating whether space for a check mark is shown on the left edge of the <see cref="T:System.Windows.Forms.ToolStripMenuItem" />. </summary> <returns>true if the check margin is shown; otherwise, false. The default is false.</returns> </member> <member name="P:System.Windows.Forms.ToolStripDropDownMenu.ShowImageMargin"> <summary>Gets or sets a value indicating whether space for an image is shown on the left edge of the <see cref="T:System.Windows.Forms.ToolStripMenuItem" />.</summary> <returns>true if the image margin is shown; otherwise, false. The default is true.</returns> </member> <member name="T:System.Windows.Forms.ToolStripGripDisplayStyle"> <summary>Specifies the orientation of the <see cref="T:System.Windows.Forms.ToolStrip" /> move handle (grip).</summary> </member> <member name="F:System.Windows.Forms.ToolStripGripDisplayStyle.Horizontal"> <summary>Specifies a horizontal orientation for the <see cref="T:System.Windows.Forms.ToolStrip" /> move handle (grip).</summary> </member> <member name="F:System.Windows.Forms.ToolStripGripDisplayStyle.Vertical"> <summary>Specifies a vertical orientation for the <see cref="T:System.Windows.Forms.ToolStrip" /> move handle (grip).</summary> </member> <member name="T:System.Windows.Forms.ToolStripGripRenderEventArgs"> <summary>Provides data for the <see cref="E:System.Windows.Forms.ToolStripRenderer.RenderGrip" /> event. </summary> </member> <member name="M:System.Windows.Forms.ToolStripGripRenderEventArgs.#ctor(System.Drawing.Grap hics,System.Windows.Forms.ToolStrip)"> <summary>Initializes a new instance of the <see cref="T:System.Windows.Forms.ToolStripGripRenderEventArgs" /> class.</summary> <param name="g">The <see cref="T:System.Drawing.Graphics" /> object used to paint the move handle.</param> <param name="toolStrip">The <see cref="T:System.Windows.Forms.ToolStrip" /> the move handle is to be drawn on.</param> </member> <member name="P:System.Windows.Forms.ToolStripGripRenderEventArgs.GripBounds"> <summary>Gets the rectangle representing the area in which to paint the move handle.</summary> <returns>A <see cref="T:System.Drawing.Rectangle" /> that represents the area in which to paint the move handle.</returns> </member> <member name="P:System.Windows.Forms.ToolStripGripRenderEventArgs.GripDisplayStyle"> <summary>Gets the style that indicates whether the move handle is displayed vertically or horizontally.</summary> <returns>One of the <see cref="T:System.Windows.Forms.ToolStripGripDisplayStyle" /> values.</returns> </member> <member name="P:System.Windows.Forms.ToolStripGripRenderEventArgs.GripStyle"> <summary>Gets the style that indicates whether or not the move handle is visible.</summary> <returns>One of the <see cref="T:System.Windows.Forms.ToolStripGripDisplayStyle" /> values.</returns> </member> <member name="T:System.Windows.Forms.ToolStripGripRenderEventHandler"> <summary>Represents the method that will handle the <see cref="E:System.Windows.Forms.ToolStripRenderer.RenderGrip" /> event of a <see cref="T:System.Windows.Forms.ToolStripRenderer" />. </summary> <param name="sender">The source of the event. </param> <param name="e">A <see cref="T:System.Windows.Forms.ToolStripGripRenderEventArgs" /> that contains the event data. </param> </member> <member name="T:System.Windows.Forms.ToolStripGripStyle"> <summary>Specifies visibility of a <see cref="T:System.Windows.Forms.ToolStrip" /> move handle (grip).</summary> </member> <member name="F:System.Windows.Forms.ToolStripGripStyle.Hidden"> <summary>Specifies that a <see cref="T:System.Windows.Forms.ToolStrip" /> move handle (grip) is not visible.</summary> </member> <member name="F:System.Windows.Forms.ToolStripGripStyle.Visible"> <summary>Specifies that a <see cref="T:System.Windows.Forms.ToolStrip" /> move handle (grip) is visible.</summary> </member> <member name="T:System.Windows.Forms.ToolStripItem"> <summary>Represents the abstract base class that manages events and layout for all the elements that a <see cref="T:System.Windows.Forms.ToolStrip" /> or <see cref="T:System.Windows.Forms.ToolStripDropDown" /> can contain.</summary> </member> <member name="M:System.Windows.Forms.ToolStripItem.#ctor"> <summary>Initializes a new instance of the <see cref="T:System.Windows.Forms.ToolStripItem" /> class.</summary> </member> <member name="M:System.Windows.Forms.ToolStripItem.#ctor(System.String,System.Drawing.Image ,System.EventHandler)"> <summary>Initializes a new instance of the <see cref="T:System.Windows.Forms.ToolStripItem" /> class with the specified name, image, and event handler.</summary> <param name="text">A <see cref="T:System.String" /> representing the name of the <see cref="T:System.Windows.Forms.ToolStripItem" />.</param> <param name="image">The <see cref="T:System.Drawing.Image" /> to display on the <see cref="T:System.Windows.Forms.ToolStripItem" />.</param> <param name="onClick">Raises the <see cref="E:System.Windows.Forms.ToolStripItem.Click" /> event when the user clicks the <see cref="T:System.Windows.Forms.ToolStripItem" />.</param> </member> <member name="M:System.Windows.Forms.ToolStripItem.#ctor(System.String,System.Drawing.Image ,System.EventHandler,System.String)"> <summary>Initializes a new instance of the <see cref="T:System.Windows.Forms.ToolStripItem" /> class with the specified display text, image, event handler, and name. </summary> <param name="text">The text to display on the <see cref="T:System.Windows.Forms.ToolStripItem" />.</param> <param name="image">The Image to display on the <see cref="T:System.Windows.Forms.ToolStripItem" />.</param> <param name="onClick">The event handler for the <see cref="E:System.Windows.Forms.ToolStripItem.Click" /> event.</param> <param name="name">The name of the <see cref="T:System.Windows.Forms.ToolStripItem" />.</param> </member> <member name="P:System.Windows.Forms.ToolStripItem.AccessibilityObject"> <summary>Gets the <see cref="T:System.Windows.Forms.AccessibleObject" /> assigned to the control.</summary> <returns>The <see cref="T:System.Windows.Forms.AccessibleObject" /> assigned to the control; if no <see cref="T:System.Windows.Forms.AccessibleObject" /> is currently assigned to the control, a new instance is created when this property is first accessed </returns> </member> <member name="P:System.Windows.Forms.ToolStripItem.AccessibleDefaultActionDescription"> <summary>Gets or sets the default action description of the control for use by accessibility client applications.</summary> <returns>The default action description of the control, for use by accessibility client applications.</returns> </member> <member name="P:System.Windows.Forms.ToolStripItem.AccessibleDescription"> <summary>Gets or sets the description that will be reported to accessibility client applications.</summary> <returns>The description of the control used by accessibility client applications. The default is null.</returns> </member> <member name="P:System.Windows.Forms.ToolStripItem.AccessibleName"> <summary>Gets or sets the name of the control for use by accessibility client applications.</summary> <returns>The name of the control, for use by accessibility client applications. The default is null.</returns> </member> <member name="P:System.Windows.Forms.ToolStripItem.AccessibleRole"> <summary>Gets or sets the accessible role of the control, which specifies the type of user interface element of the control.</summary> <returns>One of the <see cref="T:System.Windows.Forms.AccessibleRole" /> values. The default is <see cref="F:System.Windows.Forms.AccessibleRole.PushButton" />.</returns> <exception cref="T:System.ComponentModel.InvalidEnumArgumentException">The value assigned is not one of the <see cref="T:System.Windows.Forms.AccessibleRole" /> values. </exception> </member> <member name="P:System.Windows.Forms.ToolStripItem.Alignment"> <summary>Gets or sets a value indicating whether the item aligns towards the beginning or end of the <see cref="T:System.Windows.Forms.ToolStrip" />.</summary> <returns>One of the <see cref="T:System.Windows.Forms.ToolStripItemAlignment" /> values. The default is <see cref="F:System.Windows.Forms.ToolStripItemAlignment.Left" />.</returns> <exception cref="T:System.ComponentModel.InvalidEnumArgumentException">The value assigned is not one of the <see cref="T:System.Windows.Forms.ToolStripItemAlignment" /> values. </exception> </member> <member name="P:System.Windows.Forms.ToolStripItem.AllowDrop"> <summary>Gets or sets a value indicating whether drag-and-drop and item reordering are handled through events that you implement.</summary> <returns>true if drag-and-drop operations are allowed in the control; otherwise, false. The default is false.</returns> <exception cref="T:System.ArgumentException"> <see cref="P:System.Windows.Forms.ToolStripItem.AllowDrop" /> and <see cref="P:System.Windows.Forms.ToolStrip.AllowItemReorder" /> are both set to true. </exception> </member> <member name="P:System.Windows.Forms.ToolStripItem.Anchor"> <summary>Gets or sets the edges of the container to which a <see cref="T:System.Windows.Forms.ToolStripItem" /> is bound and determines how a <see cref="T:System.Windows.Forms.ToolStripItem" /> is resized with its parent.</summary> <returns>One of the <see cref="T:System.Windows.Forms.AnchorStyles" /> values.</returns> <exception cref="T:System.ComponentModel.InvalidEnumArgumentException">The value is not one of the <see cref="T:System.Windows.Forms.AnchorStyles" /> values.</exception> </member> <member name="P:System.Windows.Forms.ToolStripItem.AutoSize"> <summary>Gets or sets a value indicating whether the item is automatically sized.</summary> <returns>true if the <see cref="T:System.Windows.Forms.ToolStripItem" /> is automatically sized; otherwise, false. The default value is true.</returns> </member> <member name="P:System.Windows.Forms.ToolStripItem.AutoToolTip"> <summary>Gets or sets a value indicating whether to use the <see cref="P:System.Windows.Forms.ToolStripItem.Text" /> property or the <see cref="P:System.Windows.Forms.ToolStripItem.ToolTipText" /> property for the <see cref="T:System.Windows.Forms.ToolStripItem" /> ToolTip. </summary> <returns>true to use the <see cref="P:System.Windows.Forms.ToolStripItem.Text" /> property for the ToolTip; otherwise, false. The default is true.</returns> </member> <member name="P:System.Windows.Forms.ToolStripItem.Available"> <summary>Gets or sets a value indicating whether the <see cref="T:System.Windows.Forms.ToolStripItem" /> should be placed on a <see cref="T:System.Windows.Forms.ToolStrip" />.</summary> <returns>true if the <see cref="T:System.Windows.Forms.ToolStripItem" /> is placed on a <see cref="T:System.Windows.Forms.ToolStrip" />; otherwise, false.</returns> </member> <member name="E:System.Windows.Forms.ToolStripItem.AvailableChanged"> <summary>Occurs when the value of the <see cref="P:System.Windows.Forms.ToolStripItem.Available" /> property changes.</summary> </member> <member name="P:System.Windows.Forms.ToolStripItem.BackColor"> <summary>Gets or sets the background color for the item.</summary> <returns>A <see cref="T:System.Drawing.Color" /> that represents the background color of the item. The default is the value of the <see cref="P:System.Windows.Forms.Control.DefaultBackColor" /> property.</returns> </member> <member name="E:System.Windows.Forms.ToolStripItem.BackColorChanged"> <summary>Occurs when the value of the <see cref="P:System.Windows.Forms.ToolStripItem.BackColor" /> property changes.</summary> </member> <member name="P:System.Windows.Forms.ToolStripItem.BackgroundImage"> <summary>Gets or sets the background image displayed in the item.</summary> <returns>An <see cref="T:System.Drawing.Image" /> that represents the image to display in the background of the item.</returns> </member> <member name="P:System.Windows.Forms.ToolStripItem.BackgroundImageLayout"> <summary>Gets or sets the background image layout used for the <see cref="T:System.Windows.Forms.ToolStripItem" />.</summary> <returns>One of the <see cref="T:System.Windows.Forms.ImageLayout" /> values. The default value is <see cref="F:System.Windows.Forms.ImageLayout.Tile" />.</returns> </member> <member name="P:System.Windows.Forms.ToolStripItem.Bounds"> <summary>Gets the size and location of the item.</summary> <returns>A <see cref="T:System.Drawing.Rectangle" /> that represents the size and location of the <see cref="T:System.Windows.Forms.ToolStripItem" />.</returns> </member> <member name="P:System.Windows.Forms.ToolStripItem.CanSelect"> <summary>Gets a value indicating whether the item can be selected.</summary> <returns>true if the <see cref="T:System.Windows.Forms.ToolStripItem" /> can be selected; otherwise, false.</returns> </member> <member name="E:System.Windows.Forms.ToolStripItem.Click"> <summary>Occurs when the <see cref="T:System.Windows.Forms.ToolStripItem" /> is clicked.</summary> </member> <member name="P:System.Windows.Forms.ToolStripItem.ContentRectangle"> <summary>Gets the area where content, such as text and icons, can be placed within a <see cref="T:System.Windows.Forms.ToolStripItem" /> without overwriting background borders.</summary> <returns>A <see cref="T:System.Drawing.Rectangle" /> containing four integers that represent the location and size of <see cref="T:System.Windows.Forms.ToolStripItem" /> contents, excluding its border.</returns> </member> <member name="M:System.Windows.Forms.ToolStripItem.CreateAccessibilityInstance"> <summary>Creates a new accessibility object for the <see cref="T:System.Windows.Forms.ToolStripItem" />.</summary> <returns>A new <see cref="T:System.Windows.Forms.AccessibleObject" /> for the <see cref="T:System.Windows.Forms.ToolStripItem" />.</returns> </member> <member name="P:System.Windows.Forms.ToolStripItem.DefaultAutoToolTip"> <summary>Gets a value indicating whether to display the <see cref="T:System.Windows.Forms.ToolTip" /> that is defined as the default.</summary> <returns>false in all cases.</returns> </member> <member name="P:System.Windows.Forms.ToolStripItem.DefaultDisplayStyle"> <summary>Gets a value indicating what is displayed on the <see cref="T:System.Windows.Forms.ToolStripItem" />.</summary> <returns>One of the <see cref="T:System.Windows.Forms.ToolStripItemDisplayStyle" /> values. The default is <see cref="F:System.Windows.Forms.ToolStripItemDisplayStyle.ImageAndText" />.</returns> </member> <member name="P:System.Windows.Forms.ToolStripItem.DefaultMargin"> <summary>Gets the default margin of an item.</summary> <returns>A <see cref="T:System.Windows.Forms.Padding" /> representing the margin.</returns> </member> <member name="P:System.Windows.Forms.ToolStripItem.DefaultPadding"> <summary>Gets the internal spacing characteristics of the item.</summary> <returns>One of the <see cref="T:System.Windows.Forms.Padding" /> values.</returns> </member> <member name="P:System.Windows.Forms.ToolStripItem.DefaultSize"> <summary>Gets the default size of the item.</summary> <returns>The default <see cref="T:System.Drawing.Size" /> of the <see cref="T:System.Windows.Forms.ToolStripItem" />.</returns> </member> <member name="P:System.Windows.Forms.ToolStripItem.DismissWhenClicked"> <summary>Gets a value indicating whether items on a <see cref="T:System.Windows.Forms.ToolStripDropDown" /> are hidden after they are clicked.</summary> <returns>true if the item is hidden after it is clicked; otherwise, false.</returns> </member> <member name="P:System.Windows.Forms.ToolStripItem.DisplayStyle"> <summary>Gets or sets whether text and images are displayed on a <see cref="T:System.Windows.Forms.ToolStripItem" />.</summary> <returns>One of the <see cref="T:System.Windows.Forms.ToolStripItemDisplayStyle" /> values. The default is <see cref="F:System.Windows.Forms.ToolStripItemDisplayStyle.ImageAndText" /> .</returns> </member> <member name="E:System.Windows.Forms.ToolStripItem.DisplayStyleChanged"> <summary>Occurs when the <see cref="P:System.Windows.Forms.ToolStripItem.DisplayStyle" /> has changed.</summary> </member> <member name="M:System.Windows.Forms.ToolStripItem.Dispose(System.Boolean)"> <summary>Releases the unmanaged resources used by the <see cref="T:System.Windows.Forms.ToolStripItem" /> and optionally releases the managed resources.</summary> <param name="disposing">true to release both managed and unmanaged resources; false to release only unmanaged resources. </param> </member> <member name="P:System.Windows.Forms.ToolStripItem.Dock"> <summary>Gets or sets which <see cref="T:System.Windows.Forms.ToolStripItem" /> borders are docked to its parent control and determines how a <see cref="T:System.Windows.Forms.ToolStripItem" /> is resized with its parent.</summary> <returns>One of the <see cref="T:System.Windows.Forms.DockStyle" /> values. The default is <see cref="F:System.Windows.Forms.DockStyle.None" />.</returns> <exception cref="T:System.ComponentModel.InvalidEnumArgumentException">The value assigned is not one of the <see cref="T:System.Windows.Forms.DockStyle" /> values.</exception> </member> <member name="M:System.Windows.Forms.ToolStripItem.DoDragDrop(System.Object,System.Windows. Forms.DragDropEffects)"> <summary>Begins a drag-and-drop operation.</summary> <returns>One of the <see cref="T:System.Windows.Forms.DragDropEffects" /> values.</returns> <param name="data">The object to be dragged. </param> <param name="allowedEffects">The drag operations that can occur. </param> </member> <member name="E:System.Windows.Forms.ToolStripItem.DoubleClick"> <summary>Occurs when the item is double-clicked with the mouse.</summary> </member> <member name="P:System.Windows.Forms.ToolStripItem.DoubleClickEnabled"> <summary>Gets or sets a value indicating whether the <see cref="T:System.Windows.Forms.ToolStripItem" /> can be activated by double-clicking the mouse. </summary> <returns>true if the <see cref="T:System.Windows.Forms.ToolStripItem" /> can be activated by double-clicking the mouse; otherwise, false. The default is false.</returns> </member> <member name="E:System.Windows.Forms.ToolStripItem.DragDrop"> <summary>Occurs when the user drags an item and the user releases the mouse button, indicating that the item should be dropped into this item.</summary> </member> <member name="E:System.Windows.Forms.ToolStripItem.DragEnter"> <summary>Occurs when the user drags an item into the client area of this item.</summary> </member> <member name="E:System.Windows.Forms.ToolStripItem.DragLeave"> <summary>Occurs when the user drags an item and the mouse pointer is no longer over the client area of this item.</summary> </member> <member name="E:System.Windows.Forms.ToolStripItem.DragOver"> <summary>Occurs when the user drags an item over the client area of this item.</summary> </member> <member name="P:System.Windows.Forms.ToolStripItem.Enabled"> <summary>Gets or sets a value indicating whether the parent control of the <see cref="T:System.Windows.Forms.ToolStripItem" /> is enabled. </summary> <returns>true if the parent control of the <see cref="T:System.Windows.Forms.ToolStripItem" /> is enabled; otherwise, false. The default is true.</returns> </member> <member name="E:System.Windows.Forms.ToolStripItem.EnabledChanged"> <summary>Occurs when the <see cref="P:System.Windows.Forms.ToolStripItem.Enabled" /> property value has changed.</summary> </member> <member name="P:System.Windows.Forms.ToolStripItem.Font"> <summary>Gets or sets the font of the text displayed by the item.</summary> <returns>The <see cref="T:System.Drawing.Font" /> to apply to the text displayed by the <see cref="T:System.Windows.Forms.ToolStripItem" />. The default is the value of the <see cref="P:System.Windows.Forms.Control.DefaultFont" /> property.</returns> </member> <member name="P:System.Windows.Forms.ToolStripItem.ForeColor"> <summary>Gets or sets the foreground color of the item.</summary> <returns>The foreground <see cref="T:System.Drawing.Color" /> of the item. The default is the value of the <see cref="P:System.Windows.Forms.Control.DefaultForeColor" /> property.</returns> </member> <member name="E:System.Windows.Forms.ToolStripItem.ForeColorChanged"> <summary>Occurs when the <see cref="P:System.Windows.Forms.ToolStripItem.ForeColor" /> property value changes.</summary> </member> <member name="M:System.Windows.Forms.ToolStripItem.GetCurrentParent"> <summary>Retrieves the <see cref="T:System.Windows.Forms.ToolStrip" /> that is the container of the current <see cref="T:System.Windows.Forms.ToolStripItem" />.</summary> <returns>A <see cref="T:System.Windows.Forms.ToolStrip" /> that is the container of the current <see cref="T:System.Windows.Forms.ToolStripItem" />.</returns> </member> <member name="M:System.Windows.Forms.ToolStripItem.GetPreferredSize(System.Drawing.Size)"> <summary>Retrieves the size of a rectangular area into which a control can be fit.</summary> <returns>A <see cref="T:System.Drawing.Size" /> ordered pair, representing the width and height of a rectangle.</returns> <param name="constrainingSize">The custom-sized area for a control. </param> </member> <member name="E:System.Windows.Forms.ToolStripItem.GiveFeedback"> <summary>Occurs during a drag operation.</summary> </member> <member name="P:System.Windows.Forms.ToolStripItem.Height"> <summary>Gets or sets the height, in pixels, of a <see cref="T:System.Windows.Forms.ToolStripItem" />.</summary> <returns>An <see cref="T:System.Int32" /> representing the height, in pixels.</returns> </member> <member name="P:System.Windows.Forms.ToolStripItem.Image"> <summary>Gets or sets the image that is displayed on a <see cref="T:System.Windows.Forms.ToolStripItem" />.</summary> <returns>The <see cref="T:System.Drawing.Image" /> to be displayed.</returns> </member> <member name="P:System.Windows.Forms.ToolStripItem.ImageAlign"> <summary>Gets or sets the alignment of the image on a <see cref="T:System.Windows.Forms.ToolStripItem" />.</summary> <returns>One of the <see cref="T:System.Drawing.ContentAlignment" /> values. The default is <see cref="F:System.Drawing.ContentAlignment.MiddleLeft" />.</returns> <exception cref="T:System.ComponentModel.InvalidEnumArgumentException">The value assigned is not one of the <see cref="T:System.Drawing.ContentAlignment" /> values. </exception> </member> <member name="P:System.Windows.Forms.ToolStripItem.ImageIndex"> <summary>Gets or sets the index value of the image that is displayed on the item.</summary> <returns>The zero-based index of the image in the <see cref="P:System.Windows.Forms.ToolStrip.ImageList" /> that is displayed for the item. The default is -1, signifying that the image list is empty.</returns> <exception cref="T:System.ArgumentException">The value specified is less than -1. </exception> </member> <member name="P:System.Windows.Forms.ToolStripItem.ImageKey"> <summary>Gets or sets the key accessor for the image in the <see cref="P:System.Windows.Forms.ToolStrip.ImageList" /> that is displayed on a <see cref="T:System.Windows.Forms.ToolStripItem" />.</summary> <returns>A string representing the key of the image.</returns> </member> <member name="P:System.Windows.Forms.ToolStripItem.ImageScaling"> <summary>Gets or sets a value indicating whether an image on a <see cref="T:System.Windows.Forms.ToolStripItem" /> is automatically resized to fit in a container.</summary> <returns>One of the <see cref="T:System.Windows.Forms.ToolStripItemImageScaling" /> values. The default is <see cref="F:System.Windows.Forms.ToolStripItemImageScaling.SizeToFit" />.</returns> </member> <member name="P:System.Windows.Forms.ToolStripItem.ImageTransparentColor"> <summary>Gets or sets the color to treat as transparent in a <see cref="T:System.Windows.Forms.ToolStripItem" /> image.</summary> <returns>One of the <see cref="T:System.Drawing.Color" /> values.</returns> </member> <member name="M:System.Windows.Forms.ToolStripItem.Invalidate"> <summary>Invalidates the entire surface of the <see cref="T:System.Windows.Forms.ToolStripItem" /> and causes it to be redrawn.</summary> </member> <member name="M:System.Windows.Forms.ToolStripItem.Invalidate(System.Drawing.Rectangle)"> <summary>Invalidates the specified region of the <see cref="T:System.Windows.Forms.ToolStripItem" /> by adding it to the update region of the <see cref="T:System.Windows.Forms.ToolStripItem" />, which is the area that will be repainted at the next paint operation, and causes a paint message to be sent to the <see cref="T:System.Windows.Forms.ToolStripItem" />.</summary> <param name="r">A <see cref="T:System.Drawing.Rectangle" /> that represents the region to invalidate. </param> </member> <member name="P:System.Windows.Forms.ToolStripItem.IsDisposed"> <summary>Gets a value indicating whether the object has been disposed of.</summary> <returns>true if the control has been disposed of; otherwise, false.</returns> </member> <member name="M:System.Windows.Forms.ToolStripItem.IsInputChar(System.Char)"> <summary>Determines whether a character is an input character that the item recognizes.</summary> <returns>true if the character should be sent directly to the item and not preprocessed; otherwise, false.</returns> <param name="charCode">The character to test. </param> </member> <member name="M:System.Windows.Forms.ToolStripItem.IsInputKey(System.Windows.Forms.Keys)"> <summary>Determines whether the specified key is a regular input key or a special key that requires preprocessing.</summary> <returns>true if the specified key is a regular input key; otherwise, false.</returns> <param name="keyData">One of the <see cref="T:System.Windows.Forms.Keys" /> values. </param> </member> <member name="P:System.Windows.Forms.ToolStripItem.IsOnDropDown"> <summary>Gets a value indicating whether the container of the current <see cref="T:System.Windows.Forms.Control" /> is a <see cref="T:System.Windows.Forms.ToolStripDropDown" />. </summary> <returns>true if the container of the current <see cref="T:System.Windows.Forms.Control" /> is a <see cref="T:System.Windows.Forms.ToolStripDropDown" />; otherwise, false.</returns> </member> <member name="P:System.Windows.Forms.ToolStripItem.IsOnOverflow"> <summary>Gets a value indicating whether the <see cref="P:System.Windows.Forms.ToolStripItem.Placement" /> property is set to <see cref="F:System.Windows.Forms.ToolStripItemPlacement.Overflow" />.</summary> <returns>true if the <see cref="P:System.Windows.Forms.ToolStripItem.Placement" /> property is set to <see cref="F:System.Windows.Forms.ToolStripItemPlacement.Overflow" />; otherwise, false.</returns> </member> <member name="E:System.Windows.Forms.ToolStripItem.LocationChanged"> <summary>Occurs when the location of a <see cref="T:System.Windows.Forms.ToolStripItem" /> is updated.</summary> </member> <member name="P:System.Windows.Forms.ToolStripItem.Margin"> <summary>Gets or sets the space between the item and adjacent items.</summary> <returns>A <see cref="T:System.Windows.Forms.Padding" /> representing the space between the item and adjacent items.</returns> </member> <member name="P:System.Windows.Forms.ToolStripItem.MergeAction"> <summary>Gets or sets how child menus are merged with parent menus. </summary> <returns>One of the <see cref="T:System.Windows.Forms.MergeAction" /> values. The default is <see cref="F:System.Windows.Forms.MergeAction.MatchOnly" />.</returns> <exception cref="T:System.ComponentModel.InvalidEnumArgumentException">The value assigned is not one of the <see cref="T:System.Windows.Forms.MergeAction" /> values.</exception> </member> <member name="P:System.Windows.Forms.ToolStripItem.MergeIndex"> <summary>Gets or sets the position of a merged item within the current <see cref="T:System.Windows.Forms.ToolStrip" />.</summary> <returns>An integer representing the index of the merged item, if a match is found, or -1 if a match is not found.</returns> </member> <member name="E:System.Windows.Forms.ToolStripItem.MouseDown"> <summary>Occurs when the mouse pointer is over the item and a mouse button is pressed.</summary> </member> <member name="E:System.Windows.Forms.ToolStripItem.MouseEnter"> <summary>Occurs when the mouse pointer enters the item.</summary> </member> <member name="E:System.Windows.Forms.ToolStripItem.MouseHover"> <summary>Occurs when the mouse pointer hovers over the item.</summary> </member> <member name="E:System.Windows.Forms.ToolStripItem.MouseLeave"> <summary>Occurs when the mouse pointer leaves the item.</summary> </member> <member name="E:System.Windows.Forms.ToolStripItem.MouseMove"> <summary>Occurs when the mouse pointer is moved over the item.</summary> </member> <member name="E:System.Windows.Forms.ToolStripItem.MouseUp"> <summary>Occurs when the mouse pointer is over the item and a mouse button is released.</summary> </member> <member name="P:System.Windows.Forms.ToolStripItem.Name"> <summary>Gets or sets the name of the item.</summary> <returns>A string representing the name. The default value is null.</returns> </member> <member name="M:System.Windows.Forms.ToolStripItem.OnAvailableChanged(System.EventArgs)"> <summary>Raises the AvailableChanged event.</summary> <param name="e">An <see cref="T:System.EventArgs" /> that contains the event data. </param> </member> <member name="M:System.Windows.Forms.ToolStripItem.OnBackColorChanged(System.EventArgs)"> <summary>Raises the <see cref="E:System.Windows.Forms.ToolStripItem.BackColorChanged" /> event.</summary> <param name="e">An <see cref="T:System.EventArgs" /> that contains the event data. </param> </member> <member name="M:System.Windows.Forms.ToolStripItem.OnBoundsChanged"> <summary>Occurs when the <see cref="P:System.Windows.Forms.ToolStripItem.Bounds" /> property changes.</summary> </member> <member name="M:System.Windows.Forms.ToolStripItem.OnClick(System.EventArgs)"> <summary>Raises the <see cref="E:System.Windows.Forms.ToolStripItem.Click" /> event.</summary> <param name="e">An <see cref="T:System.EventArgs" /> that contains the event data. </param> </member> <member name="M:System.Windows.Forms.ToolStripItem.OnDisplayStyleChanged(System.EventArgs)" > <summary>Raises the <see cref="E:System.Windows.Forms.ToolStripItem.DisplayStyleChanged" /> event.</summary> <param name="e">An <see cref="T:System.EventArgs" /> that contains the event data. </param> </member> <member name="M:System.Windows.Forms.ToolStripItem.OnDoubleClick(System.EventArgs)"> <summary>Raises the <see cref="E:System.Windows.Forms.ToolStripItem.DoubleClick" /> event.</summary> <param name="e">An <see cref="T:System.EventArgs" /> that contains the event data. </param> </member> <member name="M:System.Windows.Forms.ToolStripItem.OnDragDrop(System.Windows.Forms.DragEven tArgs)"> <summary>Raises the <see cref="E:System.Windows.Forms.ToolStripItem.DragDrop" /> event.</summary> <param name="dragEvent">A <see cref="T:System.Windows.Forms.DragEventArgs" /> that contains the event data. </param> </member> <member name="M:System.Windows.Forms.ToolStripItem.OnDragEnter(System.Windows.Forms.DragEve ntArgs)"> <summary>Raises the <see cref="E:System.Windows.Forms.ToolStripItem.DragEnter" /> event.</summary> <param name="dragEvent">A <see cref="T:System.Windows.Forms.DragEventArgs" /> that contains the event data. </param> </member> <member name="M:System.Windows.Forms.ToolStripItem.OnDragLeave(System.EventArgs)"> <summary>Raises the <see cref="E:System.Windows.Forms.ToolStripItem.DragLeave" /> event.</summary> <param name="e">An <see cref="T:System.EventArgs" /> that contains the event data. </param> </member> <member name="M:System.Windows.Forms.ToolStripItem.OnDragOver(System.Windows.Forms.DragEven tArgs)"> <summary>Raises the <see cref="E:System.Windows.Forms.ToolStripItem.DragOver" /> event.</summary> <param name="dragEvent">A <see cref="T:System.Windows.Forms.DragEventArgs" /> that contains the event data. </param> </member> <member name="M:System.Windows.Forms.ToolStripItem.OnEnabledChanged(System.EventArgs)"> <summary>Raises the <see cref="E:System.Windows.Forms.ToolStripItem.EnabledChanged" /> event.</summary> <param name="e">An <see cref="T:System.EventArgs" /> that contains the event data. </param> </member> <member name="M:System.Windows.Forms.ToolStripItem.OnFontChanged(System.EventArgs)"> <summary>Raises the <see cref="E:System.Windows.Forms.Control.FontChanged" /> event.</summary> <param name="e">An <see cref="T:System.EventArgs" /> that contains the event data. </param> </member> <member name="M:System.Windows.Forms.ToolStripItem.OnForeColorChanged(System.EventArgs)"> <summary>Raises the <see cref="E:System.Windows.Forms.ToolStripItem.ForeColorChanged" /> event.</summary> <param name="e">An <see cref="T:System.EventArgs" /> that contains the event data. </param> </member> <member name="M:System.Windows.Forms.ToolStripItem.OnGiveFeedback(System.Windows.Forms.Give FeedbackEventArgs)"> <summary>Raises the <see cref="E:System.Windows.Forms.ToolStripItem.GiveFeedback" /> event.</summary> <param name="giveFeedbackEvent">A <see cref="T:System.Windows.Forms.GiveFeedbackEventArgs" /> that contains the event data. </param> </member> <member name="M:System.Windows.Forms.ToolStripItem.OnLayout(System.Windows.Forms.LayoutEven tArgs)"> <summary>Raises the <see cref="E:System.Windows.Forms.Control.Layout" /> event.</summary> <param name="e">A <see cref="T:System.Windows.Forms.LayoutEventArgs" /> that contains the event data.</param> </member> <member name="M:System.Windows.Forms.ToolStripItem.OnLocationChanged(System.EventArgs)"> <summary>Raises the <see cref="E:System.Windows.Forms.ToolStripItem.LocationChanged" /> event.</summary> <param name="e">An <see cref="T:System.EventArgs" /> that contains the event data. </param> </member> <member name="M:System.Windows.Forms.ToolStripItem.OnMouseDown(System.Windows.Forms.MouseEv entArgs)"> <summary>Raises the <see cref="E:System.Windows.Forms.ToolStripItem.MouseDown" /> event.</summary> <param name="e">A <see cref="T:System.Windows.Forms.MouseEventArgs" /> that contains the event data. </param> </member> <member name="M:System.Windows.Forms.ToolStripItem.OnMouseEnter(System.EventArgs)"> <summary>Raises the <see cref="E:System.Windows.Forms.ToolStripItem.MouseEnter" /> event.</summary> <param name="e">An <see cref="T:System.EventArgs" /> that contains the event data. </param> </member> <member name="M:System.Windows.Forms.ToolStripItem.OnMouseHover(System.EventArgs)"> <summary>Raises the <see cref="E:System.Windows.Forms.ToolStripItem.MouseHover" /> event.</summary> <param name="e">An <see cref="T:System.EventArgs" /> that contains the event data. </param> </member> <member name="M:System.Windows.Forms.ToolStripItem.OnMouseLeave(System.EventArgs)"> <summary>Raises the <see cref="E:System.Windows.Forms.ToolStripItem.MouseLeave" /> event.</summary> <param name="e">An <see cref="T:System.EventArgs" /> that contains the event data. </param> </member> <member name="M:System.Windows.Forms.ToolStripItem.OnMouseMove(System.Windows.Forms.MouseEv entArgs)"> <summary>Raises the <see cref="E:System.Windows.Forms.ToolStripItem.MouseMove" /> event.</summary> <param name="mea">A <see cref="T:System.Windows.Forms.MouseEventArgs" /> that contains the event data. </param> </member> <member name="M:System.Windows.Forms.ToolStripItem.OnMouseUp(System.Windows.Forms.MouseEven tArgs)"> <summary>Raises the <see cref="E:System.Windows.Forms.ToolStripItem.MouseUp" /> event.</summary> <param name="e">A <see cref="T:System.Windows.Forms.MouseEventArgs" /> that contains the event data. </param> </member> <member name="M:System.Windows.Forms.ToolStripItem.OnOwnerChanged(System.EventArgs)"> <summary>Raises the <see cref="E:System.Windows.Forms.ToolStripItem.OwnerChanged" /> event. </summary> <param name="e">An <see cref="T:System.EventArgs" /> that contains the event data. </param> </member> <member name="M:System.Windows.Forms.ToolStripItem.OnOwnerFontChanged(System.EventArgs)"> <summary>Raises the <see cref="E:System.Windows.Forms.Control.FontChanged" /> event when the <see cref="P:System.Windows.Forms.ToolStripItem.Font" /> property has changed on the parent of the <see cref="T:System.Windows.Forms.ToolStripItem" />.</summary> <param name="e">A <see cref="T:System.EventArgs" /> that contains the event data.</param> </member> <member name="M:System.Windows.Forms.ToolStripItem.OnPaint(System.Windows.Forms.PaintEventA rgs)"> <summary>Raises the <see cref="E:System.Windows.Forms.ToolStripItem.Paint" /> event.</summary> <param name="e">A <see cref="T:System.Windows.Forms.PaintEventArgs" /> that contains the event data. </param> </member> <member name="M:System.Windows.Forms.ToolStripItem.OnParentBackColorChanged(System.EventArg s)"> <summary>Raises the <see cref="E:System.Windows.Forms.ToolStripItem.BackColorChanged" /> event.</summary> <param name="e">An <see cref="T:System.EventArgs" /> that contains the event data. </param> </member> <member name="M:System.Windows.Forms.ToolStripItem.OnParentChanged(System.Windows.Forms.Too lStrip,System.Windows.Forms.ToolStrip)"> <summary>Raises the <see cref="E:System.Windows.Forms.Control.ParentChanged" /> event.</summary> <param name="oldParent">The original parent of the item. </param> <param name="newParent">The new parent of the item. </param> </member> <member name="M:System.Windows.Forms.ToolStripItem.OnParentEnabledChanged(System.EventArgs) "> <summary>Raises the <see cref="E:System.Windows.Forms.ToolStripItem.EnabledChanged" /> event when the <see cref="P:System.Windows.Forms.ToolStripItem.Enabled" /> property value of the item's container changes.</summary> <param name="e">An <see cref="T:System.EventArgs" /> that contains the event data. </param> </member> <member name="M:System.Windows.Forms.ToolStripItem.OnParentForeColorChanged(System.EventArg s)"> <summary>Raises the <see cref="E:System.Windows.Forms.ToolStripItem.ForeColorChanged" /> event.</summary> <param name="e">An <see cref="T:System.EventArgs" /> that contains the event data. </param> </member> <member name="M:System.Windows.Forms.ToolStripItem.OnParentRightToLeftChanged(System.EventA rgs)"> <summary>Raises the <see cref="E:System.Windows.Forms.ToolStripItem.RightToLeftChanged" /> event.</summary> <param name="e">An <see cref="T:System.EventArgs" /> that contains the event data. </param> </member> <member name="M:System.Windows.Forms.ToolStripItem.OnQueryContinueDrag(System.Windows.Forms .QueryContinueDragEventArgs)"> <summary>Raises the <see cref="E:System.Windows.Forms.ToolStripItem.QueryContinueDrag" /> event.</summary> <param name="queryContinueDragEvent">A <see cref="T:System.Windows.Forms.QueryContinueDragEventArgs" /> that contains the event data. </param> </member> <member name="M:System.Windows.Forms.ToolStripItem.OnRightToLeftChanged(System.EventArgs)"> <summary>Raises the <see cref="E:System.Windows.Forms.ToolStripItem.RightToLeftChanged" /> event.</summary> <param name="e">An <see cref="T:System.EventArgs" /> that contains the event data. </param> </member> <member name="M:System.Windows.Forms.ToolStripItem.OnTextChanged(System.EventArgs)"> <summary>Raises the <see cref="E:System.Windows.Forms.ToolStripItem.TextChanged" /> event.</summary> <param name="e">An <see cref="T:System.EventArgs" /> that contains the event data. </param> </member> <member name="M:System.Windows.Forms.ToolStripItem.OnVisibleChanged(System.EventArgs)"> <summary>Raises the <see cref="E:System.Windows.Forms.ToolStripItem.VisibleChanged" /> event.</summary> <param name="e">An <see cref="T:System.EventArgs" /> that contains the event data. </param> </member> <member name="P:System.Windows.Forms.ToolStripItem.Overflow"> <summary>Gets or sets whether the item is attached to the <see cref="T:System.Windows.Forms.ToolStrip" /> or <see cref="T:System.Windows.Forms.ToolStripOverflowButton" /> or can float between the two.</summary> <returns>One of the <see cref="T:System.Windows.Forms.ToolStripItemOverflow" /> values. The default is <see cref="F:System.Windows.Forms.ToolStripItemOverflow.AsNeeded" />.</returns> <exception cref="T:System.ComponentModel.InvalidEnumArgumentException">The value assigned is not one of the <see cref="T:System.Windows.Forms.ToolStripItemOverflow" /> values. </exception> </member> <member name="P:System.Windows.Forms.ToolStripItem.Owner"> <summary>Gets or sets the owner of this item.</summary> <returns>The <see cref="T:System.Windows.Forms.ToolStrip" /> that owns or is to own the <see cref="T:System.Windows.Forms.ToolStripItem" />.</returns> </member> <member name="E:System.Windows.Forms.ToolStripItem.OwnerChanged"> <summary>Occurs when the <see cref="P:System.Windows.Forms.ToolStripItem.Owner" /> property changes. </summary> </member> <member name="P:System.Windows.Forms.ToolStripItem.OwnerItem"> <summary>Gets the parent <see cref="T:System.Windows.Forms.ToolStripItem" /> of this <see cref="T:System.Windows.Forms.ToolStripItem" />.</summary> <returns>The parent <see cref="T:System.Windows.Forms.ToolStripItem" /> of this <see cref="T:System.Windows.Forms.ToolStripItem" />.</returns> </member> <member name="P:System.Windows.Forms.ToolStripItem.Padding"> <summary>Gets or sets the internal spacing, in pixels, between the item's contents and its edges.</summary> <returns>A <see cref="T:System.Windows.Forms.Padding" /> representing the item's internal spacing, in pixels.</returns> </member> <member name="E:System.Windows.Forms.ToolStripItem.Paint"> <summary>Occurs when the item is redrawn.</summary> </member> <member name="P:System.Windows.Forms.ToolStripItem.Parent"> <summary>Gets or sets the parent container of the <see cref="T:System.Windows.Forms.ToolStripItem" />.</summary> <returns>A <see cref="T:System.Windows.Forms.ToolStrip" /> that is the parent container of the <see cref="T:System.Windows.Forms.ToolStripItem" />.</returns> </member> <member name="M:System.Windows.Forms.ToolStripItem.PerformClick"> <summary>Generates a Click event for a ToolStripItem.</summary> </member> <member name="P:System.Windows.Forms.ToolStripItem.Placement"> <summary>Gets the current layout of the item.</summary> <returns>One of the <see cref="T:System.Windows.Forms.ToolStripItemPlacement" /> values.</returns> </member> <member name="P:System.Windows.Forms.ToolStripItem.Pressed"> <summary>Gets a value indicating whether the state of the item is pressed. </summary> <returns>true if the state of the item is pressed; otherwise, false.</returns> </member> <member name="M:System.Windows.Forms.ToolStripItem.ProcessCmdKey(System.Windows.Forms.Messa ge@,System.Windows.Forms.Keys)"> <summary>Processes a command key.</summary> <returns>false in all cases.</returns> <param name="m">A <see cref="T:System.Windows.Forms.Message" />, passed by reference, that represents the window message to process. </param> <param name="keyData">One of the <see cref="T:System.Windows.Forms.Keys" /> values that represents the key to process. </param> </member> <member name="M:System.Windows.Forms.ToolStripItem.ProcessDialogKey(System.Windows.Forms.Ke ys)"> <summary>Processes a dialog key.</summary> <returns>true if the key was processed by the item; otherwise, false.</returns> <param name="keyData">One of the <see cref="T:System.Windows.Forms.Keys" /> values that represents the key to process. </param> </member> <member name="M:System.Windows.Forms.ToolStripItem.ProcessMnemonic(System.Char)"> <summary>Processes a mnemonic character.</summary> <returns>true in all cases.</returns> <param name="charCode">The character to process. </param> </member> <member name="E:System.Windows.Forms.ToolStripItem.QueryAccessibilityHelp"> <summary>Occurs when an accessibility client application invokes help for the <see cref="T:System.Windows.Forms.ToolStripItem" />.</summary> </member> <member name="E:System.Windows.Forms.ToolStripItem.QueryContinueDrag"> <summary>Occurs during a drag-and-drop operation and allows the drag source to determine whether the drag-and-drop operation should be canceled.</summary> </member> <member name="M:System.Windows.Forms.ToolStripItem.ResetBackColor"> <summary>This method is not relevant to this class.</summary> </member> <member name="M:System.Windows.Forms.ToolStripItem.ResetDisplayStyle"> <summary>This method is not relevant to this class.</summary> </member> <member name="M:System.Windows.Forms.ToolStripItem.ResetFont"> <summary>This method is not relevant to this class.</summary> </member> <member name="M:System.Windows.Forms.ToolStripItem.ResetForeColor"> <summary>This method is not relevant to this class.</summary> </member> <member name="M:System.Windows.Forms.ToolStripItem.ResetImage"> <summary>This method is not relevant to this class.</summary> </member> <member name="M:System.Windows.Forms.ToolStripItem.ResetMargin"> <summary>This method is not relevant to this class.</summary> </member> <member name="M:System.Windows.Forms.ToolStripItem.ResetPadding"> <summary>This method is not relevant to this class.</summary> </member> <member name="M:System.Windows.Forms.ToolStripItem.ResetRightToLeft"> <summary>This method is not relevant to this class.</summary> </member> <member name="M:System.Windows.Forms.ToolStripItem.ResetTextDirection"> <summary>This method is not relevant to this class.</summary> </member> <member name="P:System.Windows.Forms.ToolStripItem.RightToLeft"> <summary>Gets or sets a value indicating whether items are to be placed from right to left and text is to be written from right to left.</summary> <returns>true if items are to be placed from right to left and text is to be written from right to left; otherwise, false.</returns> </member> <member name="P:System.Windows.Forms.ToolStripItem.RightToLeftAutoMirrorImage"> <summary>Mirrors automatically the <see cref="T:System.Windows.Forms.ToolStripItem" /> image when the <see cref="P:System.Windows.Forms.ToolStripItem.RightToLeft" /> property is set to <see cref="F:System.Windows.Forms.RightToLeft.Yes" />.</summary> <returns>true to automatically mirror the image; otherwise, false. The default is false.</returns> </member> <member name="E:System.Windows.Forms.ToolStripItem.RightToLeftChanged"> <summary>Occurs when the <see cref="P:System.Windows.Forms.ToolStripItem.RightToLeft" /> property value changes.</summary> </member> <member name="M:System.Windows.Forms.ToolStripItem.Select"> <summary>Selects the item.</summary> </member> <member name="P:System.Windows.Forms.ToolStripItem.Selected"> <summary>Gets a value indicating whether the item is selected.</summary> <returns>true if the <see cref="T:System.Windows.Forms.ToolStripItem" /> is selected; otherwise, false.</returns> </member> <member name="M:System.Windows.Forms.ToolStripItem.SetBounds(System.Drawing.Rectangle)"> <summary>Sets the size and location of the item.</summary> <param name="bounds">A <see cref="T:System.Drawing.Rectangle" /> that represents the size and location of the <see cref="T:System.Windows.Forms.ToolStripItem" /></param> </member> <member name="M:System.Windows.Forms.ToolStripItem.SetVisibleCore(System.Boolean)"> <summary>Sets the <see cref="T:System.Windows.Forms.ToolStripItem" /> to the specified visible state. </summary> <param name="visible">true to make the <see cref="T:System.Windows.Forms.ToolStripItem" /> visible; otherwise, false.</param> </member> <member name="P:System.Windows.Forms.ToolStripItem.ShowKeyboardCues"> <summary>Gets a value indicating whether to show or hide shortcut keys.</summary> <returns>true to show shortcut keys; otherwise, false. The default is true.</returns> </member> <member name="P:System.Windows.Forms.ToolStripItem.Size"> <summary>Gets or sets the size of the item.</summary> <returns>A <see cref="T:System.Drawing.Size" />, representing the width and height of a rectangle.</returns> </member> <member name="M:System.Windows.Forms.ToolStripItem.System#Windows#Forms#IDropTarget#OnDragD rop(System.Windows.Forms.DragEventArgs)"> <summary>Raises the <see cref="E:System.Windows.Forms.ToolStripItem.DragDrop" /> event.</summary> <param name="dragEvent">A <see cref="T:System.Windows.Forms.DragEventArgs" /> that contains the event data. </param> </member> <member name="M:System.Windows.Forms.ToolStripItem.System#Windows#Forms#IDropTarget#OnDragE nter(System.Windows.Forms.DragEventArgs)"> <summary>Raises the <see cref="E:System.Windows.Forms.ToolStripItem.DragEnter" /> event.</summary> <param name="dragEvent">A <see cref="T:System.Windows.Forms.DragEventArgs" /> that contains the event data.</param> </member> <member name="M:System.Windows.Forms.ToolStripItem.System#Windows#Forms#IDropTarget#OnDragL eave(System.EventArgs)"> <summary>Raises the <see cref="E:System.Windows.Forms.ToolStripItem.DragLeave" /> event.</summary> <param name="e">An <see cref="T:System.EventArgs" /> that contains the event data.</param> </member> <member name="M:System.Windows.Forms.ToolStripItem.System#Windows#Forms#IDropTarget#OnDragO ver(System.Windows.Forms.DragEventArgs)"> <summary>Raises the DragOver event.</summary> <param name="dragEvent">A <see cref="T:System.Windows.Forms.DragEventArgs" /> that contains the event data.</param> </member> <member name="P:System.Windows.Forms.ToolStripItem.Tag"> <summary>Gets or sets the object that contains data about the item.</summary> <returns>An <see cref="T:System.Object" /> that contains data about the control. The default is null.</returns> </member> <member name="P:System.Windows.Forms.ToolStripItem.Text"> <summary>Gets or sets the text that is to be displayed on the item.</summary> <returns>A string representing the item's text. The default value is the empty string ("").</returns> </member> <member name="P:System.Windows.Forms.ToolStripItem.TextAlign"> <summary>Gets or sets the alignment of the text on a <see cref="T:System.Windows.Forms.ToolStripLabel" />.</summary> <returns>One of the <see cref="T:System.Drawing.ContentAlignment" /> values. The default is <see cref="F:System.Drawing.ContentAlignment.MiddleRight" />.</returns> <exception cref="T:System.ComponentModel.InvalidEnumArgumentException">The value assigned is not one of the <see cref="T:System.Drawing.ContentAlignment" /> values. </exception> </member> <member name="E:System.Windows.Forms.ToolStripItem.TextChanged"> <summary>Occurs when the value of the <see cref="P:System.Windows.Forms.ToolStripItem.Text" /> property changes.</summary> </member> <member name="P:System.Windows.Forms.ToolStripItem.TextDirection"> <summary>Gets the orientation of text used on a <see cref="T:System.Windows.Forms.ToolStripItem" />.</summary> <returns>One of the <see cref="T:System.Windows.Forms.ToolStripTextDirection" /> values.</returns> </member> <member name="P:System.Windows.Forms.ToolStripItem.TextImageRelation"> <summary>Gets or sets the position of <see cref="T:System.Windows.Forms.ToolStripItem" /> text and image relative to each other.</summary> <returns>One of the <see cref="T:System.Windows.Forms.TextImageRelation" /> values. The default is <see cref="F:System.Windows.Forms.TextImageRelation.ImageBeforeText" />.</returns> </member> <member name="P:System.Windows.Forms.ToolStripItem.ToolTipText"> <summary>Gets or sets the text that appears as a <see cref="T:System.Windows.Forms.ToolTip" /> for a control.</summary> <returns>A string representing the ToolTip text.</returns> </member> <member name="M:System.Windows.Forms.ToolStripItem.ToString"> <returns>A <see cref="T:System.String" /> containing the name of the <see cref="T:System.ComponentModel.Component" />, if any, or null if the <see cref="T:System.ComponentModel.Component" /> is unnamed.</returns> </member> <member name="P:System.Windows.Forms.ToolStripItem.Visible"> <summary>Gets or sets a value indicating whether the item is displayed.</summary> <returns>true if the item is displayed; otherwise, false.</returns> </member> <member name="E:System.Windows.Forms.ToolStripItem.VisibleChanged"> <summary>Occurs when the value of the <see cref="P:System.Windows.Forms.ToolStripItem.Visible" /> property changes.</summary> </member> <member name="P:System.Windows.Forms.ToolStripItem.Width"> <summary>Gets or sets the width in pixels of a <see cref="T:System.Windows.Forms.ToolStripItem" />.</summary> <returns>An <see cref="T:System.Int32" /> representing the width in pixels.</returns> </member> <member name="T:System.Windows.Forms.ToolStripItem.ToolStripItemAccessibleObject"> <summary>Provides information that accessibility applications use to adjust the user interface of a <see cref="T:System.Windows.Forms.ToolStripItem" /> for users with impairments.</summary> </member> <member name="M:System.Windows.Forms.ToolStripItem.ToolStripItemAccessibleObject.#ctor(Syst em.Windows.Forms.ToolStripItem)"> <summary>Initializes a new instance of the <see cref="T:System.Windows.Forms.ToolStripItem.ToolStripItemAccessibleObject" /> class.</summary> <param name="ownerItem">The <see cref="T:System.Windows.Forms.ToolStripItem" /> that owns this <see cref="T:System.Windows.Forms.ToolStripItem.ToolStripItemAccessibleObject" />. </param> <exception cref="T:System.ArgumentNullException">The <paramref name="ownerItem" /> parameter is null. </exception> </member> <member name="M:System.Windows.Forms.ToolStripItem.ToolStripItemAccessibleObject.AddState(S ystem.Windows.Forms.AccessibleStates)"> <summary>Adds a <see cref="P:System.Windows.Forms.ToolStripItem.ToolStripItemAccessibleObject.State" /> if <see cref="T:System.Windows.Forms.AccessibleStates" /> is <see cref="F:System.Windows.Forms.AccessibleStates.None" />.</summary> <param name="state">One of the <see cref="T:System.Windows.Forms.AccessibleStates" /> values other than <see cref="F:System.Windows.Forms.AccessibleStates.None" />.</param> </member> <member name="P:System.Windows.Forms.ToolStripItem.ToolStripItemAccessibleObject.Bounds"> <summary>Gets the bounds of the accessible object, in screen coordinates.</summary> <returns>An object of type <see cref="T:System.Drawing.Rectangle" /> representing the bounds.</returns> </member> <member name="P:System.Windows.Forms.ToolStripItem.ToolStripItemAccessibleObject.DefaultAct ion"> <summary>Gets a string that describes the default action of the <see cref="T:System.Windows.Forms.ToolStripItem" />.</summary> <returns>A description of the default action of the <see cref="T:System.Windows.Forms.ToolStripItem" />.</returns> </member> <member name="P:System.Windows.Forms.ToolStripItem.ToolStripItemAccessibleObject.Descriptio n"> <summary>Gets the description of the <see cref="T:System.Windows.Forms.Control.ControlAccessibleObject" />.</summary> <returns>A string describing the <see cref="T:System.Windows.Forms.ToolStripItem.ToolStripItemAccessibleObject" />.</returns> </member> <member name="M:System.Windows.Forms.ToolStripItem.ToolStripItemAccessibleObject.DoDefaultA ction"> <summary>Performs the default action associated with this accessible object. </summary> </member> <member name="M:System.Windows.Forms.ToolStripItem.ToolStripItemAccessibleObject.GetHelpTop ic(System.String@)"> <summary>Gets an identifier for a Help topic and the path to the Help file associated with this accessible object.</summary> <returns>An identifier for a Help topic, or -1 if there is no Help topic. On return, the <paramref name="fileName" /> parameter will contain the path to the Help file associated with this accessible object, or null if there is no IAccessible interface specified.</returns> <param name="fileName">When this method returns, contains a string that represents the path to the Help file associated with this accessible object. This parameter is passed without being initialized. </param> </member> <member name="P:System.Windows.Forms.ToolStripItem.ToolStripItemAccessibleObject.Help"> <summary>Gets the description of what the object does or how the object is used.</summary> <returns>A string describing what the object does or how the object is used.</returns> </member> <member name="P:System.Windows.Forms.ToolStripItem.ToolStripItemAccessibleObject.KeyboardSh ortcut"> <summary>Gets the shortcut key or access key for the accessible object.</summary> <returns>The shortcut key or access key for the accessible object, or null if there is no shortcut key associated with the object.</returns> </member> <member name="P:System.Windows.Forms.ToolStripItem.ToolStripItemAccessibleObject.Name"> <summary>Gets or sets the name of the accessible object.</summary> <returns>The object name, or null if the property has not been set.</returns> </member> <member name="M:System.Windows.Forms.ToolStripItem.ToolStripItemAccessibleObject.Navigate(S ystem.Windows.Forms.AccessibleNavigation)"> <summary>Navigates to another accessible object.</summary> <returns>An <see cref="T:System.Windows.Forms.AccessibleObject" /> that represents one of the <see cref="T:System.Windows.Forms.AccessibleNavigation" /> values.</returns> <param name="navigationDirection">One of the <see cref="T:System.Windows.Forms.AccessibleNavigation" /> values.</param> </member> <member name="P:System.Windows.Forms.ToolStripItem.ToolStripItemAccessibleObject.Parent"> <summary>Gets or sets the parent of an accessible object.</summary> <returns>An object of type <see cref="T:System.Windows.Forms.AccessibleObject" /> representing the parent.</returns> </member> <member name="P:System.Windows.Forms.ToolStripItem.ToolStripItemAccessibleObject.Role"> <summary>Gets the role of this accessible object.</summary> <returns>One of the <see cref="T:System.Windows.Forms.AccessibleRole" /> values.</returns> </member> <member name="P:System.Windows.Forms.ToolStripItem.ToolStripItemAccessibleObject.State"> <summary>Gets the state of this accessible object.</summary> <returns>One of the <see cref="T:System.Windows.Forms.AccessibleStates" /> values, or <see cref="F:System.Windows.Forms.AccessibleStates.None" /> if no state has been set.</returns> </member> <member name="M:System.Windows.Forms.ToolStripItem.ToolStripItemAccessibleObject.ToString"> <returns>A string that represents the current object.</returns> </member> <member name="T:System.Windows.Forms.ToolStripItemAlignment"> <summary>Determines the alignment of a <see cref="T:System.Windows.Forms.ToolStripItem" /> in a <see cref="T:System.Windows.Forms.ToolStrip" />.</summary> </member> <member name="F:System.Windows.Forms.ToolStripItemAlignment.Left"> <summary>Specifies that the <see cref="T:System.Windows.Forms.ToolStripItem" /> is to be anchored toward the left or top end of the <see cref="T:System.Windows.Forms.ToolStrip" />, depending on the <see cref="T:System.Windows.Forms.ToolStrip" /> orientation. If the value of <see cref="T:System.Windows.Forms.RightToLeft" /> is Yes, items marked as <see cref="F:System.Windows.Forms.ToolStripItemAlignment.Left" /> are aligned to the right side of the <see cref="T:System.Windows.Forms.ToolStrip" />.</summary> </member> <member name="F:System.Windows.Forms.ToolStripItemAlignment.Right"> <summary>Specifies that the <see cref="T:System.Windows.Forms.ToolStripItem" /> is to be anchored toward the right or bottom end of the <see cref="T:System.Windows.Forms.ToolStrip" />, depending on the <see cref="T:System.Windows.Forms.ToolStrip" /> orientation. If the value of <see cref="T:System.Windows.Forms.RightToLeft" /> is Yes, items marked as <see cref="F:System.Windows.Forms.ToolStripItemAlignment.Right" /> are aligned to the left side of the <see cref="T:System.Windows.Forms.ToolStrip" />.</summary> </member> <member name="T:System.Windows.Forms.ToolStripItemClickedEventArgs"> <summary>Provides data for the <see cref="E:System.Windows.Forms.ToolStrip.ItemClicked" /> event.</summary> </member> <member name="M:System.Windows.Forms.ToolStripItemClickedEventArgs.#ctor(System.Windows.For ms.ToolStripItem)"> <summary>Initializes a new instance of the <see cref="T:System.Windows.Forms.ToolStripItemClickedEventArgs" /> class, specifying the <see cref="T:System.Windows.Forms.ToolStripItem" /> that was clicked. </summary> <param name="clickedItem">The <see cref="T:System.Windows.Forms.ToolStripItem" /> that was clicked.</param> </member> <member name="P:System.Windows.Forms.ToolStripItemClickedEventArgs.ClickedItem"> <summary>Gets the item that was clicked on the <see cref="T:System.Windows.Forms.ToolStrip" />.</summary> <returns>The <see cref="T:System.Windows.Forms.ToolStripItem" /> that was clicked.</returns> </member> <member name="T:System.Windows.Forms.ToolStripItemClickedEventHandler"> <summary>Represents the method that will handle the <see cref="E:System.Windows.Forms.ToolStrip.ItemClicked" /> event of a <see cref="T:System.Windows.Forms.ToolStripItem" />.</summary> <param name="sender">The source of the event.</param> <param name="e">A <see cref="T:System.Windows.Forms.ToolStripItemClickedEventArgs" /> that contains the event data.</param> </member> <member name="T:System.Windows.Forms.ToolStripItemCollection"> <summary>Represents a collection of <see cref="T:System.Windows.Forms.ToolStripItem" /> objects.</summary> </member> <member name="M:System.Windows.Forms.ToolStripItemCollection.#ctor(System.Windows.Forms.Too lStrip,System.Windows.Forms.ToolStripItem[])"> <summary>Initializes a new instance of the <see cref="T:System.Windows.Forms.ToolStripItemCollection" /> class with the specified container <see cref="T:System.Windows.Forms.ToolStrip" /> and the specified array of <see cref="T:System.Windows.Forms.ToolStripItem" /> controls.</summary> <param name="owner">The <see cref="T:System.Windows.Forms.ToolStrip" /> to which this <see cref="T:System.Windows.Forms.ToolStripItemCollection" /> belongs. </param> <param name="value">An array of type <see cref="T:System.Windows.Forms.ToolStripItem" /> containing the initial controls for this <see cref="T:System.Windows.Forms.ToolStripItemCollection" />. </param> <exception cref="T:System.ArgumentNullException">The <paramref name="owner" /> parameter is null.</exception> </member> <member name="M:System.Windows.Forms.ToolStripItemCollection.Add(System.Drawing.Image)"> <summary>Adds a <see cref="T:System.Windows.Forms.ToolStripItem" /> that displays the specified image to the collection.</summary> <returns>The new <see cref="T:System.Windows.Forms.ToolStripItem" />.</returns> <param name="image">The <see cref="T:System.Drawing.Image" /> to be displayed on the <see cref="T:System.Windows.Forms.ToolStripItem" />.</param> </member> <member name="M:System.Windows.Forms.ToolStripItemCollection.Add(System.String)"> <summary>Adds a <see cref="T:System.Windows.Forms.ToolStripItem" /> that displays the specified text to the collection.</summary> <returns>The new <see cref="T:System.Windows.Forms.ToolStripItem" />.</returns> <param name="text">The text to be displayed on the <see cref="T:System.Windows.Forms.ToolStripItem" />.</param> </member> <member name="M:System.Windows.Forms.ToolStripItemCollection.Add(System.String,System.Drawi ng.Image)"> <summary>Adds a <see cref="T:System.Windows.Forms.ToolStripItem" /> that displays the specified image and text to the collection.</summary> <returns>The new <see cref="T:System.Windows.Forms.ToolStripItem" />.</returns> <param name="text">The text to be displayed on the <see cref="T:System.Windows.Forms.ToolStripItem" />.</param> <param name="image">The <see cref="T:System.Drawing.Image" /> to be displayed on the <see cref="T:System.Windows.Forms.ToolStripItem" />.</param> </member> <member name="M:System.Windows.Forms.ToolStripItemCollection.Add(System.String,System.Drawi ng.Image,System.EventHandler)"> <summary>Adds a <see cref="T:System.Windows.Forms.ToolStripItem" /> that displays the specified image and text to the collection and that raises the <see cref="E:System.Windows.Forms.ToolStripItem.Click" /> event.</summary> <returns>The new <see cref="T:System.Windows.Forms.ToolStripItem" />.</returns> <param name="text">The text to be displayed on the <see cref="T:System.Windows.Forms.ToolStripItem" />.</param> <param name="image">The <see cref="T:System.Drawing.Image" /> to be displayed on the <see cref="T:System.Windows.Forms.ToolStripItem" />.</param> <param name="onClick">Raises the <see cref="E:System.Windows.Forms.ToolStripItem.Click" /> event.</param> </member> <member name="M:System.Windows.Forms.ToolStripItemCollection.Add(System.Windows.Forms.ToolS tripItem)"> <summary>Adds the specified item to the end of the collection.</summary> <returns>An <see cref="T:System.Int32" /> representing the zero-based index of the new item in the collection.</returns> <param name="value">The <see cref="T:System.Windows.Forms.ToolStripItem" /> to add to the end of the collection. </param> <exception cref="T:System.ArgumentNullException">The <paramref name="value" /> parameter is null. </exception> </member> <member name="M:System.Windows.Forms.ToolStripItemCollection.AddRange(System.Windows.Forms. ToolStripItem[])"> <summary>Adds an array of <see cref="T:System.Windows.Forms.ToolStripItem" /> controls to the collection.</summary> <param name="toolStripItems">An array of <see cref="T:System.Windows.Forms.ToolStripItem" /> controls. </param> <exception cref="T:System.ArgumentNullException">The <paramref name="toolStripItems" /> parameter is null. </exception> <exception cref="T:System.NotSupportedException">The <see cref="T:System.Windows.Forms.ToolStripItemCollection" /> is read-only.</exception> </member> <member name="M:System.Windows.Forms.ToolStripItemCollection.AddRange(System.Windows.Forms. ToolStripItemCollection)"> <summary>Adds a <see cref="T:System.Windows.Forms.ToolStripItemCollection" /> to the current collection.</summary> <param name="toolStripItems">The <see cref="T:System.Windows.Forms.ToolStripItemCollection" /> to be added to the current collection. </param> <exception cref="T:System.ArgumentNullException">The <paramref name="toolStripItems" /> parameter is null. </exception> <exception cref="T:System.NotSupportedException">The <see cref="T:System.Windows.Forms.ToolStripItemCollection" /> is read-only.</exception> </member> <member name="M:System.Windows.Forms.ToolStripItemCollection.Clear"> <summary>Removes all items from the collection.</summary> <exception cref="T:System.NotSupportedException">The <see cref="T:System.Windows.Forms.ToolStripItemCollection" /> is read-only.</exception> </member> <member name="M:System.Windows.Forms.ToolStripItemCollection.Contains(System.Windows.Forms. ToolStripItem)"> <summary>Determines whether the specified item is a member of the collection.</summary> <returns>true if the <see cref="T:System.Windows.Forms.ToolStripItem" /> is a member of the current <see cref="T:System.Windows.Forms.ToolStripItemCollection" />; otherwise, false.</returns> <param name="value">The <see cref="T:System.Windows.Forms.ToolStripItem" /> to search for in the <see cref="T:System.Windows.Forms.ToolStripItemCollection" />. </param> </member> <member name="M:System.Windows.Forms.ToolStripItemCollection.ContainsKey(System.String)"> <summary>Determines whether the collection contains an item with the specified key.</summary> <returns>true if the <see cref="T:System.Windows.Forms.ToolStripItemCollection" /> contains a <see cref="T:System.Windows.Forms.ToolStripItem" /> with the specified key; otherwise, false.</returns> <param name="key">The key to locate in the <see cref="T:System.Windows.Forms.ToolStripItemCollection" />. </param> </member> <member name="M:System.Windows.Forms.ToolStripItemCollection.CopyTo(System.Windows.Forms.To olStripItem[],System.Int32)"> <summary>Copies the collection into the specified position of the specified <see cref="T:System.Windows.Forms.ToolStripItem" /> array.</summary> <param name="array">The array of type <see cref="T:System.Windows.Forms.ToolStripItem" /> to which to copy the collection. </param> <param name="index">The position in the <see cref="T:System.Windows.Forms.ToolStripItem" /> array at which to paste the collection. </param> </member> <member name="M:System.Windows.Forms.ToolStripItemCollection.Find(System.String,System.Bool ean)"> <summary>Searches for items by their name and returns an array of all matching controls.</summary> <returns>A <see cref="T:System.Windows.Forms.ToolStripItem" /> array of the search results.</returns> <param name="key">The item name to search the <see cref="T:System.Windows.Forms.ToolStripItemCollection" /> for.</param> <param name="searchAllChildren">true to search child items of the <see cref="T:System.Windows.Forms.ToolStripItem" /> specified by the <paramref name="key" /> parameter; otherwise, false. </param> <exception cref="T:System.ArgumentNullException">The <paramref name="key" /> parameter is null or empty.</exception> </member> <member name="M:System.Windows.Forms.ToolStripItemCollection.IndexOf(System.Windows.Forms.T oolStripItem)"> <summary>Retrieves the index of the specified item in the collection.</summary> <returns>A zero-based index value that represents the position of the specified <see cref="T:System.Windows.Forms.ToolStripItem" /> in the <see cref="T:System.Windows.Forms.ToolStripItemCollection" />, if found; otherwise, - 1.</returns> <param name="value">The <see cref="T:System.Windows.Forms.ToolStripItem" /> to locate in the <see cref="T:System.Windows.Forms.ToolStripItemCollection" />. </param> </member> <member name="M:System.Windows.Forms.ToolStripItemCollection.IndexOfKey(System.String)"> <summary>Retrieves the index of the first occurrence of the specified item within the collection.</summary> <returns>A zero-based index value that represents the position of the first occurrence of the <see cref="T:System.Windows.Forms.ToolStripItem" /> specified by the <paramref name="key" /> parameter, if found; otherwise, -1.</returns> <param name="key">The name of the <see cref="T:System.Windows.Forms.ToolStripItem" /> to search for. </param> </member> <member name="M:System.Windows.Forms.ToolStripItemCollection.Insert(System.Int32,System.Win dows.Forms.ToolStripItem)"> <summary>Inserts the specified item into the collection at the specified index.</summary> <param name="index">The location in the <see cref="T:System.Windows.Forms.ToolStripItemCollection" /> at which to insert the <see cref="T:System.Windows.Forms.ToolStripItem" />. </param> <param name="value">The <see cref="T:System.Windows.Forms.ToolStripItem" /> to insert. </param> <exception cref="T:System.ArgumentNullException">The <paramref name="value" /> parameter is null. </exception> </member> <member name="P:System.Windows.Forms.ToolStripItemCollection.IsReadOnly"> <summary>Gets a value indicating whether the <see cref="T:System.Windows.Forms.ToolStripItemCollection" /> is read-only.</summary> <returns>true if the <see cref="T:System.Windows.Forms.ToolStripItemCollection" /> is read-only; otherwise, false.</returns> </member> <member name="P:System.Windows.Forms.ToolStripItemCollection.Item(System.Int32)"> <summary>Gets the item at the specified index.</summary> <returns>The <see cref="T:System.Windows.Forms.ToolStripItem" /> located at the specified position in the <see cref="T:System.Windows.Forms.ToolStripItemCollection" />.</returns> <param name="index">The zero-based index of the item to get.</param> </member> <member name="P:System.Windows.Forms.ToolStripItemCollection.Item(System.String)"> <summary>Gets the item with the specified name.</summary> <returns>The <see cref="T:System.Windows.Forms.ToolStripItem" /> with the specified name.</returns> <param name="key">The name of the item to get.</param> </member> <member name="M:System.Windows.Forms.ToolStripItemCollection.Remove(System.Windows.Forms.To olStripItem)"> <summary>Removes the specified item from the collection.</summary> <param name="value">The <see cref="T:System.Windows.Forms.ToolStripItem" /> to remove from the <see cref="T:System.Windows.Forms.ToolStripItemCollection" />. </param> <exception cref="T:System.NotSupportedException">The <see cref="T:System.Windows.Forms.ToolStripItemCollection" /> is read-only.</exception> </member> <member name="M:System.Windows.Forms.ToolStripItemCollection.RemoveAt(System.Int32)"> <summary>Removes an item from the specified index in the collection.</summary> <param name="index">The index value of the <see cref="T:System.Windows.Forms.ToolStripItem" /> to remove. </param> <exception cref="T:System.NotSupportedException">The <see cref="T:System.Windows.Forms.ToolStripItemCollection" /> is read-only.</exception> </member> <member name="M:System.Windows.Forms.ToolStripItemCollection.RemoveByKey(System.String)"> <summary>Removes the item that has the specified key.</summary> <param name="key">The key of the <see cref="T:System.Windows.Forms.ToolStripItem" /> to remove. </param> <exception cref="T:System.NotSupportedException">The <see cref="T:System.Windows.Forms.ToolStripItemCollection" /> is read-only.</exception> </member> <member name="M:System.Windows.Forms.ToolStripItemCollection.System#Collections#IList#Add(S ystem.Object)"> <summary>Adds an item to the collection.</summary> <returns>The location at which <paramref name="value" /> was inserted.</returns> <param name="value">The item to add to the collection.</param> </member> <member name="M:System.Windows.Forms.ToolStripItemCollection.System#Collections#IList#Clear "> <summary>Removes all items from the collection.</summary> </member> <member name="M:System.Windows.Forms.ToolStripItemCollection.System#Collections#IList#Conta ins(System.Object)"> <summary>Determines if the collection contains a specified item.</summary> <returns>true if <paramref name="value" /> is contained in the collection; otherwise, false.</returns> <param name="value">The item to locate in the collection.</param> </member> <member name="M:System.Windows.Forms.ToolStripItemCollection.System#Collections#IList#Index Of(System.Object)"> <summary>Determines the location of a specified item in the collection.</summary> <returns>The index of the item in the collection, if found; otherwise, -1.</returns> <param name="value">The item to locate in the collection.</param> </member> <member name="M:System.Windows.Forms.ToolStripItemCollection.System#Collections#IList#Inser t(System.Int32,System.Object)"> <summary>Inserts an item into the collection at a specified index.</summary> <param name="index">The zero-based index at which to insert <paramref name="value" />.</param> <param name="value">The item to insert into the collection.</param> </member> <member name="P:System.Windows.Forms.ToolStripItemCollection.System#Collections#IList#IsFix edSize"> <summary>Gets a value indicating whether the collection has a fixed size.</summary> <returns>true if the collection has a fixed size; otherwise, false.</returns> </member> <member name="P:System.Windows.Forms.ToolStripItemCollection.System#Collections#IList#Item( System.Int32)"> <summary>Retrieves the element at the specified index.</summary> <returns>The <see cref="T:System.Windows.Forms.ToolStripItem" /> at the specified index.</returns> <param name="index">The zero-based index of the item to get.</param> </member> <member name="M:System.Windows.Forms.ToolStripItemCollection.System#Collections#IList#Remov e(System.Object)"> <summary>Removes the first occurrence of a specified item from the collection.</summary> <param name="value">The item to remove from the collection.</param> </member> <member name="M:System.Windows.Forms.ToolStripItemCollection.System#Collections#IList#Remov eAt(System.Int32)"> <summary>Removes an item from the collection at a specified index.</summary> <param name="index">The zero-based index of the item to remove.</param> </member> <member name="T:System.Windows.Forms.ToolStripItemDisplayStyle"> <summary>Specifies what to render (image or text) for this <see cref="T:System.Windows.Forms.ToolStripItem" />.</summary> </member> <member name="F:System.Windows.Forms.ToolStripItemDisplayStyle.Image"> <summary>Specifies that only an image is to be rendered for this <see cref="T:System.Windows.Forms.ToolStripItem" />.</summary> </member> <member name="F:System.Windows.Forms.ToolStripItemDisplayStyle.ImageAndText"> <summary>Specifies that both an image and text are to be rendered for this <see cref="T:System.Windows.Forms.ToolStripItem" />.</summary> </member> <member name="F:System.Windows.Forms.ToolStripItemDisplayStyle.None"> <summary>Specifies that neither image nor text is to be rendered for this <see cref="T:System.Windows.Forms.ToolStripItem" />.</summary> </member> <member name="F:System.Windows.Forms.ToolStripItemDisplayStyle.Text"> <summary>Specifies that only text is to be rendered for this <see cref="T:System.Windows.Forms.ToolStripItem" />.</summary> </member> <member name="T:System.Windows.Forms.ToolStripItemEventArgs"> <summary>Provides data for <see cref="T:System.Windows.Forms.ToolStripItem" /> events.</summary> </member> <member name="M:System.Windows.Forms.ToolStripItemEventArgs.#ctor(System.Windows.Forms.Tool StripItem)"> <summary>Initializes a new instance of the <see cref="T:System.Windows.Forms.ToolStripItemEventArgs" /> class, specifying a <see cref="T:System.Windows.Forms.ToolStripItem" />. </summary> <param name="item">The <see cref="T:System.Windows.Forms.ToolStripItem" /> for which to specify events.</param> </member> <member name="P:System.Windows.Forms.ToolStripItemEventArgs.Item"> <summary>Gets a <see cref="T:System.Windows.Forms.ToolStripItem" /> for which to handle events.</summary> <returns>A <see cref="T:System.Windows.Forms.ToolStripItem" /> for which to handle events.</returns> </member> <member name="T:System.Windows.Forms.ToolStripItemEventHandler"> <summary>Represents the method that will handle events for a <see cref="T:System.Windows.Forms.ToolStripItem" />.</summary> <param name="sender">The source of the event.</param> <param name="e">A <see cref="T:System.Windows.Forms.ToolStripItemEventArgs" /> that contains the event data.</param> </member> <member name="T:System.Windows.Forms.ToolStripItemImageRenderEventArgs"> <summary>Provides data for the <see cref="E:System.Windows.Forms.ToolStripRenderer.RenderItemImage" /> event. </summary> </member> <member name="M:System.Windows.Forms.ToolStripItemImageRenderEventArgs.#ctor(System.Drawing .Graphics,System.Windows.Forms.ToolStripItem,System.Drawing.Image,System.Drawing.Re ctangle)"> <summary>Initializes a new instance of the <see cref="T:System.Windows.Forms.ToolStripItemImageRenderEventArgs" /> class for the specified <see cref="T:System.Windows.Forms.ToolStripItem" /> that displays an image within the specified space and that has the specified properties. </summary> <param name="g">The <see cref="T:System.Drawing.Graphics" /> used to paint the image.</param> <param name="item">The <see cref="T:System.Windows.Forms.ToolStripItem" /> on which to draw the image.</param> <param name="image">The <see cref="T:System.Drawing.Image" /> to paint.</param> <param name="imageRectangle">The bounding area of the image.</param> </member> <member name="M:System.Windows.Forms.ToolStripItemImageRenderEventArgs.#ctor(System.Drawing .Graphics,System.Windows.Forms.ToolStripItem,System.Drawing.Rectangle)"> <summary>Initializes a new instance of the <see cref="T:System.Windows.Forms.ToolStripItemImageRenderEventArgs" /> class for the specified <see cref="T:System.Windows.Forms.ToolStripItem" /> within the specified space and that has the specified properties.</summary> <param name="g">The <see cref="T:System.Drawing.Graphics" /> used to paint the image.</param> <param name="item">The <see cref="T:System.Windows.Forms.ToolStripItem" />.</param> <param name="imageRectangle">The bounding area of the image.</param> </member> <member name="P:System.Windows.Forms.ToolStripItemImageRenderEventArgs.Image"> <summary>Gets the image painted on the <see cref="T:System.Windows.Forms.ToolStrip" />.</summary> <returns>The <see cref="T:System.Drawing.Image" /> painted on the <see cref="T:System.Windows.Forms.ToolStrip" />.</returns> </member> <member name="P:System.Windows.Forms.ToolStripItemImageRenderEventArgs.ImageRectangle"> <summary>Gets the rectangle that represents the bounding area of the image.</summary> <returns>A <see cref="T:System.Drawing.Rectangle" /> that represents the bounding area of the image.</returns> </member> <member name="T:System.Windows.Forms.ToolStripItemImageRenderEventHandler"> <summary>Represents the method that will handle the <see cref="E:System.Windows.Forms.ToolStripRenderer.RenderItemImage" /> event or <see cref="E:System.Windows.Forms.ToolStripRenderer.RenderItemCheck" /> event of a <see cref="T:System.Windows.Forms.ToolStripRenderer" />. </summary> <param name="sender">The source of the event. </param> <param name="e">A <see cref="T:System.Windows.Forms.ToolStripItemImageRenderEventArgs" /> that contains the event data. </param> </member> <member name="T:System.Windows.Forms.ToolStripItemImageScaling"> <summary>Specifies whether the size of the image on a <see cref="T:System.Windows.Forms.ToolStripItem" /> is automatically adjusted to fit on a <see cref="T:System.Windows.Forms.ToolStrip" /> while retaining the original image proportions.</summary> </member> <member name="F:System.Windows.Forms.ToolStripItemImageScaling.None"> <summary>Specifies that the size of the image on a <see cref="T:System.Windows.Forms.ToolStripItem" /> is not automatically adjusted to fit on a <see cref="T:System.Windows.Forms.ToolStrip" />.</summary> </member> <member name="F:System.Windows.Forms.ToolStripItemImageScaling.SizeToFit"> <summary>Specifies that the size of the image on a <see cref="T:System.Windows.Forms.ToolStripItem" /> is automatically adjusted to fit on a <see cref="T:System.Windows.Forms.ToolStrip" />.</summary> </member> <member name="T:System.Windows.Forms.ToolStripItemOverflow"> <summary>Determines whether a <see cref="T:System.Windows.Forms.ToolStripItem" /> is placed in the overflow <see cref="T:System.Windows.Forms.ToolStrip" />.</summary> </member> <member name="F:System.Windows.Forms.ToolStripItemOverflow.Always"> <summary>Specifies that a <see cref="T:System.Windows.Forms.ToolStripItem" /> is permanently shown in the overflow <see cref="T:System.Windows.Forms.ToolStrip" />.</summary> </member> <member name="F:System.Windows.Forms.ToolStripItemOverflow.AsNeeded"> <summary>Specifies that a <see cref="T:System.Windows.Forms.ToolStripItem" /> drifts between the main <see cref="T:System.Windows.Forms.ToolStrip" /> and the overflow <see cref="T:System.Windows.Forms.ToolStrip" /> as required if space is not available on the main <see cref="T:System.Windows.Forms.ToolStrip" />.</summary> </member> <member name="F:System.Windows.Forms.ToolStripItemOverflow.Never"> <summary>Specifies that a <see cref="T:System.Windows.Forms.ToolStripItem" /> is never a candidate for the overflow <see cref="T:System.Windows.Forms.ToolStrip" />. If the <see cref="T:System.Windows.Forms.ToolStripItem" /> cannot fit on the main <see cref="T:System.Windows.Forms.ToolStrip" />, it will not be shown.</summary> </member> <member name="T:System.Windows.Forms.ToolStripItemPlacement"> <summary>Specifies where a <see cref="T:System.Windows.Forms.ToolStripItem" /> is to be layed out.</summary> </member> <member name="F:System.Windows.Forms.ToolStripItemPlacement.Main"> <summary>Specifies that a <see cref="T:System.Windows.Forms.ToolStripItem" /> is to be layed out on the main <see cref="T:System.Windows.Forms.ToolStrip" />.</summary> </member> <member name="F:System.Windows.Forms.ToolStripItemPlacement.None"> <summary>Specifies that a <see cref="T:System.Windows.Forms.ToolStripItem" /> is not to be layed out on the screen.</summary> </member> <member name="F:System.Windows.Forms.ToolStripItemPlacement.Overflow"> <summary>Specifies that a <see cref="T:System.Windows.Forms.ToolStripItem" /> is to be layed out on the overflow <see cref="T:System.Windows.Forms.ToolStrip" />.</summary> </member> <member name="T:System.Windows.Forms.ToolStripItemRenderEventArgs"> <summary>Provides data for the events that render the background of objects derived from <see cref="T:System.Windows.Forms.ToolStripItem" /> in the <see cref="T:System.Windows.Forms.ToolStripRenderer" /> class. </summary> </member> <member name="M:System.Windows.Forms.ToolStripItemRenderEventArgs.#ctor(System.Drawing.Grap hics,System.Windows.Forms.ToolStripItem)"> <summary>Initializes a new instance of the <see cref="T:System.Windows.Forms.ToolStripItemRenderEventArgs" /> class for the specified <see cref="T:System.Windows.Forms.ToolStripItem" /> and using the specified <see cref="T:System.Drawing.Graphics" />. </summary> <param name="g">The <see cref="T:System.Drawing.Graphics" /> object used to draw the item.</param> <param name="item">The <see cref="T:System.Windows.Forms.ToolStripItem" /> to be drawn.</param> </member> <member name="P:System.Windows.Forms.ToolStripItemRenderEventArgs.Graphics"> <summary>Gets the graphics used to paint the <see cref="T:System.Windows.Forms.ToolStripItem" />.</summary> <returns>The <see cref="T:System.Drawing.Graphics" /> used to paint the <see cref="T:System.Windows.Forms.ToolStripItem" />.</returns> </member> <member name="P:System.Windows.Forms.ToolStripItemRenderEventArgs.Item"> <summary>Gets the <see cref="T:System.Windows.Forms.ToolStripItem" /> to paint.</summary> <returns>The <see cref="T:System.Windows.Forms.ToolStripItem" /> to paint.</returns> </member> <member name="P:System.Windows.Forms.ToolStripItemRenderEventArgs.ToolStrip"> <summary>Gets the value of the <see cref="P:System.Windows.Forms.ToolStripItem.Owner" /> property for the <see cref="T:System.Windows.Forms.ToolStripItem" /> to paint.</summary> <returns>The <see cref="T:System.Windows.Forms.ToolStrip" /> that is the owner of the <see cref="T:System.Windows.Forms.ToolStripItem" />.</returns> </member> <member name="T:System.Windows.Forms.ToolStripItemRenderEventHandler"> <summary>Represents the method that handles the events that render the background of objects derived from <see cref="T:System.Windows.Forms.ToolStripItem" /> in the <see cref="T:System.Windows.Forms.ToolStripRenderer" /> class. </summary> <param name="sender">The source of the event.</param> <param name="e">A <see cref="T:System.Windows.Forms.ToolStripItemRenderEventArgs" /> that contains the event data. </param> </member> <member name="T:System.Windows.Forms.ToolStripItemTextRenderEventArgs"> <summary>Provides data for the <see cref="E:System.Windows.Forms.ToolStripRenderer.RenderItemText" /> event.</summary> </member> <member name="M:System.Windows.Forms.ToolStripItemTextRenderEventArgs.#ctor(System.Drawing. Graphics,System.Windows.Forms.ToolStripItem,System.String,System.Drawing.Rectangle, System.Drawing.Color,System.Drawing.Font,System.Drawing.ContentAlignment)"> <summary>Initializes a new instance of the <see cref="T:System.Windows.Forms.ToolStripItemTextRenderEventArgs" /> class with the specified text and text properties. </summary> <param name="g">The <see cref="T:System.Drawing.Graphics" /> used to draw the text.</param> <param name="item">The <see cref="T:System.Windows.Forms.ToolStripItem" /> on which to draw the text.</param> <param name="text">The text to be drawn.</param> <param name="textRectangle">The <see cref="T:System.Drawing.Rectangle" /> that represents the bounds to draw the text in.</param> <param name="textColor">The <see cref="T:System.Drawing.Color" /> used to draw the text.</param> <param name="textFont">The <see cref="T:System.Drawing.Font" /> used to draw the text.</param> <param name="textAlign">The <see cref="T:System.Drawing.ContentAlignment" /> that specifies the vertical and horizontal alignment of the text in the bounding area.</param> </member> <member name="M:System.Windows.Forms.ToolStripItemTextRenderEventArgs.#ctor(System.Drawing. Graphics,System.Windows.Forms.ToolStripItem,System.String,System.Drawing.Rectangle, System.Drawing.Color,System.Drawing.Font,System.Windows.Forms.TextFormatFlags)"> <summary>Initializes a new instance of the <see cref="T:System.Windows.Forms.ToolStripItemTextRenderEventArgs" /> class with the specified text and text properties format.</summary> <param name="g">The <see cref="T:System.Drawing.Graphics" /> used to draw the text.</param> <param name="item">The <see cref="T:System.Windows.Forms.ToolStripItem" /> on which to draw the text.</param> <param name="text">The text to be drawn.</param> <param name="textRectangle">The <see cref="T:System.Drawing.Rectangle" /> that represents the bounds to draw the text in.</param> <param name="textColor">The <see cref="T:System.Drawing.Color" /> used to draw the text.</param> <param name="textFont">The <see cref="T:System.Drawing.Font" /> used to draw the text.</param> <param name="format">The display and layout information for text strings.</param> </member> <member name="P:System.Windows.Forms.ToolStripItemTextRenderEventArgs.Text"> <summary>Gets or sets the text to be drawn on the <see cref="T:System.Windows.Forms.ToolStripItem" />.</summary> <returns>A string that represents the text to be painted on the <see cref="T:System.Windows.Forms.ToolStripItem" />.</returns> </member> <member name="P:System.Windows.Forms.ToolStripItemTextRenderEventArgs.TextColor"> <summary>Gets or sets the color of the <see cref="T:System.Windows.Forms.ToolStripItem" /> text. </summary> <returns>A <see cref="T:System.Drawing.Color" /> that represents the color of the <see cref="T:System.Windows.Forms.ToolStripItem" /> text.</returns> </member> <member name="P:System.Windows.Forms.ToolStripItemTextRenderEventArgs.TextDirection"> <summary>Gets or sets whether the text is drawn vertically or horizontally.</summary> <returns>One of the <see cref="T:System.Windows.Forms.ToolStripTextDirection" /> values. </returns> </member> <member name="P:System.Windows.Forms.ToolStripItemTextRenderEventArgs.TextFont"> <summary>Gets or sets the font of the text drawn on the <see cref="T:System.Windows.Forms.ToolStripItem" />.</summary> <returns>The <see cref="T:System.Drawing.Font" /> of the text drawn on the <see cref="T:System.Windows.Forms.ToolStripItem" />.</returns> </member> <member name="P:System.Windows.Forms.ToolStripItemTextRenderEventArgs.TextFormat"> <summary>Gets or sets the display and layout information of the text drawn on the <see cref="T:System.Windows.Forms.ToolStripItem" />.</summary> <returns>A bitwise combination of the <see cref="T:System.Windows.Forms.TextFormatFlags" /> values that specify the display and layout information of the drawn text. </returns> </member> <member name="P:System.Windows.Forms.ToolStripItemTextRenderEventArgs.TextRectangle"> <summary>Gets or sets the rectangle that represents the bounds to draw the text in.</summary> <returns>The <see cref="T:System.Drawing.Rectangle" /> that represents the bounds to draw the text in.</returns> </member> <member name="T:System.Windows.Forms.ToolStripItemTextRenderEventHandler"> <summary>Represents the method that will handle the <see cref="E:System.Windows.Forms.ToolStripRenderer.RenderItemText" /> event of a <see cref="T:System.Windows.Forms.ToolStripRenderer" />. </summary> <param name="sender">The source of the event. </param> <param name="e">A <see cref="T:System.Windows.Forms.ToolStripItemTextRenderEventArgs" /> that contains the event data. </param> </member> <member name="T:System.Windows.Forms.ToolStripLabel"> <summary>Represents a nonselectable <see cref="T:System.Windows.Forms.ToolStripItem" /> that renders text and images and can display hyperlinks.</summary> </member> <member name="M:System.Windows.Forms.ToolStripLabel.#ctor"> <summary>Initializes a new instance of the <see cref="T:System.Windows.Forms.ToolStripLabel" /> class.</summary> </member> <member name="M:System.Windows.Forms.ToolStripLabel.#ctor(System.Drawing.Image)"> <summary>Initializes a new instance of the <see cref="T:System.Windows.Forms.ToolStripLabel" /> class, specifying the image to display.</summary> <param name="image">The <see cref="T:System.Drawing.Image" /> to display on the <see cref="T:System.Windows.Forms.ToolStripLabel" />.</param> </member> <member name="M:System.Windows.Forms.ToolStripLabel.#ctor(System.String)"> <summary>Initializes a new instance of the <see cref="T:System.Windows.Forms.ToolStripLabel" /> class, specifying the text to display.</summary> <param name="text">The text to display on the <see cref="T:System.Windows.Forms.ToolStripLabel" />.</param> </member> <member name="M:System.Windows.Forms.ToolStripLabel.#ctor(System.String,System.Drawing.Imag e)"> <summary>Initializes a new instance of the <see cref="T:System.Windows.Forms.ToolStripLabel" /> class, specifying the text and image to display.</summary> <param name="text">The text to display on the <see cref="T:System.Windows.Forms.ToolStripLabel" />.</param> <param name="image">The <see cref="T:System.Drawing.Image" /> to display on the <see cref="T:System.Windows.Forms.ToolStripLabel" />.</param> </member> <member name="M:System.Windows.Forms.ToolStripLabel.#ctor(System.String,System.Drawing.Imag e,System.Boolean)"> <summary>Initializes a new instance of the <see cref="T:System.Windows.Forms.ToolStripLabel" /> class, specifying the text and image to display and whether the <see cref="T:System.Windows.Forms.ToolStripLabel" /> acts as a link.</summary> <param name="text">The text to display on the <see cref="T:System.Windows.Forms.ToolStripLabel" />.</param> <param name="image">The <see cref="T:System.Drawing.Image" /> to display on the <see cref="T:System.Windows.Forms.ToolStripLabel" />.</param> <param name="isLink">true if the <see cref="T:System.Windows.Forms.ToolStripLabel" /> acts as a link; otherwise, false. </param> </member> <member name="M:System.Windows.Forms.ToolStripLabel.#ctor(System.String,System.Drawing.Imag e,System.Boolean,System.EventHandler)"> <summary>Initializes a new instance of the <see cref="T:System.Windows.Forms.ToolStripLabel" /> class, specifying the text and image to display, whether the <see cref="T:System.Windows.Forms.ToolStripLabel" /> acts as a link, and providing a <see cref="E:System.Windows.Forms.ToolStripItem.Click" /> event handler.</summary> <param name="text">The text to display on the <see cref="T:System.Windows.Forms.ToolStripLabel" />.</param> <param name="image">The <see cref="T:System.Drawing.Image" /> to display on the <see cref="T:System.Windows.Forms.ToolStripLabel" />.</param> <param name="isLink">true if the <see cref="T:System.Windows.Forms.ToolStripLabel" /> acts as a link; otherwise, false. </param> <param name="onClick">A <see cref="E:System.Windows.Forms.ToolStripItem.Click" /> event handler.</param> </member> <member name="M:System.Windows.Forms.ToolStripLabel.#ctor(System.String,System.Drawing.Imag e,System.Boolean,System.EventHandler,System.String)"> <summary>Initializes a new instance of the <see cref="T:System.Windows.Forms.ToolStripLabel" /> class, specifying the text and image to display, whether the <see cref="T:System.Windows.Forms.ToolStripLabel" /> acts as a link, and providing a <see cref="E:System.Windows.Forms.ToolStripItem.Click" /> event handler and name for the <see cref="T:System.Windows.Forms.ToolStripLabel" />.</summary> <param name="text">The text to display on the <see cref="T:System.Windows.Forms.ToolStripLabel" />.</param> <param name="image">The <see cref="T:System.Drawing.Image" /> to display on the <see cref="T:System.Windows.Forms.ToolStripLabel" />.</param> <param name="isLink">true if the <see cref="T:System.Windows.Forms.ToolStripLabel" /> acts as a link; otherwise, false. </param> <param name="onClick">A <see cref="E:System.Windows.Forms.ToolStripItem.Click" /> event handler.</param> <param name="name">The name of the <see cref="T:System.Windows.Forms.ToolStripLabel" />.</param> </member> <member name="P:System.Windows.Forms.ToolStripLabel.ActiveLinkColor"> <summary>Gets or sets the color used to display an active link.</summary> <returns>A <see cref="T:System.Drawing.Color" /> that represents the color to display an active link. The default color is specified by the system. Typically, this color is Color.Red.</returns> </member> <member name="P:System.Windows.Forms.ToolStripLabel.CanSelect"> <summary>Gets a value indicating the selectable state of a <see cref="T:System.Windows.Forms.ToolStripLabel" />.</summary> <returns>false in all cases.</returns> </member> <member name="M:System.Windows.Forms.ToolStripLabel.CreateAccessibilityInstance"></member> <member name="P:System.Windows.Forms.ToolStripLabel.IsLink"> <summary>Gets or sets a value indicating whether the <see cref="T:System.Windows.Forms.ToolStripLabel" /> is a hyperlink. </summary> <returns>true if the <see cref="T:System.Windows.Forms.ToolStripLabel" /> is a hyperlink; otherwise, false. The default is false.</returns> </member> <member name="P:System.Windows.Forms.ToolStripLabel.LinkBehavior"> <summary>Gets or sets a value that represents the behavior of a link.</summary> <returns>One of the <see cref="T:System.Windows.Forms.LinkBehavior" /> values. The default is LinkBehavior.SystemDefault.</returns> </member> <member name="P:System.Windows.Forms.ToolStripLabel.LinkColor"> <summary>Gets or sets the color used when displaying a normal link.</summary> <returns>A <see cref="T:System.Drawing.Color" /> that represents the color used to displaying a normal link. The default color is specified by the system. Typically, this color is Color.Blue.</returns> </member> <member name="P:System.Windows.Forms.ToolStripLabel.LinkVisited"> <summary>Gets or sets a value indicating whether a link should be displayed as though it were visited.</summary> <returns>true if links should display as though they were visited; otherwise, false. The default is false.</returns> </member> <member name="M:System.Windows.Forms.ToolStripLabel.OnFontChanged(System.EventArgs)"> <summary>Raises the <see cref="E:System.Windows.Forms.Control.FontChanged" /> event.</summary> <param name="e">An <see cref="T:System.EventArgs" /> that contains the event data. </param> </member> <member name="M:System.Windows.Forms.ToolStripLabel.OnMouseEnter(System.EventArgs)"> <summary>Raises the <see cref="E:System.Windows.Forms.ToolStripItem.MouseEnter" /> event.</summary> <param name="e">An <see cref="T:System.EventArgs" /> that contains the event data.</param> </member> <member name="M:System.Windows.Forms.ToolStripLabel.OnMouseLeave(System.EventArgs)"> <summary>Raises the <see cref="E:System.Windows.Forms.ToolStripItem.MouseLeave" /> event.</summary> <param name="e">An <see cref="T:System.EventArgs" /> that contains the event data.</param> </member> <member name="M:System.Windows.Forms.ToolStripLabel.OnPaint(System.Windows.Forms.PaintEvent Args)"> <summary>Raises the <see cref="E:System.Windows.Forms.ToolStripItem.Paint" /> event.</summary> <param name="e">A <see cref="T:System.Windows.Forms.PaintEventArgs" /> that contains the event data.</param> </member> <member name="M:System.Windows.Forms.ToolStripLabel.ProcessMnemonic(System.Char)"> <summary>Processes a mnemonic character.</summary> <returns>true if the character was processed as a mnemonic by the control; otherwise, false.</returns> <param name="charCode">The character to process. </param> </member> <member name="P:System.Windows.Forms.ToolStripLabel.VisitedLinkColor"> <summary>Gets or sets the color used when displaying a link that that has been previously visited.</summary> <returns>A <see cref="T:System.Drawing.Color" /> that represents the color used to display links that have been visited. The default color is specified by the system. Typically, this color is Color.Purple.</returns> </member> <member name="T:System.Windows.Forms.ToolStripLayoutStyle"> <summary>Specifies the possible alignments with which the items of a <see cref="T:System.Windows.Forms.ToolStrip" /> can be displayed.</summary> </member> <member name="F:System.Windows.Forms.ToolStripLayoutStyle.Flow"> <summary>Specifies that items flow horizontally or vertically as necessary.</summary> </member> <member name="F:System.Windows.Forms.ToolStripLayoutStyle.HorizontalStackWithOverflow"> <summary>Specifies that items are laid out horizontally and overflow as necessary.</summary> </member> <member name="F:System.Windows.Forms.ToolStripLayoutStyle.StackWithOverflow"> <summary>Specifies that items are laid out automatically.</summary> </member> <member name="F:System.Windows.Forms.ToolStripLayoutStyle.Table"> <summary>Specifies that items are laid out flush left.</summary> </member> <member name="F:System.Windows.Forms.ToolStripLayoutStyle.VerticalStackWithOverflow"> <summary>Specifies that items are laid out vertically, are centered within the control, and overflow as necessary.</summary> </member> <member name="T:System.Windows.Forms.ToolStripManager"> <summary>Controls <see cref="T:System.Windows.Forms.ToolStrip" /> rendering and rafting, and the merging of <see cref="T:System.Windows.Forms.MenuStrip" />, <see cref="T:System.Windows.Forms.ToolStripDropDownMenu" />, and <see cref="T:System.Windows.Forms.ToolStripMenuItem" /> objects. This class cannot be inherited.</summary> </member> <member name="M:System.Windows.Forms.ToolStripManager.FindToolStrip(System.String)"> <summary>Finds the specified <see cref="T:System.Windows.Forms.ToolStrip" /> or a type derived from <see cref="T:System.Windows.Forms.ToolStrip" />.</summary> <returns>The <see cref="T:System.Windows.Forms.ToolStrip" /> or one of its derived types as specified by the <paramref name="toolStripName" /> parameter, or null if the <see cref="T:System.Windows.Forms.ToolStrip" /> is not found.</returns> <param name="toolStripName">A string specifying the name of the <see cref="T:System.Windows.Forms.ToolStrip" /> or derived <see cref="T:System.Windows.Forms.ToolStrip" /> type to find.</param> </member> <member name="M:System.Windows.Forms.ToolStripManager.IsShortcutDefined(System.Windows.Form s.Keys)"> <summary>Retrieves a value indicating whether the specified shortcut key is used by any of the <see cref="T:System.Windows.Forms.ToolStrip" /> controls of a form.</summary> <returns>true if the shortcut key is used by any <see cref="T:System.Windows.Forms.ToolStrip" /> on the form; otherwise, false. </returns> <param name="shortcut">The shortcut key for which to search.</param> </member> <member name="M:System.Windows.Forms.ToolStripManager.IsValidShortcut(System.Windows.Forms. Keys)"> <summary>Retrieves a value indicating whether a defined shortcut key is valid.</summary> <returns>true if the shortcut key is valid; otherwise, false. </returns> <param name="shortcut">The shortcut key to test for validity.</param> </member> <member name="M:System.Windows.Forms.ToolStripManager.LoadSettings(System.Windows.Forms.For m)"> <summary>Loads settings for the given <see cref="T:System.Windows.Forms.Form" /> using the full name of the <see cref="T:System.Windows.Forms.Form" /> as the settings key.</summary> <param name="targetForm">The <see cref="T:System.Windows.Forms.Form" /> whose name is also the settings key.</param> <exception cref="T:System.ArgumentNullException">The <paramref name="targetForm" /> parameter is null.</exception> </member> <member name="M:System.Windows.Forms.ToolStripManager.LoadSettings(System.Windows.Forms.For m,System.String)"> <summary>Loads settings for the specified <see cref="T:System.Windows.Forms.Form" /> using the specified settings key.</summary> <param name="targetForm">The <see cref="T:System.Windows.Forms.Form" /> for which to load settings.</param> <param name="key">A <see cref="T:System.String" /> representing the settings key for this <see cref="T:System.Windows.Forms.Form" />.</param> <exception cref="T:System.ArgumentNullException">The <paramref name="targetForm" /> parameter is null.</exception> <exception cref="T:System.ArgumentNullException">The <paramref name="key" /> parameter is null or empty.</exception> </member> <member name="M:System.Windows.Forms.ToolStripManager.Merge(System.Windows.Forms.ToolStrip, System.String)"> <summary>Combines two <see cref="T:System.Windows.Forms.ToolStrip" /> objects of the same type.</summary> <returns>true if the merge is successful; otherwise, false. </returns> <param name="sourceToolStrip">The <see cref="T:System.Windows.Forms.ToolStrip" /> to be combined with the <see cref="T:System.Windows.Forms.ToolStrip" /> referred to by the <paramref name="targetName" /> parameter.</param> <param name="targetName">The name of the <see cref="T:System.Windows.Forms.ToolStrip" /> that receives the <see cref="T:System.Windows.Forms.ToolStrip" /> referred to by the <paramref name="sourceToolStrip" /> parameter.</param> <exception cref="T:System.ArgumentNullException">The <paramref name="sourceToolStrip" /> or <paramref name="targetName" /> parameter is null.</exception> <exception cref="T:System.ArgumentException">The <paramref name="sourceToolStrip" /> or <paramref name="targetName" /> parameters refer to the same <see cref="T:System.Windows.Forms.ToolStrip" />.</exception> </member> <member name="M:System.Windows.Forms.ToolStripManager.Merge(System.Windows.Forms.ToolStrip, System.Windows.Forms.ToolStrip)"> <summary>Combines two <see cref="T:System.Windows.Forms.ToolStrip" /> objects of different types.</summary> <returns>true if the merge is successful; otherwise, false.</returns> <param name="sourceToolStrip">The <see cref="T:System.Windows.Forms.ToolStrip" /> to be combined with the <see cref="T:System.Windows.Forms.ToolStrip" /> referred to by the <paramref name="targetToolStrip" /> parameter.</param> <param name="targetToolStrip">The <see cref="T:System.Windows.Forms.ToolStrip" /> that receives the <see cref="T:System.Windows.Forms.ToolStrip" /> referred to by the <paramref name="sourceToolStrip" /> parameter.</param> </member> <member name="P:System.Windows.Forms.ToolStripManager.Renderer"> <summary>Gets or sets the default painting styles for the form.</summary> <returns>One of the <see cref="T:System.Windows.Forms.ToolStripRenderer" /> values.</returns> </member> <member name="E:System.Windows.Forms.ToolStripManager.RendererChanged"> <summary>Occurs when the value of the <see cref="P:System.Windows.Forms.ToolStripManager.Renderer" /> property changes.</summary> </member> <member name="P:System.Windows.Forms.ToolStripManager.RenderMode"> <summary>Gets or sets the default theme for the form.</summary> <returns>One of the <see cref="T:System.Windows.Forms.ToolStripManagerRenderMode" /> values.</returns> <exception cref="T:System.ComponentModel.InvalidEnumArgumentException">The set value was not one of the <see cref="T:System.Windows.Forms.ToolStripManagerRenderMode" /> values.</exception> <exception cref="T:System.NotSupportedException"> <see cref="T:System.Windows.Forms.ToolStripManagerRenderMode" /> is set to <see cref="F:System.Windows.Forms.ToolStripManagerRenderMode.Custom" />; use the <see cref="P:System.Windows.Forms.ToolStripManager.Renderer" /> property instead.</exception> </member> <member name="M:System.Windows.Forms.ToolStripManager.RevertMerge(System.String)"> <summary>Undoes a merging of two <see cref="T:System.Windows.Forms.ToolStrip" /> objects, returning the <see cref="T:System.Windows.Forms.ToolStrip" /> with the specified name to its state before the merge and nullifying all previous merge operations.</summary> <returns>true if the undoing of the merge is successful; otherwise, false. </returns> <param name="targetName">The name of the <see cref="T:System.Windows.Forms.ToolStripItem" /> for which to undo a merge operation.</param> </member> <member name="M:System.Windows.Forms.ToolStripManager.RevertMerge(System.Windows.Forms.Tool Strip)"> <summary>Undoes a merging of two <see cref="T:System.Windows.Forms.ToolStrip" /> objects, returning the specified <see cref="T:System.Windows.Forms.ToolStrip" /> to its state before the merge and nullifying all previous merge operations.</summary> <returns>true if the undoing of the merge is successful; otherwise, false. </returns> <param name="targetToolStrip">The <see cref="T:System.Windows.Forms.ToolStripItem" /> for which to undo a merge operation.</param> </member> <member name="M:System.Windows.Forms.ToolStripManager.RevertMerge(System.Windows.Forms.Tool Strip,System.Windows.Forms.ToolStrip)"> <summary>Undoes a merging of two <see cref="T:System.Windows.Forms.ToolStrip" /> objects, returning both <see cref="T:System.Windows.Forms.ToolStrip" /> controls to their state before the merge and nullifying all previous merge operations.</summary> <returns>true if the undoing of the merge is successful; otherwise, false.</returns> <param name="targetToolStrip">The name of the <see cref="T:System.Windows.Forms.ToolStripItem" /> for which to undo a merge operation.</param> <param name="sourceToolStrip">The <see cref="T:System.Windows.Forms.ToolStrip" /> that was merged with the <paramref name="targetToolStrip" />.</param> <exception cref="T:System.ArgumentNullException">The <paramref name="sourceToolStrip" /> is null.</exception> </member> <member name="M:System.Windows.Forms.ToolStripManager.SaveSettings(System.Windows.Forms.For m)"> <summary>Saves settings for the given <see cref="T:System.Windows.Forms.Form" /> using the full name of the <see cref="T:System.Windows.Forms.Form" /> as the settings key.</summary> <param name="sourceForm">The <see cref="T:System.Windows.Forms.Form" /> whose name is also the settings key.</param> <exception cref="T:System.ArgumentNullException">The <paramref name="sourceForm" /> parameter is null.</exception> </member> <member name="M:System.Windows.Forms.ToolStripManager.SaveSettings(System.Windows.Forms.For m,System.String)"> <summary>Saves settings for the specified <see cref="T:System.Windows.Forms.Form" /> using the specified settings key.</summary> <param name="sourceForm">The <see cref="T:System.Windows.Forms.Form" /> for which to save settings.</param> <param name="key">A <see cref="T:System.String" /> representing the settings key for this <see cref="T:System.Windows.Forms.Form" />.</param> <exception cref="T:System.ArgumentNullException">The <paramref name="sourceForm" /> parameter is null.</exception> <exception cref="T:System.ArgumentNullException">The <paramref name="key" /> parameter is null or empty.</exception> </member> <member name="P:System.Windows.Forms.ToolStripManager.VisualStylesEnabled"> <summary>Gets or sets a value indicating whether a <see cref="T:System.Windows.Forms.ToolStrip" /> is rendered using visual style information called themes. </summary> <returns>true if the <see cref="T:System.Windows.Forms.ToolStripItem" /> is rendered using themes; otherwise, false.</returns> </member> <member name="T:System.Windows.Forms.ToolStripManagerRenderMode"> <summary>Specifies the painting style applied to multiple <see cref="T:System.Windows.Forms.ToolStrip" /> objects contained in a form.</summary> </member> <member name="F:System.Windows.Forms.ToolStripManagerRenderMode.Custom"> <summary>Indicates the use of a <see cref="T:System.Windows.Forms.ToolStripRenderer" /> other than <see cref="T:System.Windows.Forms.ToolStripProfessionalRenderer" /> or <see cref="T:System.Windows.Forms.ToolStripSystemRenderer" />.</summary> </member> <member name="F:System.Windows.Forms.ToolStripManagerRenderMode.Professional"> <summary>Indicates the use of a <see cref="T:System.Windows.Forms.ToolStripProfessionalRenderer" /> to paint.</summary> </member> <member name="F:System.Windows.Forms.ToolStripManagerRenderMode.System"> <summary>Indicates the use of a <see cref="T:System.Windows.Forms.ToolStripSystemRenderer" /> to paint.</summary> </member> <member name="T:System.Windows.Forms.ToolStripMenuItem"> <summary>Represents a selectable option displayed on a <see cref="T:System.Windows.Forms.MenuStrip" /> or <see cref="T:System.Windows.Forms.ContextMenuStrip" />. Although <see cref="T:System.Windows.Forms.ToolStripMenuItem" /> replaces and adds functionality to the <see cref="T:System.Windows.Forms.MenuItem" /> control of previous versions, <see cref="T:System.Windows.Forms.MenuItem" /> is retained for both backward compatibility and future use if you choose.</summary> </member> <member name="M:System.Windows.Forms.ToolStripMenuItem.#ctor"> <summary>Initializes a new instance of the <see cref="T:System.Windows.Forms.ToolStripMenuItem" /> class.</summary> </member> <member name="M:System.Windows.Forms.ToolStripMenuItem.#ctor(System.Drawing.Image)"> <summary>Initializes a new instance of the <see cref="T:System.Windows.Forms.ToolStripMenuItem" /> class that displays the specified <see cref="T:System.Drawing.Image" />.</summary> <param name="image">The <see cref="T:System.Drawing.Image" /> to display on the control.</param> </member> <member name="M:System.Windows.Forms.ToolStripMenuItem.#ctor(System.String)"> <summary>Initializes a new instance of the <see cref="T:System.Windows.Forms.ToolStripMenuItem" /> class that displays the specified text.</summary> <param name="text">The text to display on the menu item.</param> </member> <member name="M:System.Windows.Forms.ToolStripMenuItem.#ctor(System.String,System.Drawing.I mage)"> <summary>Initializes a new instance of the <see cref="T:System.Windows.Forms.ToolStripMenuItem" /> class that displays the specified text and image.</summary> <param name="text">The text to display on the menu item.</param> <param name="image">The <see cref="T:System.Drawing.Image" /> to display on the control.</param> </member> <member name="M:System.Windows.Forms.ToolStripMenuItem.#ctor(System.String,System.Drawing.I mage,System.EventHandler)"> <summary>Initializes a new instance of the <see cref="T:System.Windows.Forms.ToolStripMenuItem" /> class that displays the specified text and image and that does the specified action when the <see cref="T:System.Windows.Forms.ToolStripMenuItem" /> is clicked.</summary> <param name="text">The text to display on the menu item.</param> <param name="image">The <see cref="T:System.Drawing.Image" /> to display on the control.</param> <param name="onClick">An event handler that raises the <see cref="E:System.Windows.Forms.Control.Click" /> event when the control is clicked.</param> </member> <member name="M:System.Windows.Forms.ToolStripMenuItem.#ctor(System.String,System.Drawing.I mage,System.EventHandler,System.String)"> <summary>Initializes a new instance of the <see cref="T:System.Windows.Forms.ToolStripMenuItem" /> class with the specified name that displays the specified text and image that does the specified action when the <see cref="T:System.Windows.Forms.ToolStripMenuItem" /> is clicked.</summary> <param name="text">The text to display on the menu item.</param> <param name="image">The <see cref="T:System.Drawing.Image" /> to display on the control.</param> <param name="onClick">An event handler that raises the <see cref="E:System.Windows.Forms.Control.Click" /> event when the control is clicked.</param> <param name="name">The name of the menu item.</param> </member> <member name="M:System.Windows.Forms.ToolStripMenuItem.#ctor(System.String,System.Drawing.I mage,System.EventHandler,System.Windows.Forms.Keys)"> <summary>Initializes a new instance of the <see cref="T:System.Windows.Forms.ToolStripMenuItem" /> class that displays the specified text and image, does the specified action when the <see cref="T:System.Windows.Forms.ToolStripMenuItem" /> is clicked, and displays the specified shortcut keys.</summary> <param name="text">The text to display on the menu item.</param> <param name="image">The <see cref="T:System.Drawing.Image" /> to display on the control.</param> <param name="onClick">An event handler that raises the <see cref="E:System.Windows.Forms.Control.Click" /> event when the control is clicked.</param> <param name="shortcutKeys">One of the values of <see cref="T:System.Windows.Forms.Keys" /> that represents the shortcut key for the <see cref="T:System.Windows.Forms.ToolStripMenuItem" />.</param> </member> <member name="M:System.Windows.Forms.ToolStripMenuItem.#ctor(System.String,System.Drawing.I mage,System.Windows.Forms.ToolStripItem[])"> <summary>Initializes a new instance of the <see cref="T:System.Windows.Forms.ToolStripMenuItem" /> class that displays the specified text and image and that contains the specified <see cref="T:System.Windows.Forms.ToolStripItem" /> collection.</summary> <param name="text">The text to display on the menu item.</param> <param name="image">The <see cref="T:System.Drawing.Image" /> to display on the control.</param> <param name="dropDownItems">The menu items to display when the control is clicked.</param> </member> <member name="P:System.Windows.Forms.ToolStripMenuItem.Checked"> <summary>Gets or sets a value indicating whether the <see cref="T:System.Windows.Forms.ToolStripMenuItem" /> is checked.</summary> <returns>true if the <see cref="T:System.Windows.Forms.ToolStripMenuItem" /> is checked or is in an indeterminate state; otherwise, false. The default is false.</returns> </member> <member name="E:System.Windows.Forms.ToolStripMenuItem.CheckedChanged"> <summary>Occurs when the value of the <see cref="P:System.Windows.Forms.ToolStripMenuItem.Checked" /> property changes.</summary> </member> <member name="P:System.Windows.Forms.ToolStripMenuItem.CheckOnClick"> <summary>Gets or sets a value indicating whether the <see cref="T:System.Windows.Forms.ToolStripMenuItem" /> should automatically appear checked and unchecked when clicked.</summary> <returns>true if the <see cref="T:System.Windows.Forms.ToolStripMenuItem" /> should automatically appear checked when clicked; otherwise, false. The default is false.</returns> </member> <member name="P:System.Windows.Forms.ToolStripMenuItem.CheckState"> <summary>Gets or sets a value indicating whether a <see cref="T:System.Windows.Forms.ToolStripMenuItem" /> is in the checked, unchecked, or indeterminate state.</summary> <returns>One of the <see cref="T:System.Windows.Forms.CheckState" /> values. The default is Unchecked.</returns> <exception cref="T:System.ComponentModel.InvalidEnumArgumentException">The <see cref="P:System.Windows.Forms.ToolStripMenuItem.CheckState" /> property is not set to one of the <see cref="T:System.Windows.Forms.CheckState" /> values. </exception> </member> <member name="E:System.Windows.Forms.ToolStripMenuItem.CheckStateChanged"> <summary>Occurs when the value of the <see cref="P:System.Windows.Forms.ToolStripMenuItem.CheckState" /> property changes.</summary> </member> <member name="M:System.Windows.Forms.ToolStripMenuItem.CreateAccessibilityInstance"> <summary>Creates a new accessibility object for the <see cref="T:System.Windows.Forms.ToolStripMenuItem" />.</summary> <returns>A new <see cref="T:System.Windows.Forms.AccessibleObject" /> for the <see cref="T:System.Windows.Forms.ToolStripMenuItem" />.</returns> </member> <member name="M:System.Windows.Forms.ToolStripMenuItem.CreateDefaultDropDown"> <summary>Creates a generic <see cref="T:System.Windows.Forms.ToolStripDropDown" /> for which events can be defined.</summary> <returns>A generic <see cref="T:System.Windows.Forms.ToolStripDropDown" /> for which can be defined.</returns> </member> <member name="P:System.Windows.Forms.ToolStripMenuItem.DefaultMargin"> <summary>Gets the spacing between the <see cref="T:System.Windows.Forms.ToolStripMenuItem" /> and an adjacent item.</summary> <returns>A <see cref="T:System.Windows.Forms.Padding" /> value representing the spacing.</returns> </member> <member name="P:System.Windows.Forms.ToolStripMenuItem.DefaultPadding"> <summary>Gets the internal spacing within the <see cref="T:System.Windows.Forms.ToolStripMenuItem" />.</summary> <returns>A <see cref="T:System.Windows.Forms.Padding" /> value representing the spacing.</returns> </member> <member name="P:System.Windows.Forms.ToolStripMenuItem.DefaultSize"> <summary>Gets the default size of the <see cref="T:System.Windows.Forms.ToolStripMenuItem" />.</summary> <returns>The <see cref="T:System.Drawing.Size" /> of the <see cref="T:System.Windows.Forms.ToolStripMenuItem" />, measured in pixels. The default is 100 pixels horizontally.</returns> </member> <member name="M:System.Windows.Forms.ToolStripMenuItem.Dispose(System.Boolean)"> <summary>Releases the unmanaged resources used by the <see cref="T:System.Windows.Forms.ToolStripMenuItem" /> and optionally releases the managed resources. </summary> <param name="disposing">true to release both managed and unmanaged resources; false to release only unmanaged resources. </param> </member> <member name="P:System.Windows.Forms.ToolStripMenuItem.Enabled"> <summary>Gets or sets a value indicating whether the control is enabled. </summary> <returns>true if the control is enabled; otherwise, false. The default is true.</returns> </member> <member name="P:System.Windows.Forms.ToolStripMenuItem.IsMdiWindowListEntry"> <summary>Gets a value indicating whether the <see cref="T:System.Windows.Forms.ToolStripMenuItem" /> appears on a multiple document interface (MDI) window list.</summary> <returns>true if the <see cref="T:System.Windows.Forms.ToolStripMenuItem" /> appears on a MDI window list; otherwise, false.</returns> </member> <member name="M:System.Windows.Forms.ToolStripMenuItem.OnCheckedChanged(System.EventArgs)"> <summary>Raises the <see cref="E:System.Windows.Forms.ToolStripMenuItem.CheckedChanged" /> event.</summary> <param name="e">An <see cref="T:System.EventArgs" /> that contains the event data. </param> </member> <member name="M:System.Windows.Forms.ToolStripMenuItem.OnCheckStateChanged(System.EventArgs )"> <summary>Raises the <see cref="E:System.Windows.Forms.ToolStripMenuItem.CheckStateChanged" /> event.</summary> <param name="e">An <see cref="T:System.EventArgs" /> that contains the event data. </param> </member> <member name="M:System.Windows.Forms.ToolStripMenuItem.OnClick(System.EventArgs)"> <summary>Raises the <see cref="E:System.Windows.Forms.ToolStripItem.Click" /> event.</summary> <param name="e">An <see cref="T:System.EventArgs" /> that contains the event data.</param> </member> <member name="M:System.Windows.Forms.ToolStripMenuItem.OnDropDownHide(System.EventArgs)"> <summary>Raised in response to the <see cref="M:System.Windows.Forms.ToolStripDropDownItem.HideDropDown" /> method.</summary> <param name="e">An <see cref="T:System.EventArgs" /> that contains the event data.</param> </member> <member name="M:System.Windows.Forms.ToolStripMenuItem.OnDropDownShow(System.EventArgs)"> <summary>Raised in response to the <see cref="M:System.Windows.Forms.ToolStripDropDownItem.ShowDropDown" /> method.</summary> <param name="e">An <see cref="T:System.EventArgs" /> that contains the event data.</param> </member> <member name="M:System.Windows.Forms.ToolStripMenuItem.OnFontChanged(System.EventArgs)"> <summary>Raises the <see cref="E:System.Windows.Forms.Control.FontChanged" /> event.</summary> <param name="e">An <see cref="T:System.EventArgs" /> that contains the event data.</param> </member> <member name="M:System.Windows.Forms.ToolStripMenuItem.OnMouseDown(System.Windows.Forms.Mou seEventArgs)"> <summary>Raises the <see cref="E:System.Windows.Forms.Control.MouseDown" /> event.</summary> <param name="e">A <see cref="T:System.Windows.Forms.MouseEventArgs" /> that contains the event data. </param> </member> <member name="M:System.Windows.Forms.ToolStripMenuItem.OnMouseEnter(System.EventArgs)"> <summary>Raises the <see cref="E:System.Windows.Forms.Control.MouseEnter" /> event.</summary> <param name="e">An <see cref="T:System.EventArgs" /> that contains the event data. </param> </member> <member name="M:System.Windows.Forms.ToolStripMenuItem.OnMouseLeave(System.EventArgs)"> <summary>Raises the <see cref="E:System.Windows.Forms.Control.MouseLeave" /> event.</summary> <param name="e">An <see cref="T:System.EventArgs" /> that contains the event data. </param> </member> <member name="M:System.Windows.Forms.ToolStripMenuItem.OnMouseUp(System.Windows.Forms.Mouse EventArgs)"> <summary>Raises the <see cref="E:System.Windows.Forms.ToolStripItem.MouseUp" /> event.</summary> <param name="e">A <see cref="T:System.Windows.Forms.MouseEventArgs" /> that contains the event data.</param> </member> <member name="M:System.Windows.Forms.ToolStripMenuItem.OnOwnerChanged(System.EventArgs)"> <summary>Raises the <see cref="E:System.Windows.Forms.ToolStripItem.OwnerChanged" /> event.</summary> <param name="e">An <see cref="T:System.EventArgs" /> that contains the event data.</param> </member> <member name="M:System.Windows.Forms.ToolStripMenuItem.OnPaint(System.Windows.Forms.PaintEv entArgs)"> <summary>Raises the <see cref="E:System.Windows.Forms.Control.Paint" /> event.</summary> <param name="e">An <see cref="T:System.EventArgs" /> that contains the event data. </param> </member> <member name="P:System.Windows.Forms.ToolStripMenuItem.Overflow"> <summary>Gets or sets a value indicating whether the <see cref="T:System.Windows.Forms.ToolStripMenuItem" /> is attached to the <see cref="T:System.Windows.Forms.ToolStrip" /> or the <see cref="T:System.Windows.Forms.ToolStripOverflowButton" /> or whether it can float between the two.</summary> <returns>One of the <see cref="T:System.Windows.Forms.ToolStripItemOverflow" /> values. The default is Never.</returns> </member> <member name="M:System.Windows.Forms.ToolStripMenuItem.ProcessCmdKey(System.Windows.Forms.M essage@,System.Windows.Forms.Keys)"> <summary>Processes a command key.</summary> <returns>true if the character was processed by the control; otherwise, false.</returns> <param name="m">A <see cref="T:System.Windows.Forms.Message" />, passed by reference, which represents the window message to process. </param> <param name="keyData">One of the <see cref="T:System.Windows.Forms.Keys" /> values that represents the key to process. </param> </member> <member name="M:System.Windows.Forms.ToolStripMenuItem.ProcessMnemonic(System.Char)"> <summary>Processes a mnemonic character.</summary> <returns>true if the character was processed as a mnemonic by the control; otherwise, false.</returns> <param name="charCode">The character to process. </param> </member> <member name="M:System.Windows.Forms.ToolStripMenuItem.SetBounds(System.Drawing.Rectangle)" > <summary>Sets the size and location of the <see cref="T:System.Windows.Forms.ToolStripMenuItem" />.</summary> <param name="rect">A <see cref="T:System.Drawing.Rectangle" /> that represents the size and location of the <see cref="T:System.Windows.Forms.ToolStripMenuItem" />.</param> </member> <member name="P:System.Windows.Forms.ToolStripMenuItem.ShortcutKeyDisplayString"> <summary>Gets or sets the shortcut key text.</summary> <returns>A <see cref="T:System.String" /> representing the shortcut key.</returns> </member> <member name="P:System.Windows.Forms.ToolStripMenuItem.ShortcutKeys"> <summary>Gets or sets the shortcut keys associated with the <see cref="T:System.Windows.Forms.ToolStripMenuItem" />.</summary> <returns>One of the <see cref="T:System.Windows.Forms.Keys" /> values. The default is <see cref="F:System.Windows.Forms.Keys.None" />.</returns> <exception cref="T:System.ComponentModel.InvalidEnumArgumentException">The property was not set to one of the <see cref="T:System.Windows.Forms.Keys" /> values.</exception> </member> <member name="P:System.Windows.Forms.ToolStripMenuItem.ShowShortcutKeys"> <summary>Gets or sets a value indicating whether the shortcut keys that are associated with the <see cref="T:System.Windows.Forms.ToolStripMenuItem" /> are displayed next to the <see cref="T:System.Windows.Forms.ToolStripMenuItem" />. </summary> <returns>true if the shortcut keys are shown; otherwise, false. The default is true.</returns> </member> <member name="T:System.Windows.Forms.ToolStripOverflow"> <summary>Manages the overflow behavior of a <see cref="T:System.Windows.Forms.ToolStrip" />.</summary> </member> <member name="M:System.Windows.Forms.ToolStripOverflow.#ctor(System.Windows.Forms.ToolStrip Item)"> <summary>Initializes a new instance of the <see cref="T:System.Windows.Forms.ToolStripOverflow" /> class derived from a base <see cref="T:System.Windows.Forms.ToolStripItem" />.</summary> <param name="parentItem">The <see cref="T:System.Windows.Forms.ToolStripItem" /> from which to derive this <see cref="T:System.Windows.Forms.ToolStripOverflow" /> instance. </param> </member> <member name="M:System.Windows.Forms.ToolStripOverflow.CreateAccessibilityInstance"> <summary>Creates a new accessibility object for the control.</summary> <returns>A new <see cref="T:System.Windows.Forms.AccessibleObject" /> for the control.</returns> </member> <member name="P:System.Windows.Forms.ToolStripOverflow.DisplayedItems"> <summary>Gets all of the items that are currently being displayed on the <see cref="T:System.Windows.Forms.ToolStrip" />.</summary> <returns>A <see cref="T:System.Windows.Forms.ToolStripItemCollection" /> that includes all items on this <see cref="T:System.Windows.Forms.ToolStrip" />.</returns> </member> <member name="M:System.Windows.Forms.ToolStripOverflow.GetPreferredSize(System.Drawing.Size )"> <summary>Retrieves the size of a rectangular area into which a control can be fitted.</summary> <returns>An ordered pair of type <see cref="T:System.Drawing.Size" /> representing the width and height of a rectangle.</returns> <param name="constrainingSize">The custom-sized area for a control.</param> </member> <member name="P:System.Windows.Forms.ToolStripOverflow.Items"> <summary>Gets all of the items on the <see cref="T:System.Windows.Forms.ToolStrip" />, whether they are currently being displayed or not.</summary> <returns>A <see cref="T:System.Windows.Forms.ToolStripItemCollection" /> containing all of the items.</returns> </member> <member name="P:System.Windows.Forms.ToolStripOverflow.LayoutEngine"></member> <member name="M:System.Windows.Forms.ToolStripOverflow.OnLayout(System.Windows.Forms.Layout EventArgs)"> <summary>Raises the <see cref="E:System.Windows.Forms.Control.Layout" /> event.</summary> <param name="e">A <see cref="T:System.Windows.Forms.LayoutEventArgs" /> that contains the event data.</param> </member> <member name="M:System.Windows.Forms.ToolStripOverflow.SetDisplayedItems"> <summary>Resets the collection of displayed and overflow items after a layout is done.</summary> </member> <member name="T:System.Windows.Forms.ToolStripOverflowButton"> <summary>Hosts a <see cref="T:System.Windows.Forms.ToolStripDropDown" /> that displays items that overflow the <see cref="T:System.Windows.Forms.ToolStrip" />.</summary> </member> <member name="M:System.Windows.Forms.ToolStripOverflowButton.CreateAccessibilityInstance"> <summary>Creates a new accessibility object for the control.</summary> <returns>A new <see cref="T:System.Windows.Forms.AccessibleObject" /> for the control.</returns> </member> <member name="M:System.Windows.Forms.ToolStripOverflowButton.CreateDefaultDropDown"> <summary>Creates an empty <see cref="T:System.Windows.Forms.ToolStripDropDown" /> that can be dropped down and to which events can be attached.</summary> <returns>A <see cref="T:System.Windows.Forms.ToolStripDropDown" /> control.</returns> </member> <member name="P:System.Windows.Forms.ToolStripOverflowButton.DefaultMargin"> <summary>Gets the space, in pixels, that is specified by default between controls.</summary> <returns>A <see cref="T:System.Windows.Forms.Padding" /> value representing the space between controls.</returns> </member> <member name="M:System.Windows.Forms.ToolStripOverflowButton.Dispose(System.Boolean)"> <summary>Called by the <see cref="M:System.ComponentModel.Component.Dispose(System.Boolean)" /> and <see cref="M:System.ComponentModel.Component.Finalize" /> methods to release the managed and unmanaged resources used by the current instance of the <see cref="T:System.Windows.Forms.ToolStripOverflowButton" /> class. </summary> <param name="disposing">true to release managed and unmanaged resources; false to release only unmanaged resources.</param> </member> <member name="M:System.Windows.Forms.ToolStripOverflowButton.GetPreferredSize(System.Drawin g.Size)"> <summary>Retrieves the size of a rectangular area into which a control can fit.</summary> <returns>An ordered pair of type <see cref="T:System.Drawing.Size" /> representing the width and height of a rectangle.</returns> <param name="constrainingSize">The custom-sized area for a control. </param> </member> <member name="P:System.Windows.Forms.ToolStripOverflowButton.HasDropDownItems"> <summary>Gets a value indicating whether the <see cref="T:System.Windows.Forms.ToolStripOverflowButton" /> has items that overflow the <see cref="T:System.Windows.Forms.ToolStrip" />.</summary> <returns>true if the <see cref="T:System.Windows.Forms.ToolStripOverflowButton" /> has overflow items; otherwise, false. </returns> </member> <member name="M:System.Windows.Forms.ToolStripOverflowButton.OnPaint(System.Windows.Forms.P aintEventArgs)"> <summary>Raises the <see cref="E:System.Windows.Forms.Control.Paint" /> event.</summary> <param name="e">An <see cref="T:System.EventArgs" /> that contains the event data. </param> </member> <member name="P:System.Windows.Forms.ToolStripOverflowButton.RightToLeftAutoMirrorImage"> <summary>This property is not relevant to this class.</summary> <returns>true to enable automatic mirroring; otherwise, false.</returns> </member> <member name="M:System.Windows.Forms.ToolStripOverflowButton.SetBounds(System.Drawing.Recta ngle)"> <summary>Sets the size and location of the <see cref="T:System.Windows.Forms.ToolStripOverflowButton" />.</summary> <param name="bounds">A <see cref="T:System.Drawing.Rectangle" /> representing the size and location of the <see cref="T:System.Windows.Forms.ToolStripOverflowButton" />.</param> </member> <member name="T:System.Windows.Forms.ToolStripPanel"> <summary>Creates a container within which other controls can share horizontal or vertical space.</summary> </member> <member name="M:System.Windows.Forms.ToolStripPanel.#ctor"> <summary>Initializes a new instance of the <see cref="T:System.Windows.Forms.ToolStripPanel" /> class. </summary> </member> <member name="P:System.Windows.Forms.ToolStripPanel.AllowDrop"> <summary>This property is not relevant to this class.</summary> <returns>true if enabled; otherwise, false.</returns> </member> <member name="P:System.Windows.Forms.ToolStripPanel.AutoScroll"> <summary>This property is not relevant to this class.</summary> <returns>true if enabled; otherwise, false.</returns> </member> <member name="P:System.Windows.Forms.ToolStripPanel.AutoScrollMargin"> <summary>This property is not relevant to this class.</summary> <returns>true if enabled; otherwise, false.</returns> </member> <member name="P:System.Windows.Forms.ToolStripPanel.AutoScrollMinSize"> <summary>This property is not relevant to this class.</summary> <returns>true if enabled; otherwise, false.</returns> </member> <member name="P:System.Windows.Forms.ToolStripPanel.AutoSize"> <summary>Gets or sets a value indicating whether the <see cref="T:System.Windows.Forms.ToolStripPanel" /> automatically adjusts its size when the form is resized.</summary> <returns>true if the <see cref="T:System.Windows.Forms.ToolStripPanel" /> automatically resizes; otherwise, false. The default is true.</returns> </member> <member name="E:System.Windows.Forms.ToolStripPanel.AutoSizeChanged"> <summary>Occurs when the value of the <see cref="P:System.Windows.Forms.ToolStripPanel.AutoSize" /> property changes. </summary> </member> <member name="M:System.Windows.Forms.ToolStripPanel.BeginInit"> <summary>Begins the initialization of a <see cref="T:System.Windows.Forms.ToolStripPanel" />.</summary> </member> <member name="M:System.Windows.Forms.ToolStripPanel.CreateControlsInstance"> <summary>Retrieves a collection of <see cref="T:System.Windows.Forms.ToolStripPanel" /> controls.</summary> <returns>A collection of <see cref="T:System.Windows.Forms.ToolStripPanel" /> controls.</returns> </member> <member name="P:System.Windows.Forms.ToolStripPanel.DefaultMargin"></member> <member name="P:System.Windows.Forms.ToolStripPanel.DefaultPadding"></member> <member name="M:System.Windows.Forms.ToolStripPanel.Dispose(System.Boolean)"> <summary>Releases the unmanaged resources used by the <see cref="T:System.Windows.Forms.ToolStripPanel" /> and optionally releases the managed resources. </summary> <param name="disposing">true to release both managed and unmanaged resources; false to release only unmanaged resources. </param> </member> <member name="P:System.Windows.Forms.ToolStripPanel.Dock"></member> <member name="M:System.Windows.Forms.ToolStripPanel.EndInit"> <summary>Ends the initialization of a <see cref="T:System.Windows.Forms.ToolStripPanel" />.</summary> </member> <member name="M:System.Windows.Forms.ToolStripPanel.Join(System.Windows.Forms.ToolStrip)"> <summary>Adds the specified <see cref="T:System.Windows.Forms.ToolStrip" /> to a <see cref="T:System.Windows.Forms.ToolStripPanel" />.</summary> <param name="toolStripToDrag">The <see cref="T:System.Windows.Forms.ToolStrip" /> to add to the <see cref="T:System.Windows.Forms.ToolStripPanel" />.</param> </member> <member name="M:System.Windows.Forms.ToolStripPanel.Join(System.Windows.Forms.ToolStrip,Sys tem.Drawing.Point)"> <summary>Adds the specified <see cref="T:System.Windows.Forms.ToolStrip" /> to a <see cref="T:System.Windows.Forms.ToolStripPanel" /> at the specified location.</summary> <param name="toolStripToDrag">The <see cref="T:System.Windows.Forms.ToolStrip" /> to add to the <see cref="T:System.Windows.Forms.ToolStripPanel" />.</param> <param name="location">A <see cref="T:System.Drawing.Point" /> value representing the x- and y-client coordinates, in pixels, of the new location for the <see cref="T:System.Windows.Forms.ToolStrip" />.</param> </member> <member name="M:System.Windows.Forms.ToolStripPanel.Join(System.Windows.Forms.ToolStrip,Sys tem.Int32)"> <summary>Adds the specified <see cref="T:System.Windows.Forms.ToolStrip" /> to a <see cref="T:System.Windows.Forms.ToolStripPanel" /> in the specified row.</summary> <param name="toolStripToDrag">The <see cref="T:System.Windows.Forms.ToolStrip" /> to add to the <see cref="T:System.Windows.Forms.ToolStripPanel" />.</param> <param name="row">An <see cref="T:System.Int32" /> representing the <see cref="T:System.Windows.Forms.ToolStripPanelRow" /> to which the <see cref="T:System.Windows.Forms.ToolStrip" /> is added.</param> <exception cref="T:System.ArgumentOutOfRangeException">The <paramref name="row" /> parameter is less than zero (0).</exception> </member> <member name="M:System.Windows.Forms.ToolStripPanel.Join(System.Windows.Forms.ToolStrip,Sys tem.Int32,System.Int32)"> <summary>Adds the specified <see cref="T:System.Windows.Forms.ToolStrip" /> to a <see cref="T:System.Windows.Forms.ToolStripPanel" /> at the specified coordinates.</summary> <param name="toolStripToDrag">The <see cref="T:System.Windows.Forms.ToolStrip" /> to add to the <see cref="T:System.Windows.Forms.ToolStripPanel" />.</param> <param name="x">The horizontal client coordinate, in pixels.</param> <param name="y">The vertical client coordinate, in pixels.</param> </member> <member name="P:System.Windows.Forms.ToolStripPanel.LayoutEngine"></member> <member name="P:System.Windows.Forms.ToolStripPanel.Locked"> <summary>Gets or sets a value indicating whether the <see cref="T:System.Windows.Forms.ToolStripPanel" /> can be moved or resized.</summary> <returns>true if the <see cref="T:System.Windows.Forms.ToolStripPanel" /> can be moved or resized; otherwise, false. The default is false.</returns> </member> <member name="M:System.Windows.Forms.ToolStripPanel.OnControlAdded(System.Windows.Forms.Con trolEventArgs)"> <summary>Raises the <see cref="E:System.Windows.Forms.ToolStrip.ControlAdded" /> event.</summary> <param name="e">A <see cref="T:System.Windows.Forms.ControlEventArgs" /> that contains the event data.</param> </member> <member name="M:System.Windows.Forms.ToolStripPanel.OnControlRemoved(System.Windows.Forms.C ontrolEventArgs)"> <summary>Raises the <see cref="E:System.Windows.Forms.ToolStrip.ControlRemoved" /> event.</summary> <param name="e">A <see cref="T:System.Windows.Forms.ControlEventArgs" /> that contains the event data.</param> </member> <member name="M:System.Windows.Forms.ToolStripPanel.OnDockChanged(System.EventArgs)"> <summary>Raises the <see cref="E:System.Windows.Forms.Control.DockChanged" /> event. </summary> <param name="e">A <see cref="T:System.EventArgs" /> that contains the event data.</param> </member> <member name="M:System.Windows.Forms.ToolStripPanel.OnLayout(System.Windows.Forms.LayoutEve ntArgs)"> <summary>Raises the <see cref="E:System.Windows.Forms.Control.Layout" /> event.</summary> <param name="e">A <see cref="T:System.Windows.Forms.LayoutEventArgs" /> that contains the event data.</param> </member> <member name="M:System.Windows.Forms.ToolStripPanel.OnPaintBackground(System.Windows.Forms. PaintEventArgs)"> <param name="e">A <see cref="T:System.Windows.Forms.PaintEventArgs" /> that contains the event data.</param> </member> <member name="M:System.Windows.Forms.ToolStripPanel.OnParentChanged(System.EventArgs)"> <summary>Raises the <see cref="M:System.Windows.Forms.Control.OnParentChanged(System.EventArgs)" /> event.</summary> <param name="e">The event data.</param> </member> <member name="M:System.Windows.Forms.ToolStripPanel.OnRendererChanged(System.EventArgs)"> <summary>Raises the <see cref="E:System.Windows.Forms.ToolStripPanel.RendererChanged" /> event.</summary> <param name="e">A <see cref="T:System.EventArgs" /> that contains the event data.</param> </member> <member name="M:System.Windows.Forms.ToolStripPanel.OnRightToLeftChanged(System.EventArgs)" > <summary>Raises the <see cref="E:System.Windows.Forms.Control.RightToLeftChanged" /> event. </summary> <param name="e">An <see cref="T:System.EventArgs" /> that contains the event data.</param> </member> <member name="P:System.Windows.Forms.ToolStripPanel.Orientation"> <summary>Gets or sets a value indicating the horizontal or vertical orientation of the <see cref="T:System.Windows.Forms.ToolStripPanel" />.</summary> <returns>One of the <see cref="T:System.Windows.Forms.Orientation" /> values.</returns> </member> <member name="M:System.Windows.Forms.ToolStripPanel.PointToRow(System.Drawing.Point)"> <summary>Retrieves the <see cref="T:System.Windows.Forms.ToolStripPanelRow" /> given a point within the <see cref="T:System.Windows.Forms.ToolStripPanel" /> client area.</summary> <returns>The <see cref="T:System.Windows.Forms.ToolStripPanelRow" /> that contains the <paramref name="raftingContainerPoint" />, or null if no such <see cref="T:System.Windows.Forms.ToolStripPanelRow" /> exists.</returns> <param name="clientLocation">A <see cref="T:System.Drawing.Point" /> used as a reference to find the <see cref="T:System.Windows.Forms.ToolStripPanelRow" />.</param> </member> <member name="P:System.Windows.Forms.ToolStripPanel.Renderer"> <summary>Gets or sets a <see cref="T:System.Windows.Forms.ToolStripRenderer" /> used to customize the appearance of a <see cref="T:System.Windows.Forms.ToolStripPanel" />.</summary> <returns>A <see cref="T:System.Windows.Forms.ToolStripRenderer" /> that handles painting.</returns> </member> <member name="E:System.Windows.Forms.ToolStripPanel.RendererChanged"> <summary>Occurs when the value of the <see cref="P:System.Windows.Forms.ToolStripPanel.Renderer" /> property changes.</summary> </member> <member name="P:System.Windows.Forms.ToolStripPanel.RenderMode"> <summary>Gets or sets the painting styles to be applied to the <see cref="T:System.Windows.Forms.ToolStripPanel" />.</summary> <returns>One of the <see cref="T:System.Windows.Forms.ToolStripRenderMode" /> values.</returns> </member> <member name="P:System.Windows.Forms.ToolStripPanel.RowMargin"> <summary>Gets or sets the spacing, in pixels, between the <see cref="T:System.Windows.Forms.ToolStripPanelRow" />s and the <see cref="T:System.Windows.Forms.ToolStripPanel" />.</summary> <returns>A <see cref="T:System.Windows.Forms.Padding" /> value representing the spacing, in pixels.</returns> </member> <member name="P:System.Windows.Forms.ToolStripPanel.Rows"> <summary>Gets the <see cref="T:System.Windows.Forms.ToolStripPanelRow" />s in this <see cref="T:System.Windows.Forms.ToolStripPanel" />.</summary> <returns>A <see cref="T:System.Windows.Forms.ToolStripPanel.ToolStripPanelRowCollection" /> representing the <see cref="T:System.Windows.Forms.ToolStripPanelRow" />s in this <see cref="T:System.Windows.Forms.ToolStripPanel" />.</returns> </member> <member name="P:System.Windows.Forms.ToolStripPanel.TabIndex"> <summary>This property is not relevant to this class.</summary> <returns>An <see cref="T:System.Int32" /> representing the tab index.</returns> </member> <member name="E:System.Windows.Forms.ToolStripPanel.TabIndexChanged"> <summary>This event is not relevant for this class.</summary> </member> <member name="P:System.Windows.Forms.ToolStripPanel.TabStop"> <summary>This property is not relevant to this class.</summary> <returns>true if enabled; otherwise, false.</returns> </member> <member name="E:System.Windows.Forms.ToolStripPanel.TabStopChanged"> <summary>This event is not relevant for this class.</summary> </member> <member name="P:System.Windows.Forms.ToolStripPanel.Text"> <summary>This property is not relevant to this class.</summary> <returns>A <see cref="T:System.String" /> representing the display text.</returns> </member> <member name="E:System.Windows.Forms.ToolStripPanel.TextChanged"> <summary>This event is not relevant for this class.</summary> </member> <member name="T:System.Windows.Forms.ToolStripPanel.ToolStripPanelRowCollection"> <summary>Represents all the <see cref="T:System.Windows.Forms.ToolStripPanelRow" /> objects in a <see cref="T:System.Windows.Forms.ToolStripPanel" />.</summary> </member> <member name="M:System.Windows.Forms.ToolStripPanel.ToolStripPanelRowCollection.#ctor(Syste m.Windows.Forms.ToolStripPanel)"> <summary>Initializes a new instance of the <see cref="T:System.Windows.Forms.ToolStripPanel.ToolStripPanelRowCollection" /> class in the specified <see cref="T:System.Windows.Forms.ToolStripPanel" />. </summary> <param name="owner">The <see cref="T:System.Windows.Forms.ToolStripPanel" /> that holds this <see cref="T:System.Windows.Forms.ToolStripPanel.ToolStripPanelRowCollection" />.</param> </member> <member name="M:System.Windows.Forms.ToolStripPanel.ToolStripPanelRowCollection.#ctor(Syste m.Windows.Forms.ToolStripPanel,System.Windows.Forms.ToolStripPanelRow[])"> <summary>Initializes a new instance of the <see cref="T:System.Windows.Forms.ToolStripPanel.ToolStripPanelRowCollection" /> class with the specified number of rows in the specified <see cref="T:System.Windows.Forms.ToolStripPanel" />.</summary> <param name="owner">The <see cref="T:System.Windows.Forms.ToolStripPanel" /> that holds this <see cref="T:System.Windows.Forms.ToolStripPanel.ToolStripPanelRowCollection" />.</param> <param name="value">The number of rows in the <see cref="T:System.Windows.Forms.ToolStripPanel.ToolStripPanelRowCollection" />.</param> </member> <member name="M:System.Windows.Forms.ToolStripPanel.ToolStripPanelRowCollection.Add(System. Windows.Forms.ToolStripPanelRow)"> <summary>Adds the specified <see cref="T:System.Windows.Forms.ToolStripPanelRow" /> to the <see cref="T:System.Windows.Forms.ToolStripPanel.ToolStripPanelRowCollection" />.</summary> <returns>The position of the <see cref="T:System.Windows.Forms.ToolStripPanelRow" /> in the <see cref="T:System.Windows.Forms.ToolStripPanel.ToolStripPanelRowCollection" />.</returns> <param name="value">The <see cref="T:System.Windows.Forms.ToolStripPanelRow" /> to add to the <see cref="T:System.Windows.Forms.ToolStripPanel.ToolStripPanelRowCollection" />.</param> <exception cref="T:System.ArgumentNullException"> <paramref name="value" /> is null.</exception> </member> <member name="M:System.Windows.Forms.ToolStripPanel.ToolStripPanelRowCollection.AddRange(Sy stem.Windows.Forms.ToolStripPanel.ToolStripPanelRowCollection)"> <summary>Adds the specified <see cref="T:System.Windows.Forms.ToolStripPanel.ToolStripPanelRowCollection" /> to a <see cref="T:System.Windows.Forms.ToolStripPanel" />.</summary> <param name="value">The <see cref="T:System.Windows.Forms.ToolStripPanel.ToolStripPanelRowCollection" /> to add to the <see cref="T:System.Windows.Forms.ToolStripPanel" />.</param> <exception cref="T:System.ArgumentNullException"> <paramref name="value" /> is null.</exception> </member> <member name="M:System.Windows.Forms.ToolStripPanel.ToolStripPanelRowCollection.AddRange(Sy stem.Windows.Forms.ToolStripPanelRow[])"> <summary>Adds an array of <see cref="T:System.Windows.Forms.ToolStripPanelRow" /> objects to a <see cref="T:System.Windows.Forms.ToolStripPanel" />.</summary> <param name="value">An array of <see cref="T:System.Windows.Forms.ToolStripPanelRow" /> objects.</param> <exception cref="T:System.ArgumentNullException"> <paramref name="value" /> is null.</exception> </member> <member name="M:System.Windows.Forms.ToolStripPanel.ToolStripPanelRowCollection.Clear"> <summary>Removes all <see cref="T:System.Windows.Forms.ToolStripPanelRow" /> objects from the <see cref="T:System.Windows.Forms.ToolStripPanel.ToolStripPanelRowCollection" />.</summary> </member> <member name="M:System.Windows.Forms.ToolStripPanel.ToolStripPanelRowCollection.Contains(Sy stem.Windows.Forms.ToolStripPanelRow)"> <summary>Determines whether the specified <see cref="T:System.Windows.Forms.ToolStripPanelRow" /> is in the <see cref="T:System.Windows.Forms.ToolStripPanel.ToolStripPanelRowCollection" />.</summary> <returns>true if the specified <see cref="T:System.Windows.Forms.ToolStripPanelRow" /> is in the <see cref="T:System.Windows.Forms.ToolStripPanel.ToolStripPanelRowCollection" />; otherwise, false.</returns> <param name="value">The <see cref="T:System.Windows.Forms.ToolStripPanelRow" /> to search for in the <see cref="T:System.Windows.Forms.ToolStripPanel.ToolStripPanelRowCollection" />.</param> </member> <member name="M:System.Windows.Forms.ToolStripPanel.ToolStripPanelRowCollection.CopyTo(Syst em.Windows.Forms.ToolStripPanelRow[],System.Int32)"> <summary>Copies the entire <see cref="T:System.Windows.Forms.ToolStripPanel.ToolStripPanelRowCollection" /> into an existing array at a specified location within the array.</summary> <param name="array">An <see cref="T:System.Array" /> representing the array to copy the contents of the <see cref="T:System.Windows.Forms.ToolStripPanel.ToolStripPanelRowCollection" /> to.</param> <param name="index">The location within the destination array to copy the <see cref="T:System.Windows.Forms.ToolStripPanel.ToolStripPanelRowCollection" /> to.</param> </member> <member name="M:System.Windows.Forms.ToolStripPanel.ToolStripPanelRowCollection.IndexOf(Sys tem.Windows.Forms.ToolStripPanelRow)"> <summary>Gets the index of the specified <see cref="T:System.Windows.Forms.ToolStripPanelRow" /> in the <see cref="T:System.Windows.Forms.ToolStripPanel.ToolStripPanelRowCollection" />.</summary> <returns>The index of the specified <see cref="T:System.Windows.Forms.ToolStripPanelRow" />.</returns> <param name="value">The <see cref="T:System.Windows.Forms.ToolStripPanelRow" /> to return the index of.</param> </member> <member name="M:System.Windows.Forms.ToolStripPanel.ToolStripPanelRowCollection.Insert(Syst em.Int32,System.Windows.Forms.ToolStripPanelRow)"> <summary>Inserts the specified <see cref="T:System.Windows.Forms.ToolStripPanelRow" /> at the specified location in the <see cref="T:System.Windows.Forms.ToolStripPanel.ToolStripPanelRowCollection" />.</summary> <param name="index">The zero-based index at which to insert the <see cref="T:System.Windows.Forms.ToolStripPanelRow" />.</param> <param name="value">The <see cref="T:System.Windows.Forms.ToolStripPanelRow" /> to insert.</param> <exception cref="T:System.ArgumentNullException"> <paramref name="value" /> is null.</exception> </member> <member name="P:System.Windows.Forms.ToolStripPanel.ToolStripPanelRowCollection.Item(System .Int32)"> <summary>Gets a particular <see cref="T:System.Windows.Forms.ToolStripPanelRow" /> within the <see cref="T:System.Windows.Forms.ToolStripPanel.ToolStripPanelRowCollection" />.</summary> <returns>The <see cref="T:System.Windows.Forms.ToolStripPanelRow" /> of the <see cref="T:System.Windows.Forms.ToolStripPanel.ToolStripPanelRowCollection" /> as specified by the <paramref name="index" /> parameter.</returns> <param name="index">The zero-based index of the <see cref="T:System.Windows.Forms.ToolStripPanelRow" /> within the <see cref="T:System.Windows.Forms.ToolStripPanel.ToolStripPanelRowCollection" />.</param> </member> <member name="M:System.Windows.Forms.ToolStripPanel.ToolStripPanelRowCollection.Remove(Syst em.Windows.Forms.ToolStripPanelRow)"> <summary>Removes the specified <see cref="T:System.Windows.Forms.ToolStripPanelRow" /> from the <see cref="T:System.Windows.Forms.ToolStripPanel.ToolStripPanelRowCollection" />.</summary> <param name="value">The <see cref="T:System.Windows.Forms.ToolStripPanelRow" /> to remove.</param> </member> <member name="M:System.Windows.Forms.ToolStripPanel.ToolStripPanelRowCollection.RemoveAt(Sy stem.Int32)"> <summary>Removes the <see cref="T:System.Windows.Forms.ToolStripPanelRow" /> at the specified index from the <see cref="T:System.Windows.Forms.ToolStripPanel.ToolStripPanelRowCollection" />.</summary> <param name="index">The zero-based index of the <see cref="T:System.Windows.Forms.ToolStripPanelRow" /> to remove.</param> </member> <member name="M:System.Windows.Forms.ToolStripPanel.ToolStripPanelRowCollection.System#Coll ections#IList#Add(System.Object)"> <summary>For a description of this member, see <see cref="M:System.Collections.IList.Add(System.Object)" />.</summary> <returns>The zero-based index of the item to add.</returns> <param name="value">The <see cref="T:System.Object" /> to add to the <see cref="T:System.Collections.IList" />.</param> </member> <member name="M:System.Windows.Forms.ToolStripPanel.ToolStripPanelRowCollection.System#Coll ections#IList#Clear"> <summary>For a description of this member, see <see cref="M:System.Collections.IList.Clear" />.</summary> </member> <member name="M:System.Windows.Forms.ToolStripPanel.ToolStripPanelRowCollection.System#Coll ections#IList#Contains(System.Object)"> <summary>For a description of this member, see <see cref="M:System.Collections.IList.Contains(System.Object)" />.</summary> <returns>true if <paramref name="value" /> is a <see cref="T:System.Windows.Forms.ToolStripPanelRow" /> found in the <see cref="T:System.Windows.Forms.ToolStripPanel.ToolStripPanelRowCollection" />; otherwise, false.</returns> <param name="value">The item to locate in the <see cref="T:System.Windows.Forms.ToolStripPanel.ToolStripPanelRowCollection" />.</param> </member> <member name="M:System.Windows.Forms.ToolStripPanel.ToolStripPanelRowCollection.System#Coll ections#IList#IndexOf(System.Object)"> <summary>For a description of this member, see <see cref="M:System.Collections.IList.IndexOf(System.Object)" />.</summary> <returns>The index of <paramref name="value" /> if it is a <see cref="T:System.Windows.Forms.ToolStripPanelRow" /> found in the list; otherwise, - 1.</returns> <param name="value">The object to locate in the <see cref="T:System.Windows.Forms.ToolStripPanel.ToolStripPanelRowCollection" />.</param> </member> <member name="M:System.Windows.Forms.ToolStripPanel.ToolStripPanelRowCollection.System#Coll ections#IList#Insert(System.Int32,System.Object)"> <summary>For a description of this member, see <see cref="M:System.Collections.IList.Insert(System.Int32,System.Object)" />.</summary> <param name="index">The zero-based index at which <paramref name="value" /> should be inserted.</param> <param name="value">The <see cref="T:System.Windows.Forms.ToolStripPanelRow" /> to insert into the <see cref="T:System.Windows.Forms.ToolStripPanel.ToolStripPanelRowCollection" />.</param> </member> <member name="P:System.Windows.Forms.ToolStripPanel.ToolStripPanelRowCollection.System#Coll ections#IList#IsFixedSize"> <summary>For a description of this member, see <see cref="P:System.Collections.IList.IsFixedSize" />.</summary> <returns>false in all cases.</returns> </member> <member name="P:System.Windows.Forms.ToolStripPanel.ToolStripPanelRowCollection.System#Coll ections#IList#IsReadOnly"> <summary>For a description of this member, see <see cref="P:System.Collections.IList.IsReadOnly" />.</summary> <returns>false in all cases.</returns> </member> <member name="P:System.Windows.Forms.ToolStripPanel.ToolStripPanelRowCollection.System#Coll ections#IList#Item(System.Int32)"> <summary>For a description of this member, see <see cref="P:System.Collections.IList.Item(System.Int32)" />.</summary> <returns>The <see cref="T:System.Windows.Forms.ToolStripPanelRow" /> at the specified index.</returns> <param name="index">The zero-based index of the element to get.</param> </member> <member name="M:System.Windows.Forms.ToolStripPanel.ToolStripPanelRowCollection.System#Coll ections#IList#Remove(System.Object)"> <summary>For a description of this member, see <see cref="M:System.Collections.IList.Remove(System.Object)" />.</summary> <param name="value">The <see cref="T:System.Windows.Forms.ToolStripPanelRow" /> to remove from the <see cref="T:System.Windows.Forms.ToolStripPanel.ToolStripPanelRowCollection" />.</param> </member> <member name="M:System.Windows.Forms.ToolStripPanel.ToolStripPanelRowCollection.System#Coll ections#IList#RemoveAt(System.Int32)"> <summary>For a description of this member, see <see cref="M:System.Collections.IList.RemoveAt(System.Int32)" />.</summary> <param name="index">The zero-based index of the <see cref="T:System.Windows.Forms.ToolStripPanelRow" /> to remove.</param> </member> <member name="T:System.Windows.Forms.ToolStripPanelRenderEventArgs"> <summary>Provides data for <see cref="T:System.Windows.Forms.ToolStripPanel" /> drawing.</summary> </member> <member name="M:System.Windows.Forms.ToolStripPanelRenderEventArgs.#ctor(System.Drawing.Gra phics,System.Windows.Forms.ToolStripPanel)"> <summary>Initializes a new instance of the <see cref="T:System.Windows.Forms.ToolStripPanelRenderEventArgs" /> class for the specified <see cref="T:System.Windows.Forms.ToolStripPanel" /> that uses the specified graphics for drawing. </summary> <param name="g">The graphics used to paint the <see cref="T:System.Windows.Forms.ToolStripPanel" />.</param> <param name="toolStripPanel">The <see cref="T:System.Windows.Forms.ToolStripPanel" /> to draw.</param> </member> <member name="P:System.Windows.Forms.ToolStripPanelRenderEventArgs.Graphics"> <summary>Gets or sets the graphics used to paint the <see cref="T:System.Windows.Forms.ToolStripPanel" />.</summary> <returns>The <see cref="T:System.Drawing.Graphics" /> used to paint.</returns> </member> <member name="P:System.Windows.Forms.ToolStripPanelRenderEventArgs.Handled"> <summary>Gets or sets a value indicating whether the event was handled.</summary> <returns>true if the event was handled; otherwise, false. </returns> </member> <member name="P:System.Windows.Forms.ToolStripPanelRenderEventArgs.ToolStripPanel"> <summary>Gets the <see cref="T:System.Windows.Forms.ToolStripPanel" /> to paint.</summary> <returns>The <see cref="T:System.Windows.Forms.ToolStripPanel" /> to paint.</returns> </member> <member name="T:System.Windows.Forms.ToolStripPanelRenderEventHandler"> <summary>Represents the method that will handle <see cref="T:System.Windows.Forms.ToolStripPanel" /> paint events.</summary> <param name="sender">The source of the event.</param> <param name="e">A <see cref="T:System.Windows.Forms.ToolStripPanelRenderEventArgs" /> that contains the event data.</param> </member> <member name="T:System.Windows.Forms.ToolStripPanelRow"> <summary>Represents a row of a <see cref="T:System.Windows.Forms.ToolStripPanel" /> that can contain controls.</summary> </member> <member name="M:System.Windows.Forms.ToolStripPanelRow.#ctor(System.Windows.Forms.ToolStrip Panel)"> <summary>Initializes a new instance of the <see cref="T:System.Windows.Forms.ToolStripPanelRow" /> class, specifying the containing <see cref="T:System.Windows.Forms.ToolStripPanel" />. </summary> <param name="parent">The containing <see cref="T:System.Windows.Forms.ToolStripPanel" />.</param> </member> <member name="P:System.Windows.Forms.ToolStripPanelRow.Bounds"> <summary>Gets the size and location of the <see cref="T:System.Windows.Forms.ToolStripPanelRow" />, including its nonclient elements, in pixels, relative to the parent control.</summary> <returns>A <see cref="T:System.Drawing.Rectangle" /> representing the size and location.</returns> </member> <member name="M:System.Windows.Forms.ToolStripPanelRow.CanMove(System.Windows.Forms.ToolStr ip)"> <summary>Gets or sets a value indicating whether a <see cref="T:System.Windows.Forms.ToolStrip" /> can be dragged and dropped into a <see cref="T:System.Windows.Forms.ToolStripPanelRow" />.</summary> <returns>true if there is enough space in the <see cref="T:System.Windows.Forms.ToolStripPanelRow" /> to receive the <see cref="T:System.Windows.Forms.ToolStrip" />; otherwise, false. </returns> <param name="toolStripToDrag">The <see cref="T:System.Windows.Forms.ToolStrip" /> to be dragged and dropped into the <see cref="T:System.Windows.Forms.ToolStripPanelRow" />.</param> </member> <member name="P:System.Windows.Forms.ToolStripPanelRow.Controls"> <summary>Gets the controls in the <see cref="T:System.Windows.Forms.ToolStripPanelRow" />.</summary> <returns>An array of controls.</returns> </member> <member name="P:System.Windows.Forms.ToolStripPanelRow.DefaultMargin"> <summary>Gets the space, in pixels, that is specified by default between controls.</summary> <returns>A <see cref="T:System.Windows.Forms.Padding" /> that represents the default space between controls.</returns> </member> <member name="P:System.Windows.Forms.ToolStripPanelRow.DefaultPadding"> <summary>Gets the internal spacing, in pixels, of the contents of a control.</summary> <returns>A <see cref="T:System.Windows.Forms.Padding" /> that represents the internal spacing of the contents of a control.</returns> </member> <member name="P:System.Windows.Forms.ToolStripPanelRow.DisplayRectangle"> <summary>Gets the display area of the control.</summary> <returns>A <see cref="T:System.Drawing.Rectangle" /> representing the size and location.</returns> </member> <member name="M:System.Windows.Forms.ToolStripPanelRow.Dispose(System.Boolean)"> <summary>Releases the unmanaged resources used by the <see cref="T:System.Windows.Forms.ToolStripPanelRow" /> and optionally releases the managed resources. </summary> <param name="disposing">true to release both managed and unmanaged resources; false to release only unmanaged resources. </param> </member> <member name="P:System.Windows.Forms.ToolStripPanelRow.LayoutEngine"> <summary>Gets an instance of the control's layout engine.</summary> <returns>The <see cref="T:System.Windows.Forms.Layout.LayoutEngine" /> for the control's contents.</returns> </member> <member name="P:System.Windows.Forms.ToolStripPanelRow.Margin"> <summary>Gets or sets the space between controls.</summary> <returns>A <see cref="T:System.Windows.Forms.Padding" /> representing the space between controls.</returns> </member> <member name="M:System.Windows.Forms.ToolStripPanelRow.OnBoundsChanged(System.Drawing.Recta ngle,System.Drawing.Rectangle)"> <summary>Occurs when the <see cref="P:System.Windows.Forms.ToolStripPanelRow.Bounds" /> property changes.</summary> <param name="oldBounds">The original value of the <see cref="P:System.Windows.Forms.ToolStripPanelRow.Bounds" /> property.</param> <param name="newBounds">The new value of the <see cref="P:System.Windows.Forms.ToolStripPanelRow.Bounds" /> property.</param> </member> <member name="M:System.Windows.Forms.ToolStripPanelRow.OnControlAdded(System.Windows.Forms. Control,System.Int32)"> <summary>Raises the <see cref="E:System.Windows.Forms.Control.ControlAdded" /> event.</summary> <param name="control">The control that was added to the <see cref="T:System.Windows.Forms.ToolStripPanelRow" />.</param> <param name="index">The zero-based index representing the position of the added control.</param> </member> <member name="M:System.Windows.Forms.ToolStripPanelRow.OnControlRemoved(System.Windows.Form s.Control,System.Int32)"> <summary>Raises the <see cref="E:System.Windows.Forms.Control.ControlRemoved" /> event.</summary> <param name="control">The control that was removed from the <see cref="T:System.Windows.Forms.ToolStripPanelRow" />.</param> <param name="index">The zero-based index representing the position of the removed control.</param> </member> <member name="M:System.Windows.Forms.ToolStripPanelRow.OnLayout(System.Windows.Forms.Layout EventArgs)"> <summary>Raises the <see cref="E:System.Windows.Forms.Control.Layout" /> event.</summary> <param name="e">A <see cref="T:System.Windows.Forms.LayoutEventArgs" /> that contains the event data.</param> </member> <member name="M:System.Windows.Forms.ToolStripPanelRow.OnOrientationChanged"> <summary>Occurs when the value of the <see cref="P:System.Windows.Forms.ToolStripPanelRow.Orientation" /> property changes.</summary> </member> <member name="P:System.Windows.Forms.ToolStripPanelRow.Orientation"> <summary>Gets the layout direction of the <see cref="T:System.Windows.Forms.ToolStripPanelRow" /> relative to its containing <see cref="T:System.Windows.Forms.ToolStripPanel" />.</summary> <returns>One of the <see cref="T:System.Windows.Forms.Orientation" /> values.</returns> </member> <member name="P:System.Windows.Forms.ToolStripPanelRow.Padding"> <summary>Gets or sets padding within the control.</summary> <returns>A <see cref="T:System.Windows.Forms.Padding" /> representing the control's internal spacing characteristics.</returns> </member> <member name="P:System.Windows.Forms.ToolStripPanelRow.ToolStripPanel"> <summary>Gets the <see cref="T:System.Windows.Forms.ToolStripPanel" /> that contains the <see cref="T:System.Windows.Forms.ToolStripPanelRow" />.</summary> <returns>The <see cref="T:System.Windows.Forms.ToolStripPanel" /> that contains the <see cref="T:System.Windows.Forms.ToolStripPanelRow" />.</returns> </member> <member name="T:System.Windows.Forms.ToolStripProfessionalRenderer"> <summary>Handles the painting functionality for <see cref="T:System.Windows.Forms.ToolStrip" /> objects, applying a custom palette and a streamlined style.</summary> </member> <member name="M:System.Windows.Forms.ToolStripProfessionalRenderer.#ctor"> <summary>Initializes a new instance of the <see cref="T:System.Windows.Forms.ToolStripProfessionalRenderer" /> class. </summary> </member> <member name="M:System.Windows.Forms.ToolStripProfessionalRenderer.#ctor(System.Windows.For ms.ProfessionalColorTable)"> <summary>Initializes a new instance of the <see cref="T:System.Windows.Forms.ToolStripProfessionalRenderer" /> class. </summary> <param name="professionalColorTable">A <see cref="T:System.Windows.Forms.ProfessionalColorTable" /> to be used for painting.</param> </member> <member name="P:System.Windows.Forms.ToolStripProfessionalRenderer.ColorTable"> <summary>Gets the color palette used for painting.</summary> <returns>The <see cref="T:System.Windows.Forms.ProfessionalColorTable" /> used for painting.</returns> </member> <member name="M:System.Windows.Forms.ToolStripProfessionalRenderer.OnRenderArrow(System.Win dows.Forms.ToolStripArrowRenderEventArgs)"> <param name="e">A <see cref="T:System.Windows.Forms.ToolStripArrowRenderEventArgs" /> that contains the event data.</param> </member> <member name="M:System.Windows.Forms.ToolStripProfessionalRenderer.OnRenderButtonBackground (System.Windows.Forms.ToolStripItemRenderEventArgs)"> <param name="e">A <see cref="T:System.Windows.Forms.ToolStripRenderEventArgs" /> that contains the event data. </param> </member> <member name="M:System.Windows.Forms.ToolStripProfessionalRenderer.OnRenderDropDownButtonBa ckground(System.Windows.Forms.ToolStripItemRenderEventArgs)"> <param name="e">A <see cref="T:System.Windows.Forms.ToolStripItemRenderEventArgs" /> that contains the event data. </param> </member> <member name="M:System.Windows.Forms.ToolStripProfessionalRenderer.OnRenderGrip(System.Wind ows.Forms.ToolStripGripRenderEventArgs)"> <param name="e">A <see cref="T:System.Windows.Forms.ToolStripGripRenderEventArgs" /> that contains the event data. </param> </member> <member name="M:System.Windows.Forms.ToolStripProfessionalRenderer.OnRenderImageMargin(Syst em.Windows.Forms.ToolStripRenderEventArgs)"> <param name="e">A <see cref="T:System.Windows.Forms.ToolStripRenderEventArgs" /> that contains the event data. </param> </member> <member name="M:System.Windows.Forms.ToolStripProfessionalRenderer.OnRenderItemCheck(System .Windows.Forms.ToolStripItemImageRenderEventArgs)"> <param name="e">A <see cref="T:System.Windows.Forms.ToolStripItemImageRenderEventArgs" /> that contains the event data.</param> </member> <member name="M:System.Windows.Forms.ToolStripProfessionalRenderer.OnRenderItemImage(System .Windows.Forms.ToolStripItemImageRenderEventArgs)"> <param name="e">A <see cref="T:System.Windows.Forms.ToolStripItemImageRenderEventArgs" /> that contains the event data. </param> </member> <member name="M:System.Windows.Forms.ToolStripProfessionalRenderer.OnRenderItemText(System. Windows.Forms.ToolStripItemTextRenderEventArgs)"> <param name="e">A <see cref="T:System.Windows.Forms.ToolStripItemTextRenderEv