Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

30091 lines
1.3 MiB

<?xml version="1.0"?>
<doc>
<assembly>
<name>System.Windows.Forms</name>
</assembly>
<members>
<member name="M:System.Windows.Forms.SRDescriptionAttribute.#ctor(System.String)">
<summary>
Constructs a new sys description.
</summary>
<param name="description">
description text.
</param>
</member>
<member name="P:System.Windows.Forms.SRDescriptionAttribute.Description">
<summary>
Retrieves the description text.
</summary>
<returns>
description
</returns>
</member>
<member name="T:System.Resources.ResXFileRef">
<summary>
<para> Represents a link to an external resource.</para>
</summary>
</member>
<member name="M:System.Resources.ResXFileRef.#ctor(System.String,System.String)">
<summary>
<para>Creates a new instance of the <see cref="T:System.Resources.ResXFileRef" /> class that
references the specified file.</para>
</summary>
<param name="fileName">The file to reference.</param>
<param name=" typeName">The type of the resource that is referenced.</param>
</member>
<member name="T:System.Resources.ResXResourceReader">
<summary>
<para>Enumerates XML resource (.resx) files and streams, and reads the sequential
resource name and value pairs.</para>
</summary>
</member>
<member name="M:System.Resources.ResXResourceReader.#ctor(System.String)">
<summary>
<para>Initializes a new instance of the <see cref="T:System.Resources.ResXResourceReader" /> class for the specified resource file.</para>
</summary>
<param name="fileName">The path of the resource file to read.</param>
</member>
<member name="M:System.Resources.ResXResourceReader.#ctor(System.IO.Stream)">
<summary>
<para>Initializes a new instance of the <see cref="T:System.Resources.ResXResourceReader" /> class for the specified stream.</para>
</summary>
<param name="stream">The input stream for reading resources.</param>
</member>
<member name="M:System.Resources.ResXResourceReader.#ctor(System.IO.TextReader)">
<summary>
<para>Initializes a new instance of the <see cref="T:System.Resources.ResXResourceReader" /> class for the
specified <see cref="T:System.IO.TextReader" /> .</para>
</summary>
<param name="reader">The character input stream for reading resources.</param>
</member>
<member name="M:System.Resources.ResXResourceReader.Close">
<summary>
<para>Releases all resources used by the <see cref="T:System.Resources.ResXResourceReader" /> .</para>
</summary>
</member>
<member name="M:System.Resources.ResXResourceReader.Dispose(System.Boolean)">
<summary>
<para>Releases the unmanaged resources used by the <see cref="T:System.Resources.ResXResourceReader" /> and optionally releases the managed resources.</para>
</summary>
<param name="disposing">
<see langword="true" /> to release both managed and unmanaged resources; <see langword="false" /> to release only unmanaged resources.</param>
</member>
<member name="M:System.Resources.ResXResourceReader.FromFileContents(System.String)">
<summary>
<para> Reads XML resources from the specified string.</para>
</summary>
<param name="fileContents">A string containing XML resource-formatted information.</param>
<returns>
<para>A <see cref="T:System.Resources.ResXResourceReader" /> object.</para>
</returns>
</member>
<member name="M:System.Resources.ResXResourceReader.GetEnumerator">
<summary>
<para>Returns an enumerator for this <see cref="T:System.Resources.ResXResourceReader" /> .</para>
</summary>
<returns>
<para>An <see cref="T:System.Collections.IDictionaryEnumerator" /> for this <see cref="T:System.Resources.ResourceReader" />.</para>
</returns>
</member>
<member name="T:System.Resources.ResXResourceSet">
<summary>
<para> Gathers all items that represent an XML resource (.resx) file into a
single object.</para>
</summary>
</member>
<member name="M:System.Resources.ResXResourceSet.#ctor(System.String)">
<summary>
<para>Initializes a new instance of a <see cref="T:System.Resources.ResXResourceSet" /> class using the system default <see cref="T:System.Resources.ResXResourceReader" /> that opens and reads resources from the specified file.</para>
</summary>
<param name="fileName">The name of the file to read resources from.</param>
</member>
<member name="M:System.Resources.ResXResourceSet.#ctor(System.IO.Stream)">
<summary>
<para>Initializes a new instance of the <see cref="T:System.Resources.ResXResourceSet" /> class using the system default
<see cref="T:System.Resources.ResXResourceReader" />to read resources from the specified stream.</para>
</summary>
<param name="stream">The <see cref="T:System.IO.Stream" /> of resources to be read. The stream should refer to an existing resource file.</param>
</member>
<member name="M:System.Resources.ResXResourceSet.GetDefaultReader">
<summary>
<para>Returns the preferred resource reader class for this
kind of <see cref="T:System.Resources.ResXResourceSet" /> .</para>
</summary>
<returns>
<para> The <see cref="T:System.Type" /> of the preferred resource reader for this kind of
<see cref="T:System.Resources.ResXResourceSet" /> .</para>
</returns>
</member>
<member name="M:System.Resources.ResXResourceSet.GetDefaultWriter">
<summary>
<para> Returns the preferred resource writer class
for this kind of <see cref="T:System.Resources.ResXResourceSet" />.</para>
</summary>
<returns>
<para> The <see cref="T:System.Type" /> of the preferred resource writer for
this kind of <see cref="T:System.Resources.ResXResourceSet" /> .</para>
</returns>
</member>
<member name="T:System.Resources.ResXResourceWriter">
<summary>
<para> Writes resources in an XML resource (.resx) file or an output
stream.</para>
</summary>
</member>
<member name="F:System.Resources.ResXResourceWriter.Version">
<summary>
<para> Specifies the version of the schema that the XML output conforms
to. This field is read-only.</para>
</summary>
</member>
<member name="M:System.Resources.ResXResourceWriter.#ctor(System.String)">
<summary>
<para>Initializes a new instance of the <see cref="T:System.Resources.ResXResourceWriter" /> class that
writes the resources to the specified file.</para>
</summary>
<param name="fileName"> The output file name.</param>
</member>
<member name="M:System.Resources.ResXResourceWriter.#ctor(System.IO.Stream)">
<summary>
<para>Initializes a new instance of the <see cref="T:System.Resources.ResXResourceWriter" /> class that writes the resources to the specified stream object.</para>
</summary>
<param name="stream">The output stream.</param>
</member>
<member name="M:System.Resources.ResXResourceWriter.#ctor(System.IO.TextWriter)">
<summary>
<para>Initializes a new instance of the <see cref="T:System.Resources.ResXResourceWriter" /> class that writes to the specified <see cref="T:System.IO.TextWriter" /> object.</para>
</summary>
<param name="textWriter">The <see cref="T:System.IO.TextWriter" /> object to send the output to.</param>
</member>
<member name="M:System.Resources.ResXResourceWriter.AddResource(System.String,System.Byte[])">
<summary>
Adds a named resource specified as a byte array to the
list of resources to write.
</summary>
<param name="name">The name of the resource.</param>
<param name=" value">The value of the resource to add as an 8-bit unsigned integer array. </param>
</member>
<member name="M:System.Resources.ResXResourceWriter.AddResource(System.String,System.Object)">
<summary>
<para> Adds a named resource specified as an object to the
list of resources to write.</para>
</summary>
<param name="name">The name of the resource.</param>
<param name=" value">The value of the resource.</param>
</member>
<member name="M:System.Resources.ResXResourceWriter.AddResource(System.String,System.String)">
<summary>
<para>Adds a string resource to the resources.</para>
</summary>
<param name="name">The name of the resource.</param>
<param name=" value">The value of the resource.</param>
</member>
<member name="M:System.Resources.ResXResourceWriter.Close">
<summary>
<para>Releases all resources used by the <see cref="T:System.Resources.ResXResourceWriter" /> .</para>
</summary>
</member>
<member name="M:System.Resources.ResXResourceWriter.Dispose">
<summary>
<para>Releases all resources used by the <see cref="T:System.Resources.ResXResourceWriter" /> .</para>
</summary>
</member>
<member name="M:System.Resources.ResXResourceWriter.Dispose(System.Boolean)">
<summary>
<para>Releases the unmanaged resources used by the <see cref="T:System.Resources.ResXResourceWriter" /> and optionally releases the managed resources.</para>
</summary>
<param name="disposing">
<see langword="true" /> to release both managed and unmanaged resources; <see langword="false" /> to release only unmanaged resources.</param>
</member>
<member name="M:System.Resources.ResXResourceWriter.Generate">
<summary>
<para> Writes all resources added by the <see cref="M:System.Resources.ResXResourceWriter.AddResource(System.String,System.Byte[])" /> method to the output file or stream.</para>
</summary>
</member>
<member name="T:System.Windows.Forms.AccessibleEvents">
<summary>
<para>Specifies events that are reported by accessible
applications.</para>
</summary>
</member>
<member name="F:System.Windows.Forms.AccessibleEvents.SystemSound">
<summary>
<para>A sound was played. The system sends this event when a
system sound, such as for menus, is played, even if no sound is audible. This
might be caused by lack of a sound file or sound card. Servers send this event
if a custom user interface element generates a sound.</para>
</summary>
</member>
<member name="F:System.Windows.Forms.AccessibleEvents.SystemAlert">
<summary>
<para>
An alert was generated. Server applications send this event whenever an important
user interface change has occurred that a user might need to know about. The system
does not send the event consistently for dialog box objects. This is a
known problem and is being addressed by the accessibility team.</para>
</summary>
</member>
<member name="F:System.Windows.Forms.AccessibleEvents.SystemForeground">
<summary>
<para>The foreground window changed. The system sends this
event even if the foreground window is changed to another window in the same
thread. Server applications never
send this event.</para>
</summary>
</member>
<member name="F:System.Windows.Forms.AccessibleEvents.SystemMenuStart">
<summary>
<para> A menu item on the menu bar was selected. The
system sends this event for standard menus. Servers send this event for custom
menus. The system might raise more than one <see langword="MenuStart" /> event that
may or may not have a corresponding <see langword="MenuEnd" />
event.</para>
</summary>
</member>
<member name="F:System.Windows.Forms.AccessibleEvents.SystemMenuEnd">
<summary>
A menu from the menu bar was closed. The system sends
this event for standard menus. Servers send this event for custom menus.
</summary>
</member>
<member name="F:System.Windows.Forms.AccessibleEvents.SystemMenuPopupStart">
<summary>
A pop-up menu was displayed. The system sends this event
for standard menus. Servers send this event for custom menus. The system does
not send the event consistently. This is a known problem and is being addressed
by the accessibility team.
</summary>
</member>
<member name="F:System.Windows.Forms.AccessibleEvents.SystemMenuPopupEnd">
<summary>
A pop-up menu was closed. The system sends this event
for standard menus. Servers send this event for custom menus. When a pop-up menu
is closed, the client receives this message followed almost immediately by the
<see langword="SystemMenuEnd" /> event. The system does not
send the event consistently. This is a known problem and is being addressed by
the accessibility team.
</summary>
</member>
<member name="F:System.Windows.Forms.AccessibleEvents.SystemCaptureStart">
<summary>
<para> A window is being moved or resized. The system sends
the event; servers never send this event.</para>
</summary>
</member>
<member name="F:System.Windows.Forms.AccessibleEvents.SystemCaptureEnd">
<summary>
<para> A window has lost mouse capture. The system
sends the event; servers never send this event.</para>
</summary>
</member>
<member name="F:System.Windows.Forms.AccessibleEvents.SystemMoveSizeStart">
<summary>
<para> A window is being moved or resized. The system
sends the event; servers never send this event.</para>
</summary>
</member>
<member name="F:System.Windows.Forms.AccessibleEvents.SystemMoveSizeEnd">
<summary>
<para> The movement or resizing of a window is finished. The system sends the
event; servers never send this event. </para>
</summary>
</member>
<member name="F:System.Windows.Forms.AccessibleEvents.SystemContextHelpStart">
<summary>
A window entered context-sensitive Help mode. The system
does not send the event consistently. This is a known problem and is being
addressed by the accessibility team.
</summary>
</member>
<member name="F:System.Windows.Forms.AccessibleEvents.SystemContextHelpEnd">
<summary>
A window exited context-sensitive Help mode. The system
does not send the event consistently. This is a known problem and is being
addressed by the accessibility team.
</summary>
</member>
<member name="F:System.Windows.Forms.AccessibleEvents.SystemDragDropStart">
<summary>
<para>An application is about to enter drag-and-drop mode.
Applications that support drag-and-drop operations must send this event; the
system does not.</para>
</summary>
</member>
<member name="F:System.Windows.Forms.AccessibleEvents.SystemDragDropEnd">
<summary>
<para>An application is about to exit drag-and-drop mode.
Applications that support drag-and-drop operations must send this event; the
system does not.</para>
</summary>
</member>
<member name="F:System.Windows.Forms.AccessibleEvents.SystemDialogStart">
<summary>
A dialog box was displayed. The system sends
the event for standard dialog boxes. Servers send this event for custom
dialog boxes. The system does not send the event consistently. This is a known
problem and is being addressed by the accessibility team.
</summary>
</member>
<member name="F:System.Windows.Forms.AccessibleEvents.SystemDialogEnd">
<summary>
<para> A dialog box was closed. The system does not send the
event for standard dialog boxes. Servers send this event for custom dialog
boxes. The system does not send the event consistently. This is a known problem
and is being addressed by the accessibility team.</para>
</summary>
</member>
<member name="F:System.Windows.Forms.AccessibleEvents.SystemScrollingStart">
<summary>
<para> Scrolling has started on a scroll bar. The
system sends the event for scroll bars attached to a window
and for standard scroll
bar controls. Servers send this event for custom scroll bars.</para>
</summary>
</member>
<member name="F:System.Windows.Forms.AccessibleEvents.SystemScrollingEnd">
<summary>
<para>Scrolling has ended on a scroll bar. The system sends this event for scroll
bars attached to a window and for standard scroll bar controls. Servers send
this event for custom scroll bars.</para>
</summary>
</member>
<member name="F:System.Windows.Forms.AccessibleEvents.SystemSwitchStart">
<summary>
<para> The user pressed ALT+TAB, which activates the
switch window. If only one application is running when the user presses ALT+TAB,
the system raises the <see langword="SwitchEnd" /> event without a corresponding
<see langword="SwitchStart" /> event.</para>
</summary>
</member>
<member name="F:System.Windows.Forms.AccessibleEvents.SystemSwitchEnd">
<summary>
<para>The user released ALT+TAB. The system sends the
<see langword="SwitchEnd" /> event; servers never send this
event. If only one application is running when the user presses ALT+TAB, the
system sends the <see langword="SwitchEnd" /> event without a corresponding
<see langword="SwitchStart" />
event.</para>
</summary>
</member>
<member name="F:System.Windows.Forms.AccessibleEvents.SystemMinimizeStart">
<summary>
<para> A window object is about to be
minimized or maximized. The system sends the event; servers never send this event.</para>
</summary>
</member>
<member name="F:System.Windows.Forms.AccessibleEvents.SystemMinimizeEnd">
<summary>
<para> A window object was minimized or
maximized. The system sends the event; servers never send this event.</para>
</summary>
</member>
<member name="F:System.Windows.Forms.AccessibleEvents.Create">
<summary>
<para>An object was created. The operating system sends the event for
the following user interface elements: caret, header control, list view control,
tab control, toolbar control, tree view control, and window object. Server
applications send this event for their accessible objects. Servers must send
this event for all an object's child objects before sending the event for the
parent object. Servers must ensure that all child objects are fully created and
ready to accept calls from clients when the parent object sends the event.</para>
</summary>
</member>
<member name="F:System.Windows.Forms.AccessibleEvents.Destroy">
<summary>
An object was destroyed. The system sends this event for
the following user interface elements: caret, header control, list view control,
tab control, toolbar control, tree view control, and window object. Server
applications send this event for their accessible objects. This event may or may
not be sent for child objects. However, clients can assume that all the children
of an object have been destroyed when the parent object sends this event.
</summary>
</member>
<member name="F:System.Windows.Forms.AccessibleEvents.Show">
<summary>
<para>A hidden object is being shown. The system sends this
event for the following user interface elements: caret, cursor, and window
object. Server applications send this event for their accessible objects.
Clients can assume that, when this event is sent by a parent object, all child
objects have already been displayed. Therefore, server applications do not need
to send this event for the child objects.</para>
</summary>
</member>
<member name="F:System.Windows.Forms.AccessibleEvents.Hide">
<summary>
<para>
An
object
is hidden. The system sends the event for the following
user interface elements: caret and cursor. Server applications send the event for their
accessible objects. When the event is generated for a parent object,
all child objects have already been hidden. Therefore, server
applications do not need to send the event for the child objects. The
system does not send the event consistently. This is a known problem and is being
addressed by the accessibility team.</para>
</summary>
</member>
<member name="F:System.Windows.Forms.AccessibleEvents.Reorder">
<summary>
<para> A container object has added, removed, or
reordered its children. The system sends this event for the following
user interface elements: header control, list view control, toolbar control, and window object. Server applications
send this event as appropriate for their accessible objects. This event is also sent by
a parent window when the z order for the child windows changes.</para>
</summary>
</member>
<member name="F:System.Windows.Forms.AccessibleEvents.Focus">
<summary>
An object has received the keyboard focus. The system
sends this event for the following user interface elements: list view control,
menu bar, pop-up menu, switch window, tab control, tree view control, and window
object. Server applications send this event for their accessible objects.
</summary>
</member>
<member name="F:System.Windows.Forms.AccessibleEvents.Selection">
<summary>
<para> An accessible object within a container object
has been selected. This event signals a single selection. Either a child has been
selected in a container that previously did not contain any selected children, or
the selection has changed from one child to another.</para>
</summary>
</member>
<member name="F:System.Windows.Forms.AccessibleEvents.SelectionAdd">
<summary>
An item within a container object was added to the
selection. The system sends this event for the following user interface
elements: list box, list view control, and tree view control. Server
applications send this event for their accessible objects. This event signals
that a child has been added to an existing selection.
</summary>
</member>
<member name="F:System.Windows.Forms.AccessibleEvents.SelectionRemove">
<summary>
An item within a container object was removed from the
selection. The system sends this event for the following user interface
elements: list box, list view control, and tree view control. Server
applications send this event for their accessible objects. This event signals
that a child has been removed from an existing selection.
</summary>
</member>
<member name="F:System.Windows.Forms.AccessibleEvents.SelectionWithin">
<summary>
<para>Numerous selection changes occurred within a container object.
The system sends this event for list boxes. Server applications send this
event for their accessible objects. This event can be sent when the selected
items within a control have changed substantially. This event informs the
client that many selection changes have occurred. This is preferable to sending
several <see langword="SelectionAdd" />
or <see langword="SelectionRemove" />
events.</para>
</summary>
</member>
<member name="F:System.Windows.Forms.AccessibleEvents.StateChange">
<summary>
<para> An object's state has changed. The system
sends the event for the following user interface elements: check box, combo
box, header control, push button, radio button, scroll bar, toolbar control,
tree view control, up-down control, and window object. Server applications send
the event for their accessible objects. For example, a state change can occur
when a button object has been pressed or released, or when
an object is being enabled or disabled. The system
does not send the event consistently. This is a known problem and is being addressed by
the accessibility team.</para>
</summary>
</member>
<member name="F:System.Windows.Forms.AccessibleEvents.LocationChange">
<summary>
<para> An object has changed location, shape,
or size. The system sends this event for the following user interface
elements: caret and window object. Server applications send this event for
their accessible objects. This event is generated in response to the top-level object
within the object hierarchy that has changed, not for any children it might
contain. For example, if the user resizes a window, the system sends this notification
for the window, but not for the menu bar, title bar, scroll bars, or other
objects that have also changed. The system does not send this event for
every non-floating child window when the parent moves. However, if an
application explicitly resizes child windows as a result of being resized, the system sends multiple
events for the resized children. If an object's <see cref="P:System.Windows.Forms.AccessibleObject.State" /> property is set to
<see cref="F:System.Windows.Forms.AccessibleStates.Floating" qualify="true" />
, servers should send a location change
event whenever the object changes location. If an object
does not have this state, servers should raise this event when the object moves
relative to its parent.</para>
</summary>
</member>
<member name="F:System.Windows.Forms.AccessibleEvents.NameChange">
<summary>
<para>An object's <see cref="P:System.Windows.Forms.AccessibleObject.Name" /> property changed. The system sends this
event for the following user interface elements: check box, cursor, list view
control, push button, radio button, status bar control, tree view control, and
window object. Server applications send this event for their accessible objects.</para>
</summary>
</member>
<member name="F:System.Windows.Forms.AccessibleEvents.DescriptionChange">
<summary>
<para>An object's <see cref="P:System.Windows.Forms.AccessibleObject.Description" /> property changed. Server
applications send this event for their accessible objects.</para>
</summary>
</member>
<member name="F:System.Windows.Forms.AccessibleEvents.ValueChange">
<summary>
<para>An object's <see cref="P:System.Windows.Forms.AccessibleObject.Value" /> property changed. The
system raises the <see langword="ValueChange" />
event for the following user interface elements: edit control, header
control, hot key control, progress bar control, scroll bar, slider control, and
up-down control. Server applications send this event for their accessible objects.</para>
</summary>
</member>
<member name="F:System.Windows.Forms.AccessibleEvents.ParentChange">
<summary>
<para>An object has a new parent object. Server applications
send this event for their accessible objects.</para>
</summary>
</member>
<member name="F:System.Windows.Forms.AccessibleEvents.HelpChange">
<summary>
<para>An object's <see cref="P:System.Windows.Forms.AccessibleObject.Help" /> property changed. Server applications
send this event for their accessible objects.</para>
</summary>
</member>
<member name="F:System.Windows.Forms.AccessibleEvents.DefaultActionChange">
<summary>
<para>An object's <see cref="P:System.Windows.Forms.AccessibleObject.DefaultAction" /> property changed. The
system sends this event for dialog boxes. Server applications send this event
for their accessible objects. Therefore, server applications do not need to send
this event for the child objects. Hidden objects have a state
of <see cref="F:System.Windows.Forms.AccessibleStates.Invisible" qualify="true" />, and shown objects do not. Events of type
<see langword="AccessibleEvents.Hide" /> indicate that a state of
<see cref="F:System.Windows.Forms.AccessibleStates.Invisible" qualify="true" /> has been set. Therefore, servers do not
need to send the <see langword="AccessibleEvents.StateChange" />
event in
this case.</para>
</summary>
</member>
<member name="F:System.Windows.Forms.AccessibleEvents.AcceleratorChange">
<summary>
<para>An object's <see cref="P:System.Windows.Forms.AccessibleObject.KeyboardShortcut" /> property changed. Server
applications send the event for their accessible objects.</para>
</summary>
</member>
<member name="T:System.Windows.Forms.AccessibleNavigation">
<summary>
<para> Specifies values for navigating among accessible objects.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.AccessibleNavigation.Down">
<summary>
<para>
Navigation
to a sibling object located
below the
starting object.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.AccessibleNavigation.FirstChild">
<summary>
<para>
Navigation to
the
first child of the object.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.AccessibleNavigation.LastChild">
<summary>
<para> Navigation to
the
last child of the object.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.AccessibleNavigation.Left">
<summary>
<para>
Navigation
to the sibling object located
to the left
of the
starting object.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.AccessibleNavigation.Next">
<summary>
<para> Navigation to the next logical object, typically from a
sibling
object to the
starting object.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.AccessibleNavigation.Previous">
<summary>
<para> Navigation to the previous logical object, typically
from
a sibling
object to the
starting object.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.AccessibleNavigation.Right">
<summary>
<para>
Navigation to the sibling object
located to the right of the
starting object.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.AccessibleNavigation.Up">
<summary>
<para> Navigation to a sibling object
located above the
starting object.
</para>
</summary>
</member>
<member name="T:System.Windows.Forms.AccessibleObject">
<summary>
<para> Provides information that accessibility applications use to adjust an application's UI for users
with impairments.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.UnsafeNativeMethods.IMsoComponentManager.QueryService(System.Guid@,System.Guid@,System.Object@)">
</member>
<member name="M:System.Windows.Forms.UnsafeNativeMethods.IMsoComponentManager.FDebugMessage(System.IntPtr,System.Int32,System.IntPtr,System.IntPtr)">
</member>
<member name="M:System.Windows.Forms.UnsafeNativeMethods.IMsoComponentManager.FRegisterComponent(System.Windows.Forms.UnsafeNativeMethods.IMsoComponent,System.Windows.Forms.NativeMethods.MSOCRINFOSTRUCT,System.Int32@)">
</member>
<member name="M:System.Windows.Forms.UnsafeNativeMethods.IMsoComponentManager.FRevokeComponent(System.Int32)">
</member>
<member name="M:System.Windows.Forms.UnsafeNativeMethods.IMsoComponentManager.FUpdateComponentRegistration(System.Int32,System.Windows.Forms.NativeMethods.MSOCRINFOSTRUCT)">
</member>
<member name="M:System.Windows.Forms.UnsafeNativeMethods.IMsoComponentManager.FOnComponentActivate(System.Int32)">
</member>
<member name="M:System.Windows.Forms.UnsafeNativeMethods.IMsoComponentManager.FSetTrackingComponent(System.Int32,System.Boolean)">
</member>
<member name="M:System.Windows.Forms.UnsafeNativeMethods.IMsoComponentManager.OnComponentEnterState(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32)">
</member>
<member name="M:System.Windows.Forms.UnsafeNativeMethods.IMsoComponentManager.FOnComponentExitState(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32)">
</member>
<member name="M:System.Windows.Forms.UnsafeNativeMethods.IMsoComponentManager.FInState(System.Int32,System.IntPtr)">
</member>
<member name="M:System.Windows.Forms.UnsafeNativeMethods.IMsoComponentManager.FContinueIdle">
</member>
<member name="M:System.Windows.Forms.UnsafeNativeMethods.IMsoComponentManager.FPushMessageLoop(System.Int32,System.Int32,System.Int32)">
</member>
<member name="M:System.Windows.Forms.UnsafeNativeMethods.IMsoComponentManager.FCreateSubComponentManager(System.Object,System.Object,System.Guid@,System.IntPtr@)">
</member>
<member name="M:System.Windows.Forms.UnsafeNativeMethods.IMsoComponentManager.FGetParentComponentManager(System.Windows.Forms.UnsafeNativeMethods.IMsoComponentManager@)">
</member>
<member name="M:System.Windows.Forms.UnsafeNativeMethods.IMsoComponentManager.FGetActiveComponent(System.Int32,System.Windows.Forms.UnsafeNativeMethods.IMsoComponent[],System.Windows.Forms.NativeMethods.MSOCRINFOSTRUCT,System.Int32)">
</member>
<member name="M:System.Windows.Forms.UnsafeNativeMethods.IMsoComponent.FDebugMessage(System.IntPtr,System.Int32,System.IntPtr,System.IntPtr)">
</member>
<member name="M:System.Windows.Forms.UnsafeNativeMethods.IMsoComponent.FPreTranslateMessage(System.Windows.Forms.NativeMethods.MSG@)">
</member>
<member name="M:System.Windows.Forms.UnsafeNativeMethods.IMsoComponent.OnEnterState(System.Int32,System.Boolean)">
</member>
<member name="M:System.Windows.Forms.UnsafeNativeMethods.IMsoComponent.OnAppActivate(System.Boolean,System.Int32)">
</member>
<member name="M:System.Windows.Forms.UnsafeNativeMethods.IMsoComponent.OnLoseActivation">
</member>
<member name="M:System.Windows.Forms.UnsafeNativeMethods.IMsoComponent.OnActivationChange(System.Windows.Forms.UnsafeNativeMethods.IMsoComponent,System.Boolean,System.Int32,System.Boolean,System.Int32,System.Int32)">
</member>
<member name="M:System.Windows.Forms.UnsafeNativeMethods.IMsoComponent.FDoIdle(System.Int32)">
</member>
<member name="M:System.Windows.Forms.UnsafeNativeMethods.IMsoComponent.FContinueMessageLoop(System.Int32,System.Int32,System.Windows.Forms.NativeMethods.MSG@)">
</member>
<member name="M:System.Windows.Forms.UnsafeNativeMethods.IMsoComponent.FQueryTerminate(System.Boolean)">
</member>
<member name="M:System.Windows.Forms.UnsafeNativeMethods.IMsoComponent.Terminate">
</member>
<member name="M:System.Windows.Forms.UnsafeNativeMethods.IMsoComponent.HwndGetWindow(System.Int32,System.Int32)">
</member>
<member name="M:System.Windows.Forms.AccessibleObject.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:System.Windows.Forms.AccessibleObject" /> class.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.AccessibleObject.GetChild(System.Int32)">
<summary>
<para> Retrieves the accessible child corresponding to the specified
index.</para>
</summary>
<param name="index">The zero-based index of the accessible child.</param>
<returns>
<para>An <see cref="T:System.Windows.Forms.AccessibleObject" /> that represents the accessible child corresponding to the specified index.</para>
</returns>
</member>
<member name="M:System.Windows.Forms.AccessibleObject.GetChildCount">
<summary>
<para> Retrieves the number of children
belonging to an accessible object.</para>
</summary>
<returns>
<para>The number of children belonging to an accessible object.</para>
</returns>
</member>
<member name="M:System.Windows.Forms.AccessibleObject.GetFocused">
<summary>
<para> Retrieves the object that has the keyboard focus.</para>
</summary>
<returns>
<para>An <see cref="T:System.Windows.Forms.AccessibleObject" /> that specifies the currently focused
child. This method returns the calling object if the object itself is focused.
Returns <see langword="null" />
if no
object has focus. </para>
</returns>
</member>
<member name="M:System.Windows.Forms.AccessibleObject.GetHelpTopic(System.String@)">
<summary>
<para> Gets an identifier for a Help topic identifier and the path to the Help file associated
with this accessible object.</para>
</summary>
<param name="fileName">On return, this property contains the path to the Help file associated with this accessible object.</param>
<returns>
<para>An identifier for a Help topic, or -1 if there is no Help topic. On return, the <paramref name="fileName&#xD;&#xA; " /> parameter contains
the path to the Help file associated with this accessible object.</para>
</returns>
</member>
<member name="M:System.Windows.Forms.AccessibleObject.GetSelected">
<summary>
<para> Retrieves the currently selected child.</para>
</summary>
<returns>
<para>An <see cref="T:System.Windows.Forms.AccessibleObject" /> that represents the currently selected
child. This method returns the calling object if the object itself is selected.
Returns <see langword="null" />
if is no child is currently selected and the object itself does not have
focus. </para>
</returns>
</member>
<member name="M:System.Windows.Forms.AccessibleObject.HitTest(System.Int32,System.Int32)">
<summary>
<para>Retrieves the child object at the specified screen coordinates.</para>
</summary>
<param name="x">The horizontal screen coordinate.</param>
<param name="y">The vertical screen coordinate.</param>
<returns>
<para>An <see cref="T:System.Windows.Forms.AccessibleObject" /> that represents the child object at the
given screen coordinates. This method returns the calling object if the object itself is at the location specified. Returns <see langword="null" /> if no object is at the tested location.</para>
</returns>
</member>
<member name="M:System.Windows.Forms.AccessibleObject.DoDefaultAction">
<summary>
<para> Performs the default action associated with this accessible object.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.AccessibleObject.Navigate(System.Windows.Forms.AccessibleNavigation)">
<summary>
<para>Navigates to another accessible object.</para>
</summary>
<param name="navdir">One of the <see cref="T:System.Windows.Forms.AccessibleNavigation" /> values.</param>
<returns>
<para>An <see cref="T:System.Windows.Forms.AccessibleObject" /> that represents one
of the <see cref="T:System.Windows.Forms.AccessibleNavigation" /> values. </para>
</returns>
</member>
<member name="M:System.Windows.Forms.AccessibleObject.Select(System.Windows.Forms.AccessibleSelection)">
<summary>
<para> Modifies the selection or moves the keyboard focus of the accessible object.
</para>
</summary>
<param name="flags">One of the <see cref="T:System.Windows.Forms.AccessibleSelection" /> values. </param>
</member>
<member name="P:System.Windows.Forms.AccessibleObject.Bounds">
<summary>
<para> Gets the location and size of the accessible object.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.AccessibleObject.DefaultAction">
<summary>
<para> Gets a string that describes the default action of the object. Not all objects have a default action.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.AccessibleObject.Description">
<summary>
<para>Gets a string that describes the visual appearance of
the specified object. Not all objects have a description.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.AccessibleObject.Help">
<summary>
<para> Gets a description of what the object does or how the object is used.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.AccessibleObject.KeyboardShortcut">
<summary>
<para> Gets the shortcut key or access
key for the accessible object.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.AccessibleObject.Name">
<summary>
<para> Gets or sets the object name.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.AccessibleObject.Parent">
<summary>
<para>Gets the parent of an accessible object.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.AccessibleObject.Role">
<summary>
<para> Gets the role of this accessible object.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.AccessibleObject.State">
<summary>
<para>Gets
the state of this accessible object.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.AccessibleObject.Value">
<summary>
<para> Gets or sets the value of an accessible object.</para>
</summary>
</member>
<member name="T:System.Windows.Forms.AccessibleRole">
<summary>
<para> Specifies values representing possible roles for an accessible object.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.AccessibleRole.Default">
<summary>
<para> A system-provided role.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.AccessibleRole.None">
<summary>
<para>
No role.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.AccessibleRole.TitleBar">
<summary>
<para>
A title or caption bar
for a window.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.AccessibleRole.MenuBar">
<summary>
<para> A menu bar,
usually beneath the title bar of a window, from which users
can select menus.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.AccessibleRole.ScrollBar">
<summary>
<para>
A vertical or horizontal scroll bar, which
can be either part of the client area or used
in a control.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.AccessibleRole.Grip">
<summary>
<para>
A special mouse pointer, which
allows a user to manipulate user interface elements such as a window. For
example, a user can click and drag a sizing grip in the lower-right corner of a
window to
resize it.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.AccessibleRole.Sound">
<summary>
<para>
A system sound, which is associated with
various
system events.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.AccessibleRole.Cursor">
<summary>
<para>
A mouse pointer.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.AccessibleRole.Caret">
<summary>
<para>
A caret, which is a flashing line, block, or bitmap
that marks the location of the insertion point in a
window's client area.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.AccessibleRole.Alert">
<summary>
<para> An
alert or condition that you can notify a user about. Use this role only for objects that
embody an alert but are not associated with another user interface element, such
as a message box, graphic, text,
or sound.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.AccessibleRole.Window">
<summary>
<para>
A window frame, which usually contains child
objects such as a title bar, client, and other objects typically contained in
a window.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.AccessibleRole.Client">
<summary>
<para>
A
window's user area.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.AccessibleRole.MenuPopup">
<summary>
<para>
A menu, which presents a list of
options from which the user can make a selection to perform an action. All menu
types must have this role, including drop-down menus that are displayed by
selection from a menu bar, and shortcut menus that are displayed when the right
mouse button is
clicked.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.AccessibleRole.MenuItem">
<summary>
<para>
A menu item, which is an entry in
a menu that a user can choose to carry out a command, select
an option, or display another menu.
Functionally, a menu item can be equivalent to a push button, radio button, check
box, or menu.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.AccessibleRole.ToolTip">
<summary>
<para>A tool tip, which is a small rectangular pop-up window that
displays a brief description of the purpose of a command bar
button.</para>
</summary>
</member>
<member name="F:System.Windows.Forms.AccessibleRole.Application">
<summary>
<para>
The main window for
an application.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.AccessibleRole.Document">
<summary>
<para>
A document window, which is
always contained within an application window. This role applies only
to multiple-document interface (MDI) windows and refers to an object that contains
the MDI title bar.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.AccessibleRole.Pane">
<summary>
<para> A separate area in a frame, a split document
window, or a rectangular area of the status
bar that can be used to display
information. Users can navigate between panes and within the contents of the current
pane, but cannot navigate between items in different panes. Thus, panes
represent a level of grouping lower than frame windows or documents, but above
individual controls. Typically, the user navigates between panes by pressing TAB,
F6, or CTRL+TAB, depending on the
context.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.AccessibleRole.Chart">
<summary>
<para>
A graphical image used to
represent data.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.AccessibleRole.Dialog">
<summary>
<para>
A dialog box
or message box.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.AccessibleRole.Border">
<summary>
<para>
A window border. The entire border
is represented by a single object, rather than by separate objects for
each side.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.AccessibleRole.Grouping">
<summary>
<para> The objects grouped in a logical
manner. There can be a parent-child relationship between the grouping object and the
objects
it contains.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.AccessibleRole.Separator">
<summary>
<para> A space divided visually into two regions, such as a separator menu item or a
bar dividing split panes within a window.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.AccessibleRole.ToolBar">
<summary>
<para>
A toolbar, which is a grouping of controls that provide
easy access to frequently
used features.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.AccessibleRole.StatusBar">
<summary>
<para>
A status bar, which is an area typically at the bottom
of an application window
that displays information about the current operation, state of the application,
or selected object. The status bar can have multiple fields that display different
kinds of information, such as an explanation of the currently selected menu
command in the status bar.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.AccessibleRole.Table">
<summary>
<para> A table containing rows and columns of cells and,
optionally, row headers and column headers.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.AccessibleRole.ColumnHeader">
<summary>
<para>
A column header, which provides a visual label for a column
in a table.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.AccessibleRole.RowHeader">
<summary>
<para>
A row header, which provides a visual
label for
a table row.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.AccessibleRole.Column">
<summary>
<para>
A column of cells within a table.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.AccessibleRole.Row">
<summary>
<para>
A row of cells within
a table.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.AccessibleRole.Cell">
<summary>
<para>
A cell within
a table.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.AccessibleRole.Link">
<summary>
<para>
A link, which is a connection between a source
document and a destination document. This
object might look like text or a graphic, but it acts like
a button.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.AccessibleRole.HelpBalloon">
<summary>
<para>
A Help display in the form of a ToolTip or Help
balloon, which
contains
buttons and labels that users can click to open
custom Help topics.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.AccessibleRole.Character">
<summary>
<para>
A cartoon-like graphic object,
such as Microsoft Office Assistant, which is typically displayed to provide help
to users of
an application.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.AccessibleRole.List">
<summary>
<para>
A list box, which allows the user
to select one or
more items.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.AccessibleRole.ListItem">
<summary>
<para>
An item in a list box or the list
portion of a combo box, drop-down list box, or
drop-down combo box.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.AccessibleRole.Outline">
<summary>
<para>
An outline or tree structure, such
as a tree view control, which displays a hierarchical list and usually allows
the
user to expand and collapse branches.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.AccessibleRole.OutlineItem">
<summary>
<para>
An item
in an outline or tree structure.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.AccessibleRole.PageTab">
<summary>
<para> A property page that allows a user
to view the attributes for a page, such as the page's title, whether it is a
home page, or
whether the page has been modified.
Normally, the only child of this control is a grouped object that contains
the contents of the associated page.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.AccessibleRole.PropertyPage">
<summary>
<para>
A property page, which is a dialog box that
controls the appearance and the behavior of an object, such as a file or
resource. A property page's appearance differs according
to its purpose.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.AccessibleRole.Indicator">
<summary>
<para>
An indicator, such as a pointer
graphic, that points to the
current item.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.AccessibleRole.Graphic">
<summary>
<para>
A picture.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.AccessibleRole.StaticText">
<summary>
<para> The read-only text,
such as in a label, for other
controls or instructions in a dialog box. Static text cannot be modified
or selected.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.AccessibleRole.Text">
<summary>
<para> The selectable text
that can be editable or read-only.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.AccessibleRole.PushButton">
<summary>
<para>
A push button control, which is a
small rectangular control that a user can turn on or off. A push button, also known
as a command button, has a raised appearance in its default off state and
a sunken appearance when it is turned
on.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.AccessibleRole.CheckButton">
<summary>
<para> A check box control, which is an option
that can be turned on or off independent
of other options.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.AccessibleRole.RadioButton">
<summary>
<para>
An option button, also known as a
radio button. All objects sharing a single parent that have this attribute are
assumed to be part of a single mutually exclusive group. You can use
grouped objects to divide option buttons into separate groups when
necessary.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.AccessibleRole.ComboBox">
<summary>
<para>
A
combo box, which is an edit
control with an associated list box that provides a set of predefined
choices.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.AccessibleRole.DropList">
<summary>
<para>
A drop-down list box. This control shows one
item and allows the user to display and select another
from a list of alternative choices.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.AccessibleRole.ProgressBar">
<summary>
<para>
A progress bar, which indicates the progress of a
lengthy operation by displaying a colored bar inside a horizontal rectangle. The
length of the bar in relation
to the length of the rectangle corresponds
to the percentage of the operation that is complete. This control does
not take user
input.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.AccessibleRole.Dial">
<summary>
<para>
A dial or knob. This can also be a
read-only object, like a speedometer.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.AccessibleRole.HotkeyField">
<summary>
<para>
A hot-key field that allows the user to enter a combination or sequence of
keystrokes to be used as a hot key, which enables users to perform an action
quickly. A hot-key control displays the keystrokes entered by the user and
ensures that the user selects a valid key combination.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.AccessibleRole.Slider">
<summary>
<para>
A control, sometimes called a trackbar,
that allows a user to adjust a setting in given increments between
minimum and maximum values by moving a slider. The volume controls in the
Windows operating system are slider
controls.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.AccessibleRole.SpinButton">
<summary>
<para> A spin box, also
known as an up-down control, which contains a pair of arrow buttons. A user clicks
the arrow buttons with a mouse to increment or decrement a value. A spin button control is
most often used with a companion control, called a buddy window, where the current
value is
displayed.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.AccessibleRole.Diagram">
<summary>
<para>
A graphical image used to diagram data.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.AccessibleRole.Animation">
<summary>
<para> An animation control,
which contains content that is changing over time, such as a control that displays
a series of bitmap frames, like a filmstrip. Animation controls are usually
displayed when files are being copied, or when some other time-consuming task is
being
performed.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.AccessibleRole.Equation">
<summary>
<para>
A mathematical equation.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.AccessibleRole.ButtonDropDown">
<summary>
<para>
A button that
drops down a list of items.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.AccessibleRole.ButtonMenu">
<summary>
<para>
A button that drops down a menu.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.AccessibleRole.ButtonDropDownGrid">
<summary>
<para>
A button that drops down a grid.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.AccessibleRole.WhiteSpace">
<summary>
<para>
A blank space between other objects.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.AccessibleRole.PageTabList">
<summary>
<para>
A container of page tab controls.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.AccessibleRole.Clock">
<summary>
<para>
A
control that displays the time.
</para>
</summary>
</member>
<member name="T:System.Windows.Forms.AccessibleSelection">
<summary>
<para> Specifies how an accessible object is selected or receives focus.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.AccessibleSelection.None">
<summary>
<para>
The selection or focus of an object is unchanged.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.AccessibleSelection.TakeFocus">
<summary>
<para>
Assigns focus to an object and makes
it the anchor, which is the starting point for
the selection. Can be combined with <see langword="TakeSelection" />,
<see langword="ExtendSelection" />, <see langword="AddSelection" />, or
<see langword="RemoveSelection" />.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.AccessibleSelection.TakeSelection">
<summary>
<para> Selects the object and deselects all other objects in the container.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.AccessibleSelection.ExtendSelection">
<summary>
<para>
Selects all objects between the anchor and the selected object.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.AccessibleSelection.AddSelection">
<summary>
<para>
Adds the object to the selection.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.AccessibleSelection.RemoveSelection">
<summary>
<para>
Removes the object from the selection.
</para>
</summary>
</member>
<member name="T:System.Windows.Forms.AccessibleStates">
<summary>
<para>Specifies values representing possible states for an accessible object.</para>
</summary>
</member>
<member name="F:System.Windows.Forms.AccessibleStates.None">
<summary>
<para>
No state.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.AccessibleStates.Unavailable">
<summary>
<para>
An unavailable object.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.AccessibleStates.Selected">
<summary>
<para>
A selected object.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.AccessibleStates.Focused">
<summary>
<para>
An object with the keyboard focus.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.AccessibleStates.Pressed">
<summary>
<para>
A pressed object.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.AccessibleStates.Checked">
<summary>
<para>
An object with a
selected check box.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.AccessibleStates.Mixed">
<summary>
<para> A three-state check box or toolbar button
whose state is indeterminate. The check box is neither checked nor unchecked, and
it is in the
third or mixed state.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.AccessibleStates.Indeterminate">
<summary>
<para> A three-state check box or toolbar button
whose state is indeterminate. The check box is neither checked nor unchecked, and it
is in the third
or mixed state.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.AccessibleStates.ReadOnly">
<summary>
<para>
A read-only object.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.AccessibleStates.HotTracked">
<summary>
<para> The object hot-tracked by
the mouse, meaning its appearance is highlighted to indicate the mouse
pointer is located over it.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.AccessibleStates.Default">
<summary>
<para>
The
default button or menu item.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.AccessibleStates.Expanded">
<summary>
<para> The displayed children of the object that are items in an outline
or tree structure.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.AccessibleStates.Collapsed">
<summary>
The hidden children of the object that are items in an
outline or tree structure.
</summary>
</member>
<member name="F:System.Windows.Forms.AccessibleStates.Busy">
<summary>
<para>
A
control
that cannot accept input in its current condition.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.AccessibleStates.Floating">
<summary>
<para> The object that is not fixed to the boundary of its parent object and
that does not move automatically along with the parent.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.AccessibleStates.Marqueed">
<summary>
<para>
An object with scrolling
or moving text or graphics.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.AccessibleStates.Animated">
<summary>
<para> The object that rapidly or constantly changes
appearance. Graphics that are occasionally animated, but not always, should be
defined as <see cref="F:System.Windows.Forms.AccessibleRole.Graphic" /><see langword="OR" /><see langword="Animated " />. This state should
not be used to indicate that
the object's location is changing.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.AccessibleStates.Invisible">
<summary>
<para> An object without a visible user interface.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.AccessibleStates.Offscreen">
<summary>
<para>
No on-screen representation. A
sound or alert object would have this state, or a
hidden window that is never made visible.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.AccessibleStates.Sizeable">
<summary>
<para>
A sizable object.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.AccessibleStates.Moveable">
<summary>
<para>
A movable object.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.AccessibleStates.SelfVoicing">
<summary>
<para> The object or child can use text-to-speech (TTS) to describe
itself. A speech-based accessibility aid should not announce information when
an object with this state has the focus, because the object automatically announces
information about itself.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.AccessibleStates.Focusable">
<summary>
<para> The object on the active
window that can receive keyboard focus.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.AccessibleStates.Selectable">
<summary>
<para>
An object that can accept selection.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.AccessibleStates.Linked">
<summary>
<para>
A linked object that has not
been previously selected.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.AccessibleStates.Traversed">
<summary>
<para>
A linked object that has previously been selected.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.AccessibleStates.MultiSelectable">
<summary>
<para>
An object
that accepts multiple selected items.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.AccessibleStates.ExtSelectable">
<summary>
<para> The altered selection such
that all objects between the selection anchor, which is the
object with the keyboard focus, and this object take on the
anchor object's selection state. If the anchor object is not selected, the objects
are removed from the selection. If the anchor object is selected, the selection
is extended to include this object and all objects in between. You can set the
selection state by combining this with <see cref="F:System.Windows.Forms.AccessibleSelection.AddSelection" qualify="true" /> or <see cref="F:System.Windows.Forms.AccessibleSelection.RemoveSelection" qualify="true" />. This state does
not change the focus or the selection anchor unless it is combined with
<see cref="F:System.Windows.Forms.AccessibleSelection.TakeFocus" qualify="true" />.</para>
</summary>
</member>
<member name="F:System.Windows.Forms.AccessibleStates.AlertLow">
<summary>
<para> The low-priority information that might not be important to the user.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.AccessibleStates.AlertMedium">
<summary>
<para> The important information that does not need
to be conveyed to the user immediately. For example, when a battery level
indicator is starting to reach a low level, it could generate a
medium-level alert. Blind access utilities could then generate a sound to let the
user know that important information is available, without actually interrupting the user's
work. Users can then query the alert information at their leisure.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.AccessibleStates.AlertHigh">
<summary>
<para> The important information that should be conveyed to the user immediately. For
example, a battery level indicator reaching a critical low level would
transition to this state, in which case, a blind access utility would announce
this information immediately to the user, and a screen magnification program
would scroll the screen so that the battery indicator is in view. This state is
also appropriate for any prompt or operation that must be completed before the
user can continue.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.AccessibleStates.Protected">
<summary>
<para>
A password-protected edit control.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.AccessibleStates.Valid">
<summary>
<para>
A valid object.
</para>
</summary>
</member>
<member name="T:System.Windows.Forms.AmbientProperties">
<summary>
<para> Provides ambient property values to top-level controls.
</para>
</summary>
</member>
<member name="P:System.Windows.Forms.AmbientProperties.BackColor">
<summary>
<para> Gets or sets the ambient background color of an object.
</para>
</summary>
</member>
<member name="P:System.Windows.Forms.AmbientProperties.Cursor">
<summary>
<para> Gets or sets the ambient cursor of an object.
</para>
</summary>
</member>
<member name="P:System.Windows.Forms.AmbientProperties.Font">
<summary>
<para> Gets or sets the ambient font of an object.
</para>
</summary>
</member>
<member name="P:System.Windows.Forms.AmbientProperties.ForeColor">
<summary>
<para> Gets or sets the ambient foreground color of an object.
</para>
</summary>
</member>
<member name="T:System.Windows.Forms.AnchorStyles">
<summary>
<para>Specifies how
a
control anchors to the edges of its container.</para>
</summary>
</member>
<member name="F:System.Windows.Forms.AnchorStyles.Top">
<summary>
<para>
The control is anchored to the top edge of its container.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.AnchorStyles.Bottom">
<summary>
<para>
The control is anchored to the bottom edge of its container.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.AnchorStyles.Left">
<summary>
<para>
The control is anchored to the left edge of its container.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.AnchorStyles.Right">
<summary>
<para>
The control is anchored to the right edge of its container.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.AnchorStyles.None">
<summary>
<para>
The control is not anchored to any edges of its container.
</para>
</summary>
</member>
<member name="T:System.Windows.Forms.Appearance">
<summary>
<para>
Specifies
the appearance of a control.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Appearance.Normal">
<summary>
<para>
The default appearance defined by the control
class.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Appearance.Button">
<summary>
<para>
The appearance of a Windows
button.
</para>
</summary>
</member>
<member name="T:System.Windows.Forms.Application">
<summary>
<para>Provides <see langword="static " />methods
and properties to manage an application, such as methods to start and stop an application,
to process Windows messages, and properties to get information about an application. This
class cannot be inherited.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.Application.AddMessageFilter(System.Windows.Forms.IMessageFilter)">
<summary>
<para>Adds a message filter to monitor Windows messages as they are routed to their
destinations.</para>
</summary>
<param name="value">The implementation of the <see cref="T:System.Windows.Forms.IMessageFilter" /> interface you want to install.</param>
</member>
<member name="M:System.Windows.Forms.Application.DoEvents">
<summary>
<para>Processes
all Windows messages currently in the message queue.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.Application.Exit">
<summary>
<para> Informs all message pumps that they must terminate, and
then closes all application windows after the messages have been processed.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.Application.ExitThread">
<summary>
<para>Exits the message loop on the
current thread and closes all windows on the thread.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.Application.OleRequired">
<summary>
<para> Initializes OLE on the current thread.
</para>
</summary>
<returns>
<para>One of the <see cref="T:System.Threading.ApartmentState" /> values.</para>
</returns>
</member>
<member name="M:System.Windows.Forms.Application.OnThreadException(System.Exception)">
<summary>
<para>Raises the <see cref="E:System.Windows.Forms.Application.ThreadException" /> event.</para>
</summary>
<param name="t">
<para>An <see cref="T:System.Exception" /> that represents the exception that was thrown. </para>
</param>
</member>
<member name="M:System.Windows.Forms.Application.RemoveMessageFilter(System.Windows.Forms.IMessageFilter)">
<summary>
<para>Removes a message filter from
the message pump of the application.</para>
</summary>
<param name="value">The implementation of the <see cref="T:System.Windows.Forms.IMessageFilter" /> to remove from the application.</param>
</member>
<member name="M:System.Windows.Forms.Application.Run">
<summary>
<para>Begins running a
standard
application message loop on the current thread,
without a form.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.Application.Run(System.Windows.Forms.Form)">
<summary>
<para>Begins running a standard application message loop on the current
thread, and makes the specified form visible.</para>
</summary>
<param name="mainForm">
<para>A <see cref="T:System.Windows.Forms.Form" /> that represents the form to make visible.</para>
</param>
</member>
<member name="M:System.Windows.Forms.Application.Run(System.Windows.Forms.ApplicationContext)">
<summary>
<para>Begins running a standard application message loop on the
current thread, with an <see cref="T:System.Windows.Forms.ApplicationContext" />
.</para>
</summary>
<param name="context">An <see cref="T:System.Windows.Forms.ApplicationContext" /> in which the application is run.</param>
</member>
<member name="P:System.Windows.Forms.Application.AllowQuit">
<summary>
<para> Gets a value indicating whether the caller can quit this application.
</para>
</summary>
</member>
<member name="P:System.Windows.Forms.Application.CommonAppDataRegistry">
<summary>
<para>Gets the registry
key for the application data that is shared among all users.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.Application.CommonAppDataPath">
<summary>
<para>Gets
the path for the application data that is shared among all users.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.Application.CompanyName">
<summary>
<para>Gets the company name associated with the application.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.Application.CurrentCulture">
<summary>
<para> Gets or sets the culture information for the current thread.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.Application.CurrentInputLanguage">
<summary>
<para>Gets or
sets the current input language for the current thread.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.Application.ExecutablePath">
<summary>
<para>Gets the path for the executable file that started the application.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.Application.LocalUserAppDataPath">
<summary>
<para> Gets the path for the application data of a local, non-roaming
user.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.Application.MessageLoop">
<summary>
<para> Gets a value indicating whether a message loop exists on this thread.
</para>
</summary>
</member>
<member name="P:System.Windows.Forms.Application.ProductName">
<summary>
<para> Gets
the product name associated with this application.
</para>
</summary>
</member>
<member name="P:System.Windows.Forms.Application.ProductVersion">
<summary>
<para> Gets
the product version associated with this application.
</para>
</summary>
</member>
<member name="P:System.Windows.Forms.Application.SafeTopLevelCaptionFormat">
<summary>
<para> Gets or sets the format string to apply to top-level window captions
when they are displayed with a warning banner.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.Application.StartupPath">
<summary>
<para> Gets the
path for the executable file that started the application.
</para>
</summary>
</member>
<member name="P:System.Windows.Forms.Application.UserAppDataPath">
<summary>
<para> Gets the path for the application data of a roaming
user.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.Application.UserAppDataRegistry">
<summary>
<para>Gets the registry key of
the application data specific to the roaming user.</para>
</summary>
</member>
<member name="E:System.Windows.Forms.Application.ApplicationExit">
<summary>
<para>Occurs when the application is about to shut down.</para>
</summary>
</member>
<member name="E:System.Windows.Forms.Application.Idle">
<summary>
<para> Occurs when the application finishes processing and is about to enter the
idle state.
</para>
</summary>
</member>
<member name="E:System.Windows.Forms.Application.ThreadException">
<summary>
<para>Occurs when an untrapped thread exception is thrown.</para>
</summary>
</member>
<member name="E:System.Windows.Forms.Application.ThreadExit">
<summary>
<para>Occurs when a thread is about to shut down. When the
main thread for an application is about to be shut down, this event is
raised first, followed by an <see cref="E:System.Windows.Forms.Application.ApplicationExit" />
event.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.Application.ThreadContext.#ctor">
<summary>
Creates a new thread context object.
</summary>
</member>
<member name="T:System.Windows.Forms.ContainerControl">
<summary>
<para>Provides focus management functionality for controls that can function as a container for other controls.</para>
</summary>
</member>
<member name="T:System.Windows.Forms.ScrollableControl">
<summary>
<para>Defines a base class for controls that support auto-scrolling behavior.</para>
</summary>
</member>
<member name="T:System.Windows.Forms.Control">
<summary>
<para>Defines the base class for controls, which are components with visual representation.</para>
</summary>
</member>
<member name="T:System.Windows.Forms.IWin32Window">
<summary>
<para>Provides an interface to expose Win32 HWND handles.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.IWin32Window.Handle">
<summary>
<para>Gets the handle to the window represented by the implementer.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.Control.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:System.Windows.Forms.Control" /> class with default settings.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.Control.#ctor(System.String)">
<summary>
<para>Initializes a new instance of the <see cref="T:System.Windows.Forms.Control" /> class with specific text.</para>
</summary>
<param name="text">The text displayed by the control.</param>
</member>
<member name="M:System.Windows.Forms.Control.#ctor(System.String,System.Int32,System.Int32,System.Int32,System.Int32)">
<summary>
<para>Initializes a new instance of the <see cref="T:System.Windows.Forms.Control" /> class with specific text, size, and location.</para>
</summary>
<param name="text">The text displayed by the control.</param>
<param name=" left">The <see cref="P:System.Drawing.Point.X" /> position of the control, in pixels, from the left edge of the control's container. The value is assigned to the <see cref="P:System.Windows.Forms.Control.Left" /> property.</param>
<param name=" top">The <see cref="P:System.Drawing.Point.Y" /> position of the control, in pixels, from the top edge of the control's container. The value is assigned to the <see cref="P:System.Windows.Forms.Control.Top" /> property.</param>
<param name=" width">The width of the control, in pixels. The value is assigned to the <see cref="P:System.Windows.Forms.Control.Width" /> property.</param>
<param name=" height">The height of the control, in pixels. The value is assigned to the <see cref="P:System.Windows.Forms.Control.Height" /> property.</param>
</member>
<member name="M:System.Windows.Forms.Control.#ctor(System.Windows.Forms.Control,System.String)">
<summary>
<para>Initializes a new instance of the <see cref="T:System.Windows.Forms.Control" /> class as a child control, with specific
text.</para>
</summary>
<param name="parent">The <see cref="T:System.Windows.Forms.Control" /> to be the parent of the control.</param>
<param name="text">The text displayed by the control.</param>
</member>
<member name="M:System.Windows.Forms.Control.#ctor(System.Windows.Forms.Control,System.String,System.Int32,System.Int32,System.Int32,System.Int32)">
<summary>
<para>Initializes a new instance of the <see cref="T:System.Windows.Forms.Control" />
class as a child control, with specific text, size, and location.</para>
</summary>
<param name=" parent">The <see cref="T:System.Windows.Forms.Control" /> to be the parent of the control.</param>
<param name="text">The text displayed by the control.</param>
<param name=" left">The <see cref="P:System.Drawing.Point.X" /> position of the control, in pixels, from the left edge of the control's container. The value is assigned to the <see cref="P:System.Windows.Forms.Control.Left" /> property.</param>
<param name=" top">The <see cref="P:System.Drawing.Point.Y" /> position of the control, in pixels, from the top edge of the control's container. The value is assigned to the <see cref="P:System.Windows.Forms.Control.Top" /> property.</param>
<param name=" width">The width of the control, in pixels. The value is assigned to the <see cref="P:System.Windows.Forms.Control.Width" /> property.</param>
<param name=" height">The height of the control, in pixels. The value is assigned to the <see cref="P:System.Windows.Forms.Control.Height" /> property.</param>
</member>
<member name="M:System.Windows.Forms.Control.ResetBindings">
<summary>
<para>Resets the <see cref="P:System.Windows.Forms.Control.DataBindings" /> property to its default value.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.Control.AccessibilityNotifyClients(System.Windows.Forms.AccessibleEvents,System.Int32)">
<summary>
<para>Notifies the accessibility client applications of the specified <see cref="T:System.Windows.Forms.AccessibleEvents" /> for the
specified child control.</para>
</summary>
<param name="accEvent">The <see cref="T:System.Windows.Forms.AccessibleEvents" /> object to notify the accessibility client applications of.</param>
<param name="childID">The child <see cref="T:System.Windows.Forms.Control" /> to notify of the accessible event.</param>
</member>
<member name="M:System.Windows.Forms.Control.BeginInvoke(System.Delegate)">
<summary>
<para> Executes the specified delegate asynchronously on the thread that the
control's underlying handle was created on.</para>
</summary>
<param name="method">A delegate to a method that takes no parameters. </param>
<returns>
<para>An <see cref="T:System.IAsyncResult" /> object that represents the result of the <see cref="M:System.Windows.Forms.Control.BeginInvoke(System.Delegate)" /> operation.</para>
</returns>
</member>
<member name="M:System.Windows.Forms.Control.BeginInvoke(System.Delegate,System.Object[])">
<summary>
<para>Executes the specified delegate asynchronously with the specified arguments, on the thread that the
control's underlying handle was created on.</para>
</summary>
<param name="method">A delegate to a method that takes parameters of the same number and type that are contained in the <paramref name="args" /> parameter. </param>
<param name="args">An array of objects to pass as arguments to the given method. This can be null if no arguments are needed. </param>
<returns>
<para>An <see cref="T:System.IAsyncResult" /> object that represents the result of the <see cref="M:System.Windows.Forms.Control.BeginInvoke(System.Delegate)" /> operation.</para>
</returns>
</member>
<member name="M:System.Windows.Forms.Control.BringToFront">
<summary>
<para>Brings the control to the front of the z-order.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.Control.Contains(System.Windows.Forms.Control)">
<summary>
<para>Retrieves a value indicating whether the specified control is a child of the control.</para>
</summary>
<param name="ctl">The <see cref="T:System.Windows.Forms.Control" /> to evaluate.</param>
<returns>
<para>
<see langword="true" /> if the specified control is a child of the control; otherwise, <see langword="false" />.</para>
</returns>
</member>
<member name="M:System.Windows.Forms.Control.CreateAccessibilityInstance">
<summary>
<para> Creates a new accessibility object for the control.</para>
</summary>
<returns>
<para> A new <see cref="T:System.Windows.Forms.AccessibleObject" /> for the
control.</para>
</returns>
</member>
<member name="M:System.Windows.Forms.Control.CreateControlsInstance">
<summary>
<para> Creates a new instance of the control
collection for the control.</para>
</summary>
<returns>
<para>A new instance of <see cref="T:System.Windows.Forms.Control.ControlCollection" /> assigned to the control.</para>
</returns>
</member>
<member name="M:System.Windows.Forms.Control.CreateGraphics">
<summary>
<para>Creates the <see cref="T:System.Drawing.Graphics" /> object for the control.</para>
</summary>
<returns>
<para>The <see cref="T:System.Drawing.Graphics" /> object for the control.</para>
</returns>
</member>
<member name="M:System.Windows.Forms.Control.CreateHandle">
<summary>
<para> Creates a handle
for the control.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.Control.CreateControl">
<summary>
<para> Forces the creation of the control, including the creation of the handle
and any child controls.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.Control.DefWndProc(System.Windows.Forms.Message@)">
<summary>
<para>Sends the specified message to the default window procedure.</para>
</summary>
<param name="m">The Windows <see cref="T:System.Windows.Forms.Message" /> to process. </param>
</member>
<member name="M:System.Windows.Forms.Control.DestroyHandle">
<summary>
<para> Destroys the handle associated
with the control.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.Control.Dispose(System.Boolean)">
<summary>
<para>Releases the unmanaged resources used by the <see cref="T:System.Windows.Forms.Control" /> and optionally releases the managed
resources.</para>
</summary>
<param name="disposing">
<see langword="true" /> to release both managed and unmanaged resources; <see langword="false" /> to release only unmanaged resources.</param>
</member>
<member name="M:System.Windows.Forms.Control.DoDragDrop(System.Object,System.Windows.Forms.DragDropEffects)">
<summary>
<para> Begins a drag-and-drop operation.</para>
</summary>
<param name="data">The data to drag.</param>
<param name="allowedEffects">One of the <see cref="T:System.Windows.Forms.DragDropEffects" /> values.</param>
<returns>
<para>A value from the <see cref="T:System.Windows.Forms.DragDropEffects" /> enumeration that represents
the final effect that was performed during the drag-and-drop operation.</para>
</returns>
</member>
<member name="M:System.Windows.Forms.Control.EndInvoke(System.IAsyncResult)">
<summary>
<para> Retrieves the return value of the asynchronous operation
represented by the <see cref="T:System.IAsyncResult" />
object passed.</para>
</summary>
<param name="asyncResult">The <see cref="T:System.IAsyncResult" /> object that represents a specific invoke asynchronous operation, returned when calling <see cref="M:System.Windows.Forms.Control.BeginInvoke(System.Delegate)" /> . </param>
<returns>
<para>The <see cref="T:System.Object" /> generated by the asynchronous operation.</para>
</returns>
</member>
<member name="M:System.Windows.Forms.Control.FindForm">
<summary>
<para> Retrieves the form that the control is on.</para>
</summary>
<returns>
<para>The <see cref="T:System.Windows.Forms.Form" /> that the control is on.</para>
</returns>
</member>
<member name="M:System.Windows.Forms.Control.GetTopLevel">
<summary>
<para>Determines if the control is a top-level control.</para>
</summary>
<returns>
<para>
<see langword="true" /> if the
control is a top-level control; otherwise,
<see langword="false" />.</para>
</returns>
</member>
<member name="M:System.Windows.Forms.Control.Focus">
<summary>
<para> Sets input focus to the control.</para>
</summary>
<returns>
<para>
<see langword="true" /> if the input focus request was successful; otherwise,
<see langword="false" />.</para>
</returns>
</member>
<member name="M:System.Windows.Forms.Control.FromChildHandle(System.IntPtr)">
<summary>
<para> Retrieves the
control that contains the specified handle.</para>
</summary>
<param name="handle">The window handle (HWND) to search for.</param>
<returns>
<para>The <see cref="T:System.Windows.Forms.Control" /> that represents the control associated
with the specified handle; returns <see langword="null" /> if no control with the specified
handle is found.</para>
</returns>
</member>
<member name="M:System.Windows.Forms.Control.FromHandle(System.IntPtr)">
<summary>
<para>Returns the control that is currently associated with the specified handle.</para>
</summary>
<param name="handle">The window handle (HWND) to search for.</param>
<returns>
<para>A <see cref="T:System.Windows.Forms.Control" /> that represents the control associated
with the specified handle; returns <see langword="null" /> if no control with the specified
handle is found.</para>
</returns>
</member>
<member name="M:System.Windows.Forms.Control.GetChildAtPoint(System.Drawing.Point)">
<summary>
<para>Retrieves the child control that is located at the specified coordinates. </para>
</summary>
<param name="pt">A <see cref="T:System.Drawing.Point" /> that contains the coordinates where you want to look for a control. Coordinates are expressed relative to the upper-left corner of the control's client area. </param>
<returns>
<para>A <see cref="T:System.Windows.Forms.Control" /> that
represents the control that is located at the specified point.</para>
</returns>
</member>
<member name="M:System.Windows.Forms.Control.GetContainerControl">
<summary>
<para>Returns the next <see cref="T:System.Windows.Forms.ContainerControl" /> up the control's
chain of parent controls.</para>
</summary>
<returns>
<para> An <see cref="T:System.Windows.Forms.IContainerControl" /> object, that represents the parent of
the <see cref="T:System.Windows.Forms.Control" />.</para>
</returns>
</member>
<member name="M:System.Windows.Forms.Control.GetNextControl(System.Windows.Forms.Control,System.Boolean)">
<summary>
<para>Retrieves the next control forward or back in the tab order of child controls.</para>
</summary>
<param name="ctl">The <see cref="T:System.Windows.Forms.Control" /> to start the search with. </param>
<param name="forward">
<para>
<see langword="true" /> to search forward in the tab order; <see langword="false" /> to search backward.</para>
</param>
<returns>
<para>The next <see cref="T:System.Windows.Forms.Control" /> in the tab order.</para>
</returns>
</member>
<member name="M:System.Windows.Forms.Control.GetStyle(System.Windows.Forms.ControlStyles)">
<summary>
<para> Retrieves the value of the specified control style bit for the control.</para>
</summary>
<param name="flag">The <see cref="T:System.Windows.Forms.ControlStyles" /> bit to return the value from. </param>
<returns>
<para>
<see langword="true" /> if the specified
control style bit is set to <see langword="true" />
; otherwise, <see langword="false" /> .</para>
</returns>
</member>
<member name="M:System.Windows.Forms.Control.Hide">
<summary>
<para> Conceals the control from the user.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.Control.InitLayout">
<summary>
<para>Called after the control has been added to another container.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.Control.Invalidate(System.Drawing.Region)">
<summary>
<para>Invalidates the specified region of the control (adds it to the control's
update region, which is the area that will be repainted at the next paint
operation), and causes a paint message to be sent to the control.</para>
</summary>
<param name="region">The <see cref="T:System.Drawing.Region" /> to invalidate.</param>
</member>
<member name="M:System.Windows.Forms.Control.Invalidate(System.Drawing.Region,System.Boolean)">
<summary>
<para>Invalidates the specified region of the control (adds it to the control's
update region, which is the area that will be repainted at the next paint
operation), and causes a paint message to be sent to the control. Optionally,
invalidates the child controls assigned to the control.</para>
</summary>
<param name="region">The <see cref="T:System.Drawing.Region" /> to invalidate.</param>
<param name="invalidateChildren">
<see langword="true" /> to invalidate the control's child controls; otherwise, <see langword="false" />.</param>
</member>
<member name="M:System.Windows.Forms.Control.Invalidate">
<summary>
<para>Invalidates a specific region of the control and causes a paint message to be
sent to the control.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.Control.Invalidate(System.Boolean)">
<summary>
<para> Invalidates a specific region of the control and causes
a paint message to be sent to the control. Optionally, invalidates the
child controls assigned to the control.</para>
</summary>
<param name="invalidateChildren">
<see langword="true" /> to invalidate the control's child controls; otherwise, <see langword="false" />.</param>
</member>
<member name="M:System.Windows.Forms.Control.Invalidate(System.Drawing.Rectangle)">
<summary>
<para>Invalidates the specified region of the control (adds it to the control's update region,
which is the area that will be repainted at the next paint operation), and
causes a paint message to be sent to
the control.</para>
</summary>
<param name="rc">A <see cref="T:System.Drawing.Rectangle" /> object that represents the region to invalidate. </param>
</member>
<member name="M:System.Windows.Forms.Control.Invalidate(System.Drawing.Rectangle,System.Boolean)">
<summary>
<para>Invalidates the specified region of the control (adds it to the control's
update region, which is the area that will be repainted at the next paint
operation), and causes a paint message to be sent to the control. Optionally,
invalidates the child controls assigned to the control.</para>
</summary>
<param name="rc">A <see cref="T:System.Drawing.Rectangle" /> object that represents the region to invalidate. </param>
<param name="invalidateChildren">
<see langword="true" /> to invalidate the control's child controls; otherwise, <see langword="false" />.</param>
</member>
<member name="M:System.Windows.Forms.Control.Invoke(System.Delegate)">
<summary>
<para> Executes the specified delegate on the thread that
owns the control's underlying window handle.</para>
</summary>
<param name="method">A delegate that contains a method to be called in the control's thread context. </param>
<returns>
<para> The return value from the delegate being invoked, or
<see langword="null" />
if the delegate has no return value.</para>
</returns>
</member>
<member name="M:System.Windows.Forms.Control.Invoke(System.Delegate,System.Object[])">
<summary>
<para>Executes the specified delegate, on the thread that owns the control's
underlying window handle, with the specified list of arguments.</para>
</summary>
<param name="method">A delegate to a method that takes parameters of the same number and type that are contained in the <paramref name="args" /> parameter. </param>
<param name="args">An array of objects to pass as arguments to the specified method. This parameter can be <see langword="null" /> if the method takes no arguments. </param>
<returns>
<para>An <see cref="T:System.Object" /> that contains the return value from the delegate being invoked, or
<see langword="null" />
if the delegate has no return value.</para>
</returns>
</member>
<member name="M:System.Windows.Forms.Control.InvokePaint(System.Windows.Forms.Control,System.Windows.Forms.PaintEventArgs)">
<summary>
<para>Raises the <see cref="E:System.Windows.Forms.Control.Paint" /> event for the specified control.</para>
</summary>
<param name="c">The <see cref="T:System.Windows.Forms.Control" /> to assign the <see cref="E:System.Windows.Forms.Control.Paint" /> event to.</param>
<param name=" e">An <see cref="T:System.Windows.Forms.PaintEventArgs" /> that contains the event data.</param>
</member>
<member name="M:System.Windows.Forms.Control.InvokePaintBackground(System.Windows.Forms.Control,System.Windows.Forms.PaintEventArgs)">
<summary>
<para>Raises the <see langword="PaintBackground" /> event for the specified control.</para>
</summary>
<param name="c">The <see cref="T:System.Windows.Forms.Control" /> to assign the <see cref="E:System.Windows.Forms.Control.Paint" /> event to.</param>
<param name="e">An <see cref="T:System.Windows.Forms.PaintEventArgs" /> that contains the event data.</param>
</member>
<member name="M:System.Windows.Forms.Control.IsInputChar(System.Char)">
<summary>
<para>Determines if a character is an input character that the control recognizes.</para>
</summary>
<param name="charCode">The character to test.</param>
<returns>
<para>
<see langword="true" /> if the character should be sent directly to the control and
not preprocessed; otherwise, <see langword="false" />.</para>
</returns>
</member>
<member name="M:System.Windows.Forms.Control.IsInputKey(System.Windows.Forms.Keys)">
<summary>
<para>Determines whether the specified key is a regular
input key or a special key that requires preprocessing.</para>
</summary>
<param name="keyData">One of the <see cref="T:System.Windows.Forms.Keys" /> values.</param>
<returns>
<para>
<see langword="true" /> if the specified key is a regular
input key; otherwise, <see langword="false" /> .</para>
</returns>
</member>
<member name="M:System.Windows.Forms.Control.IsMnemonic(System.Char,System.String)">
<summary>
<para>Determines if the specified character is the mnemonic character assigned to the control in the
specified string.</para>
</summary>
<param name="charCode">The character to test. </param>
<param name="text">The string to search. </param>
<returns>
<para>
<see langword="true" /> if the <paramref name="charCode" /> character is the mnemonic
character assigned to the control; otherwise, <see langword="false" /> .</para>
</returns>
</member>
<member name="M:System.Windows.Forms.Control.InvokeOnClick(System.Windows.Forms.Control,System.EventArgs)">
<summary>
<para>Raises the <see cref="E:System.Windows.Forms.Control.Click" /> event for the specified control.</para>
</summary>
<param name="toInvoke">The <see cref="T:System.Windows.Forms.Control" /> to assign the <see cref="E:System.Windows.Forms.Control.Click" /> event to.</param>
<param name=" e">An <see cref="T:System.EventArgs" /> that contains the event data.</param>
</member>
<member name="M:System.Windows.Forms.Control.OnBackColorChanged(System.EventArgs)">
<summary>
<para>Raises the <see cref="E:System.Windows.Forms.Control.BackColorChanged" /> event.</para>
</summary>
<param name="e">An <see cref="T:System.EventArgs" /> that contains the event data.</param>
</member>
<member name="M:System.Windows.Forms.Control.OnBackgroundImageChanged(System.EventArgs)">
<summary>
<para>Raises the <see cref="E:System.Windows.Forms.Control.BackgroundImageChanged" /> event.</para>
</summary>
<param name="e">An <see cref="T:System.EventArgs" /> that contains the event data.</param>
</member>
<member name="M:System.Windows.Forms.Control.OnBindingContextChanged(System.EventArgs)">
<summary>
<para>Raises the <see cref="E:System.Windows.Forms.Control.BindingContextChanged" />event.</para>
</summary>
<param name="e">An <see cref="T:System.EventArgs" /> that contains the event data.</param>
</member>
<member name="M:System.Windows.Forms.Control.OnCausesValidationChanged(System.EventArgs)">
<summary>
<para>Raises the <see cref="E:System.Windows.Forms.Control.CausesValidationChanged" />event.</para>
</summary>
<param name="e">An <see cref="T:System.EventArgs" /> that contains the event data.</param>
</member>
<member name="M:System.Windows.Forms.Control.OnContextMenuChanged(System.EventArgs)">
<summary>
<para>Raises the <see cref="E:System.Windows.Forms.Control.ContextMenuChanged" />event.</para>
</summary>
<param name="e">An <see cref="T:System.EventArgs" /> that contains the event data.</param>
</member>
<member name="M:System.Windows.Forms.Control.OnCursorChanged(System.EventArgs)">
<summary>
<para>Raises the <see cref="E:System.Windows.Forms.Control.CursorChanged" />event.</para>
</summary>
<param name="e">An <see cref="T:System.EventArgs" /> that contains the event data.</param>
</member>
<member name="M:System.Windows.Forms.Control.OnDockChanged(System.EventArgs)">
<summary>
<para>Raises the <see cref="E:System.Windows.Forms.Control.DockChanged" />event.</para>
</summary>
<param name="e">An <see cref="T:System.EventArgs" /> that contains the event data.</param>
</member>
<member name="M:System.Windows.Forms.Control.OnEnabledChanged(System.EventArgs)">
<summary>
<para>Raises the <see cref="E:System.Windows.Forms.Control.EnabledChanged" /> event.</para>
</summary>
<param name="e">An <see cref="T:System.EventArgs" /> that contains the event data.</param>
</member>
<member name="M:System.Windows.Forms.Control.OnFontChanged(System.EventArgs)">
<summary>
<para>Raises the <see cref="E:System.Windows.Forms.Control.FontChanged" />event.</para>
</summary>
<param name="e">An <see cref="T:System.EventArgs" /> that contains the event data.</param>
</member>
<member name="M:System.Windows.Forms.Control.OnForeColorChanged(System.EventArgs)">
<summary>
<para>Raises the <see cref="E:System.Windows.Forms.Control.ForeColorChanged" />event.</para>
</summary>
<param name="e">An <see cref="T:System.EventArgs" /> that contains the event data.</param>
</member>
<member name="M:System.Windows.Forms.Control.OnRightToLeftChanged(System.EventArgs)">
<summary>
<para>Raises the <see cref="E:System.Windows.Forms.Control.RightToLeftChanged" />event.</para>
</summary>
<param name="e">An <see cref="T:System.EventArgs" /> that contains the event data.</param>
</member>
<member name="M:System.Windows.Forms.Control.OnNotifyMessage(System.Windows.Forms.Message)">
<summary>
<para>Notifies the control of Windows messages.</para>
</summary>
<param name="m">A <see cref="T:System.Windows.Forms.Message" /> that represents the Windows message. </param>
</member>
<member name="M:System.Windows.Forms.Control.OnParentBackColorChanged(System.EventArgs)">
<summary>
<para>Raises the <see cref="E:System.Windows.Forms.Control.BackColorChanged" /> event when the <see cref="P:System.Windows.Forms.Control.BackColor" /> property value of the control's container
changes.</para>
</summary>
<param name="e">An <see cref="T:System.EventArgs" /> that contains the event data.</param>
</member>
<member name="M:System.Windows.Forms.Control.OnParentBackgroundImageChanged(System.EventArgs)">
<summary>
<para>Raises the <see cref="E:System.Windows.Forms.Control.BackgroundImageChanged" /> event
when the <see cref="P:System.Windows.Forms.Control.BackgroundImage" /> property value of the control's container
changes.</para>
</summary>
<param name="e">An <see cref="T:System.EventArgs" /> that contains the event data.</param>
</member>
<member name="M:System.Windows.Forms.Control.OnParentBindingContextChanged(System.EventArgs)">
<summary>
<para>Raises the <see cref="E:System.Windows.Forms.Control.BindingContextChanged" /> event when
the <see cref="P:System.Windows.Forms.Control.BindingContext" /> property value of the control's container
changes.</para>
</summary>
<param name="e">An <see cref="T:System.EventArgs" /> that contains the event data.</param>
</member>
<member name="M:System.Windows.Forms.Control.OnParentEnabledChanged(System.EventArgs)">
<summary>
<para>Raises the <see cref="E:System.Windows.Forms.Control.EnabledChanged" /> event when the <see cref="P:System.Windows.Forms.Control.Enabled" />
property value of the control's container changes.</para>
</summary>
<param name="e">An <see cref="T:System.EventArgs" /> that contains the event data.</param>
</member>
<member name="M:System.Windows.Forms.Control.OnParentFontChanged(System.EventArgs)">
<summary>
<para>Raises the <see cref="E:System.Windows.Forms.Control.FontChanged" /> event when the <see cref="P:System.Windows.Forms.Control.Font" />
property value of the control's container changes.</para>
</summary>
<param name="e">An <see cref="T:System.EventArgs" /> that contains the event data.</param>
</member>
<member name="M:System.Windows.Forms.Control.OnParentForeColorChanged(System.EventArgs)">
<summary>
<para>Raises the <see cref="E:System.Windows.Forms.Control.ForeColorChanged" /> event when the <see cref="P:System.Windows.Forms.Control.ForeColor" /> property value of the control's container
changes.</para>
</summary>
<param name="e">An <see cref="T:System.EventArgs" /> that contains the event data.</param>
</member>
<member name="M:System.Windows.Forms.Control.OnParentRightToLeftChanged(System.EventArgs)">
<summary>
<para>Raises the <see cref="E:System.Windows.Forms.Control.RightToLeftChanged" /> event when the <see cref="P:System.Windows.Forms.Control.RightToLeft" /> property value of the control's container
changes.</para>
</summary>
<param name="e">An <see cref="T:System.EventArgs" /> that contains the event data.</param>
</member>
<member name="M:System.Windows.Forms.Control.OnParentVisibleChanged(System.EventArgs)">
<summary>
<para>Raises the <see cref="E:System.Windows.Forms.Control.VisibleChanged" /> event when the <see cref="P:System.Windows.Forms.Control.Visible" />
property value of the control's container changes.</para>
</summary>
<param name="e">An <see cref="T:System.EventArgs" /> that contains the event data.</param>
</member>
<member name="M:System.Windows.Forms.Control.OnTabIndexChanged(System.EventArgs)">
<summary>
<para>Raises the <see cref="E:System.Windows.Forms.Control.TabIndexChanged" /> event.</para>
</summary>
<param name="e">An <see cref="T:System.EventArgs" /> that contains the event data.</param>
</member>
<member name="M:System.Windows.Forms.Control.OnTabStopChanged(System.EventArgs)">
<summary>
<para>Raises the <see cref="E:System.Windows.Forms.Control.TabStopChanged" /> event.</para>
</summary>
<param name="e">An <see cref="T:System.EventArgs" /> that contains the event data.</param>
</member>
<member name="M:System.Windows.Forms.Control.OnTextChanged(System.EventArgs)">
<summary>
<para>Raises the <see cref="E:System.Windows.Forms.Control.TextChanged" /> event.</para>
</summary>
<param name="e">An <see cref="T:System.EventArgs" /> that contains the event data.</param>
</member>
<member name="M:System.Windows.Forms.Control.OnVisibleChanged(System.EventArgs)">
<summary>
<para>Raises the <see cref="E:System.Windows.Forms.Control.VisibleChanged" /> event.</para>
</summary>
<param name="e">An <see cref="T:System.EventArgs" /> that contains the event data.</param>
</member>
<member name="M:System.Windows.Forms.Control.OnParentChanged(System.EventArgs)">
<summary>
<para>Raises the <see cref="E:System.Windows.Forms.Control.ParentChanged" /> event.</para>
</summary>
<param name="e">An <see cref="T:System.EventArgs" /> that contains the event data.</param>
</member>
<member name="M:System.Windows.Forms.Control.OnClick(System.EventArgs)">
<summary>
<para>Raises the <see cref="E:System.Windows.Forms.Control.Click" />
event.</para>
</summary>
<param name="e">An <see cref="T:System.EventArgs" /> that contains the event data.</param>
</member>
<member name="M:System.Windows.Forms.Control.OnControlAdded(System.Windows.Forms.ControlEventArgs)">
<summary>
<para>Raises the <see cref="E:System.Windows.Forms.Control.ControlAdded" /> event.</para>
</summary>
<param name="e">
<para>A <see cref="T:System.Windows.Forms.ControlEventArgs" /> that contains the event data.</para>
</param>
</member>
<member name="M:System.Windows.Forms.Control.OnControlRemoved(System.Windows.Forms.ControlEventArgs)">
<summary>
<para>Raises the <see cref="E:System.Windows.Forms.Control.ControlRemoved" /> event.</para>
</summary>
<param name="e">
<para>A <see cref="T:System.Windows.Forms.ControlEventArgs" /> that contains the event data.</para>
</param>
</member>
<member name="M:System.Windows.Forms.Control.OnCreateControl">
<summary>
<para>Raises the <see cref="M:System.Windows.Forms.Control.CreateControl" /> event.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.Control.OnHandleCreated(System.EventArgs)">
<summary>
<para>Raises the <see cref="E:System.Windows.Forms.Control.HandleCreated" /> event.</para>
</summary>
<param name="e">An <see cref="T:System.EventArgs" /> that contains the event data.</param>
</member>
<member name="M:System.Windows.Forms.Control.OnLocationChanged(System.EventArgs)">
<summary>
<para>Raises the <see cref="E:System.Windows.Forms.Control.LocationChanged" /> event.</para>
</summary>
<param name="e">An <see cref="T:System.EventArgs" /> that contains the event data.</param>
</member>
<member name="M:System.Windows.Forms.Control.OnHandleDestroyed(System.EventArgs)">
<summary>
<para>Raises the <see cref="E:System.Windows.Forms.Control.HandleDestroyed" /> event.</para>
</summary>
<param name="e">An <see cref="T:System.EventArgs" /> that contains the event data.</param>
</member>
<member name="M:System.Windows.Forms.Control.OnDoubleClick(System.EventArgs)">
<summary>
<para>Raises the <see cref="E:System.Windows.Forms.Control.DoubleClick" /> event.</para>
</summary>
<param name="e">An <see cref="T:System.EventArgs" /> that contains the event data.</param>
</member>
<member name="M:System.Windows.Forms.Control.OnDragEnter(System.Windows.Forms.DragEventArgs)">
<summary>
<para>Raises the <see cref="E:System.Windows.Forms.Control.DragEnter" /> event.</para>
</summary>
<param name="drgevent">A <see cref="T:System.Windows.Forms.DragEventArgs" /> that contains the event data.</param>
</member>
<member name="M:System.Windows.Forms.Control.OnDragOver(System.Windows.Forms.DragEventArgs)">
<summary>
<para>Raises the <see cref="E:System.Windows.Forms.Control.DragOver" /> event.</para>
</summary>
<param name="drgevent">A <see cref="T:System.Windows.Forms.DragEventArgs" /> that contains the event data.</param>
</member>
<member name="M:System.Windows.Forms.Control.OnDragLeave(System.EventArgs)">
<summary>
<para>Raises the <see cref="E:System.Windows.Forms.Control.DragLeave" /> event.</para>
</summary>
<param name="e">An <see cref="T:System.EventArgs" /> that contains the event data.</param>
</member>
<member name="M:System.Windows.Forms.Control.OnDragDrop(System.Windows.Forms.DragEventArgs)">
<summary>
<para>Raises the <see cref="E:System.Windows.Forms.Control.DragDrop" /> event.</para>
</summary>
<param name="drgevent">A <see cref="T:System.Windows.Forms.DragEventArgs" /> that contains the event data.</param>
</member>
<member name="M:System.Windows.Forms.Control.OnGiveFeedback(System.Windows.Forms.GiveFeedbackEventArgs)">
<summary>
<para>Raises the <see cref="E:System.Windows.Forms.Control.GiveFeedback" /> event.</para>
</summary>
<param name="gfbevent">A <see cref="T:System.Windows.Forms.GiveFeedbackEventArgs" /> that contains the event data.</param>
</member>
<member name="M:System.Windows.Forms.Control.OnEnter(System.EventArgs)">
<summary>
<para>Raises the <see cref="E:System.Windows.Forms.Control.Enter" /> event.</para>
</summary>
<param name="e">An <see cref="T:System.EventArgs" /> that contains the event data.</param>
</member>
<member name="M:System.Windows.Forms.Control.InvokeGotFocus(System.Windows.Forms.Control,System.EventArgs)">
<summary>
<para>Raises the <see cref="E:System.Windows.Forms.Control.GotFocus" /> event for the specified
control.</para>
</summary>
<param name=" toInvoke">The <see cref="T:System.Windows.Forms.Control" /> to assign the event to.</param>
<param name="e">An <see cref="T:System.EventArgs" /> that contains the event data.</param>
</member>
<member name="M:System.Windows.Forms.Control.OnGotFocus(System.EventArgs)">
<summary>
<para>Raises the <see cref="E:System.Windows.Forms.Control.GotFocus" /> event.</para>
</summary>
<param name="e">An <see cref="T:System.EventArgs" /> that contains the event data.</param>
</member>
<member name="M:System.Windows.Forms.Control.OnHelpRequested(System.Windows.Forms.HelpEventArgs)">
<summary>
<para>Raises the <see cref="E:System.Windows.Forms.Control.HelpRequested" /> event.</para>
</summary>
<param name="hevent">A <see cref="T:System.Windows.Forms.HelpEventArgs" /> that contains the event data.</param>
</member>
<member name="M:System.Windows.Forms.Control.OnImeModeChanged(System.EventArgs)">
<summary>
<para>Raises the <see cref="E:System.Windows.Forms.Control.ImeModeChanged" /> event.</para>
</summary>
<param name="e">An <see cref="T:System.EventArgs" /> that contains the event data.</param>
</member>
<member name="M:System.Windows.Forms.Control.OnInvalidated(System.Windows.Forms.InvalidateEventArgs)">
<summary>
<para>Raises the <see cref="E:System.Windows.Forms.Control.Invalidated" /> event.</para>
</summary>
<param name="e">An <see cref="T:System.Windows.Forms.InvalidateEventArgs" /> that contains the event data.</param>
</member>
<member name="M:System.Windows.Forms.Control.OnKeyDown(System.Windows.Forms.KeyEventArgs)">
<summary>
<para>Raises the <see cref="E:System.Windows.Forms.Control.KeyDown" /> event.</para>
</summary>
<param name="e">A <see cref="T:System.Windows.Forms.KeyEventArgs" /> that contains the event data.</param>
</member>
<member name="M:System.Windows.Forms.Control.OnKeyPress(System.Windows.Forms.KeyPressEventArgs)">
<summary>
<para>Raises the <see cref="E:System.Windows.Forms.Control.KeyPress" /> event.</para>
</summary>
<param name="e">A <see cref="T:System.Windows.Forms.KeyPressEventArgs" /> that contains the event data.</param>
</member>
<member name="M:System.Windows.Forms.Control.OnKeyUp(System.Windows.Forms.KeyEventArgs)">
<summary>
<para>Raises the <see cref="E:System.Windows.Forms.Control.KeyUp" /> event.</para>
</summary>
<param name="e">A <see cref="T:System.Windows.Forms.KeyEventArgs" /> that contains the event data.</param>
</member>
<member name="M:System.Windows.Forms.Control.OnLayout(System.Windows.Forms.LayoutEventArgs)">
<summary>
<para>Raises the <see cref="E:System.Windows.Forms.Control.Layout" /> event.</para>
</summary>
<param name="levent">A <see cref="T:System.Windows.Forms.LayoutEventArgs" /> that contains the event data.</param>
</member>
<member name="M:System.Windows.Forms.Control.OnLeave(System.EventArgs)">
<summary>
<para>Raises the <see cref="E:System.Windows.Forms.Control.Leave" /> event.</para>
</summary>
<param name="e">An <see cref="T:System.EventArgs" /> that contains the event data.</param>
</member>
<member name="M:System.Windows.Forms.Control.InvokeLostFocus(System.Windows.Forms.Control,System.EventArgs)">
<summary>
<para>Raises the <see cref="E:System.Windows.Forms.Control.LostFocus" /> event for the specified
control.</para>
</summary>
<param name="toInvoke">The <see cref="T:System.Windows.Forms.Control" /> to assign the event to.</param>
<param name="e">An <see cref="T:System.EventArgs" /> that contains the event data.</param>
</member>
<member name="M:System.Windows.Forms.Control.OnLostFocus(System.EventArgs)">
<summary>
<para>Raises the <see cref="E:System.Windows.Forms.Control.LostFocus" /> event.</para>
</summary>
<param name="e">An <see cref="T:System.EventArgs" /> that contains the event data.</param>
</member>
<member name="M:System.Windows.Forms.Control.OnMouseDown(System.Windows.Forms.MouseEventArgs)">
<summary>
<para>Raises the <see cref="E:System.Windows.Forms.Control.MouseDown" /> event.</para>
</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.Control.OnMouseEnter(System.EventArgs)">
<summary>
<para>Raises the <see cref="E:System.Windows.Forms.Control.MouseEnter" /> event.</para>
</summary>
<param name="e">An <see cref="T:System.EventArgs" /> that contains the event data.</param>
</member>
<member name="M:System.Windows.Forms.Control.OnMouseLeave(System.EventArgs)">
<summary>
<para>Raises the <see cref="E:System.Windows.Forms.Control.MouseLeave" /> event.</para>
</summary>
<param name="e">An <see cref="T:System.EventArgs" /> that contains the event data.</param>
</member>
<member name="M:System.Windows.Forms.Control.OnMouseHover(System.EventArgs)">
<summary>
<para>Raises the <see cref="E:System.Windows.Forms.Control.MouseHover" /> event.</para>
</summary>
<param name="e">An <see cref="T:System.EventArgs" /> that contains the event data.</param>
</member>
<member name="M:System.Windows.Forms.Control.OnMouseMove(System.Windows.Forms.MouseEventArgs)">
<summary>
<para>Raises the <see cref="E:System.Windows.Forms.Control.MouseMove" /> event.</para>
</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.Control.OnMouseUp(System.Windows.Forms.MouseEventArgs)">
<summary>
<para>Raises the <see cref="E:System.Windows.Forms.Control.MouseUp" /> event.</para>
</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.Control.OnMouseWheel(System.Windows.Forms.MouseEventArgs)">
<summary>
<para>Raises the <see cref="E:System.Windows.Forms.Control.MouseWheel" /> event.</para>
</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.Control.OnMove(System.EventArgs)">
<summary>
<para>Raises the <see cref="E:System.Windows.Forms.Control.Move" /> event.</para>
</summary>
<param name="e">An <see cref="T:System.EventArgs" /> that contains the event data.</param>
</member>
<member name="M:System.Windows.Forms.Control.OnPaint(System.Windows.Forms.PaintEventArgs)">
<summary>
<para>Raises the <see cref="E:System.Windows.Forms.Control.Paint" /> event.</para>
</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.Control.OnPaintBackground(System.Windows.Forms.PaintEventArgs)">
<summary>
<para>Paints the background of the control.</para>
</summary>
<param name="pevent">A <see cref="T:System.Windows.Forms.PaintEventArgs" /> that contains information about the control to paint.</param>
</member>
<member name="M:System.Windows.Forms.Control.OnQueryContinueDrag(System.Windows.Forms.QueryContinueDragEventArgs)">
<summary>
<para>Raises the <see cref="E:System.Windows.Forms.Control.QueryContinueDrag" /> event.</para>
</summary>
<param name="qcdevent">A <see cref="T:System.Windows.Forms.QueryContinueDragEventArgs" /> that contains the event data.</param>
</member>
<member name="M:System.Windows.Forms.Control.OnResize(System.EventArgs)">
<summary>
<para>Raises the <see cref="E:System.Windows.Forms.Control.Resize" /> event.</para>
</summary>
<param name="e">An <see cref="T:System.EventArgs" /> that contains the event data.</param>
</member>
<member name="M:System.Windows.Forms.Control.OnSizeChanged(System.EventArgs)">
<summary>
<para>Raises the <see cref="E:System.Windows.Forms.Control.SizeChanged" /> event.</para>
</summary>
<param name="e">An <see cref="T:System.EventArgs" /> that contains the event data.</param>
</member>
<member name="M:System.Windows.Forms.Control.OnChangeUICues(System.Windows.Forms.UICuesEventArgs)">
<summary>
<para>Raises the <see cref="E:System.Windows.Forms.Control.ChangeUICues" />
event.</para>
</summary>
<param name="e">A <see cref="T:System.Windows.Forms.UICuesEventArgs" /> that contains the event data.</param>
</member>
<member name="M:System.Windows.Forms.Control.OnStyleChanged(System.EventArgs)">
<summary>
<para>Raises the <see cref="E:System.Windows.Forms.Control.StyleChanged" />
event.</para>
</summary>
<param name="e">An <see cref="T:System.EventArgs" /> that contains the event data.</param>
</member>
<member name="M:System.Windows.Forms.Control.OnSystemColorsChanged(System.EventArgs)">
<summary>
<para>Raises the <see cref="E:System.Windows.Forms.Control.SystemColorsChanged" />
event.</para>
</summary>
<param name="e">An <see cref="T:System.EventArgs" /> that contains the event data.</param>
</member>
<member name="M:System.Windows.Forms.Control.OnValidating(System.ComponentModel.CancelEventArgs)">
<summary>
<para>Raises the <see cref="E:System.Windows.Forms.Control.Validating" />
event.</para>
</summary>
<param name="e">A <see cref="T:System.ComponentModel.CancelEventArgs" /> that contains the event data.</param>
</member>
<member name="M:System.Windows.Forms.Control.OnValidated(System.EventArgs)">
<summary>
<para>Raises the <see cref="E:System.Windows.Forms.Control.Validated" /> event.</para>
</summary>
<param name="e">An <see cref="T:System.EventArgs" /> that contains the event data.</param>
</member>
<member name="M:System.Windows.Forms.Control.PerformLayout">
<summary>
<para> Forces the control to apply layout logic to all its child controls.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.Control.PerformLayout(System.Windows.Forms.Control,System.String)">
<summary>
<para>Forces the control to apply layout logic to all its child controls.</para>
</summary>
<param name="affectedControl">A <see cref="T:System.Windows.Forms.Control" /> that represents the most recently changed control.</param>
<param name="affectedProperty">The name of the most recently changed property on the control.</param>
</member>
<member name="M:System.Windows.Forms.Control.PointToClient(System.Drawing.Point)">
<summary>
<para>Computes the location of the specified screen point into client coordinates.</para>
</summary>
<param name="p">The screen coordinate <see cref="T:System.Drawing.Point" /> to convert. </param>
<returns>
<para>A <see cref="T:System.Drawing.Point" /> that represents the
converted <see cref="T:System.Drawing.Point" />, <paramref name="p" />, in client coordinates.</para>
</returns>
</member>
<member name="M:System.Windows.Forms.Control.PointToScreen(System.Drawing.Point)">
<summary>
<para>Computes the location of the specified client point into screen coordinates.</para>
</summary>
<param name="p">The screen coordinate <see cref="T:System.Drawing.Point" /> to convert. </param>
<returns>
<para>A <see cref="T:System.Drawing.Point" /> that represents the
converted <see cref="T:System.Drawing.Point" />, <paramref name="p" />, in screen coordinates.</para>
</returns>
</member>
<member name="M:System.Windows.Forms.Control.PreProcessMessage(System.Windows.Forms.Message@)">
<summary>
<para>Preprocesses input messages within the message loop before they are
dispatched.</para>
</summary>
<param name="msg">A <see cref="T:System.Windows.Forms.Message" />, passed by reference, that represents the message to process.</param>
<returns>
<para>
<see langword="true" /> if the message was processed by
the control; otherwise, <see langword="false" /> .</para>
</returns>
</member>
<member name="M:System.Windows.Forms.Control.ProcessCmdKey(System.Windows.Forms.Message@,System.Windows.Forms.Keys)">
<summary>
<para>Processes a command key.</para>
</summary>
<param name="msg">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>
<returns>
<para>
<see langword="true" /> if the character was processed by
the control; otherwise, <see langword="false" /> . </para>
</returns>
</member>
<member name="M:System.Windows.Forms.Control.ProcessDialogChar(System.Char)">
<summary>
<para>Processes a dialog character.</para>
</summary>
<param name="charCode">The character to process.</param>
<returns>
<para>
<see langword="true" /> if the
character was processed by the control; otherwise,
<see langword="false" />.</para>
</returns>
</member>
<member name="M:System.Windows.Forms.Control.ProcessDialogKey(System.Windows.Forms.Keys)">
<summary>
<para>Processes a dialog key.</para>
</summary>
<param name="keyData">One of the <see cref="T:System.Windows.Forms.Keys" /> values that represents the key to process.</param>
<returns>
<para>
<see langword="true" /> if the key
was processed by the control; otherwise,
<see langword="false" />.</para>
</returns>
</member>
<member name="M:System.Windows.Forms.Control.ProcessKeyEventArgs(System.Windows.Forms.Message@)">
<summary>
<para>Processes a key message and generates the appropriate
control events.</para>
</summary>
<param name="m">A <see cref="T:System.Windows.Forms.Message" />, passed by reference, that represents the window message to process.</param>
<returns>
<para>
<see langword="true" /> if the message was processed by the
control; otherwise, <see langword="false" /> .</para>
</returns>
</member>
<member name="M:System.Windows.Forms.Control.ProcessKeyMessage(System.Windows.Forms.Message@)">
<summary>
<para>Processes a keyboard message.</para>
</summary>
<param name="m">A <see cref="T:System.Windows.Forms.Message" />, passed by reference, that represents the window message to process.</param>
<returns>
<para>
<see langword="true" /> if the message was processed by
the control; otherwise, <see langword="false" />.</para>
</returns>
</member>
<member name="M:System.Windows.Forms.Control.ProcessKeyPreview(System.Windows.Forms.Message@)">
<summary>
<para>Previews a keyboard message.</para>
</summary>
<param name="m">A <see cref="T:System.Windows.Forms.Message" />, passed by reference, that represents the window message to process.</param>
<returns>
<para>
<see langword="true" /> if the message was processed by
the control; otherwise, <see langword="false" /> .</para>
</returns>
</member>
<member name="M:System.Windows.Forms.Control.ProcessMnemonic(System.Char)">
<summary>
<para>Processes a mnemonic character.</para>
</summary>
<param name="charCode">The character to process.</param>
<returns>
<para>
<see langword="true" /> if the character was processed as
a mnemonic by the control; otherwise, <see langword="false" /> .</para>
</returns>
</member>
<member name="M:System.Windows.Forms.Control.ResetBackColor">
<summary>
<para>Resets the <see cref="P:System.Windows.Forms.Control.BackColor" /> property to its default value.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.Control.ResetCursor">
<summary>
<para>Resets the <see cref="P:System.Windows.Forms.Control.Cursor" /> property to its default value.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.Control.ResetFont">
<summary>
<para>Resets the <see cref="P:System.Windows.Forms.Control.Font" />property to its default value.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.Control.ResetForeColor">
<summary>
<para>Resets the <see cref="P:System.Windows.Forms.Control.ForeColor" /> property to its default value.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.Control.ResetImeMode">
<summary>
<para>Resets the <see cref="P:System.Windows.Forms.Control.ImeMode" /> property to its default value.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.Control.ResetRightToLeft">
<summary>
<para>Resets the <see cref="P:System.Windows.Forms.Control.RightToLeft" /> property to its default value.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.Control.RecreateHandle">
<summary>
<para>Forces the re-creation of the handle for the control.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.Control.RectangleToClient(System.Drawing.Rectangle)">
<summary>
<para>Computes the size and location of the specified screen rectangle in client coordinates.</para>
</summary>
<param name="r">The screen coordinate <see cref="T:System.Drawing.Rectangle" /> to convert. </param>
<returns>
<para>A <see cref="T:System.Drawing.Rectangle" /> that represents the converted <see cref="T:System.Drawing.Rectangle" />, <paramref name="r" />, in client coordinates.</para>
</returns>
</member>
<member name="M:System.Windows.Forms.Control.RectangleToScreen(System.Drawing.Rectangle)">
<summary>
<para>Computes the size and location of the specified client rectangle in screen coordinates.</para>
</summary>
<param name="r">The screen coordinate <see cref="T:System.Drawing.Rectangle" /> object to convert. </param>
<returns>
<para>A <see cref="T:System.Drawing.Rectangle" /> that represents the converted <see cref="T:System.Drawing.Rectangle" />, <paramref name="p" />, in screen coordinates.</para>
</returns>
</member>
<member name="M:System.Windows.Forms.Control.ReflectMessage(System.IntPtr,System.Windows.Forms.Message@)">
<summary>
<para>Reflects the specified message to the control that is bound to the specified
handle. </para>
</summary>
<param name="hWnd">An <see cref="T:System.IntPtr" /> representing the handle of the control to reflect the message to. </param>
<param name="m">A <see cref="T:System.Windows.Forms.Message" /> representing the Windows message to reflect.</param>
<returns>
<para>
<see langword="true" /> if the message was reflected;
otherwise, <see langword="false" /> .</para>
</returns>
</member>
<member name="M:System.Windows.Forms.Control.Refresh">
<summary>
<para>Forces the control to invalidate its client area and immediately redraw
itself and any child controls.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.Control.ResetText">
<summary>
<para>Resets the <see cref="P:System.Windows.Forms.Control.Text" /> property to its default value.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.Control.ResumeLayout">
<summary>
<para> Resumes normal layout logic.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.Control.ResumeLayout(System.Boolean)">
<summary>
<para> Resumes normal layout logic. Optionally forces an
immediate layout of pending layout requests.</para>
</summary>
<param name="performLayout">
<para>
<see langword="true" /> to execute pending layout requests; otherwise, <see langword="false" />.</para>
</param>
</member>
<member name="M:System.Windows.Forms.Control.Scale(System.Single)">
<summary>
<para> Scales the control and any child controls to the specified ratio.</para>
</summary>
<param name="ratio">The ratio by which to scale the control horizontally and vertically.</param>
</member>
<member name="M:System.Windows.Forms.Control.Scale(System.Single,System.Single)">
<summary>
<para> Scales the control and any child controls by the specified horizontal and vertical ratios.</para>
</summary>
<param name="dx">The ratio by which to scale the control horizontally.</param>
<param name="dy">The ratio by which to scale the control vertically.</param>
</member>
<member name="M:System.Windows.Forms.Control.ScaleCore(System.Single,System.Single)">
<summary>
<para>Performs the work of scaling the entire control and any child controls.</para>
</summary>
<param name="dx">The ratio by which to scale the control horizontally. </param>
<param name="dy">The ratio by which to scale the control vertically. </param>
</member>
<member name="M:System.Windows.Forms.Control.Select">
<summary>
<para>Activates the control.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.Control.Select(System.Boolean,System.Boolean)">
<summary>
<para> Activates a child control. Optionally specifies the direction in the tab order
to select the control from.</para>
</summary>
<param name="directed">
<see langword="true" /> to specify the direction of the control to select; otherwise, <see langword="false" />.</param>
<param name=" forward">
<see langword="true" /> to move forward in the tab order; <see langword="false" /> to move backward in the tab order.</param>
</member>
<member name="M:System.Windows.Forms.Control.SelectNextControl(System.Windows.Forms.Control,System.Boolean,System.Boolean,System.Boolean,System.Boolean)">
<summary>
<para> Activates the next control.</para>
</summary>
<param name="ctl">The <see cref="T:System.Windows.Forms.Control" /> at which to start the search. </param>
<param name="forward">
<para>
<see langword="true" /> to move forward in the tab order; <see langword="false" /> to move backward in the tab order. </para>
</param>
<param name="tabStopOnly">
<para>
<see langword="true" /> to ignore the controls with the <see cref="P:System.Windows.Forms.Control.TabStop" />property set to <see langword="false" />; otherwise, <see langword="false" /> . </para>
</param>
<param name="nested">
<para>
<see langword="true" /> to include nested (children of child controls) child controls; otherwise, <see langword="false" /> . </para>
</param>
<param name="wrap">
<para>
<see langword="true" /> to continue searching from the first control in the tab order after the last control has been reached; otherwise, <see langword="false" /> . </para>
</param>
<returns>
<para>
<see langword="true" /> if a control was activated; otherwise,
<see langword="false" />.</para>
</returns>
</member>
<member name="M:System.Windows.Forms.Control.SendToBack">
<summary>
<para>Sends the control to the back of the z-order.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.Control.SetBounds(System.Int32,System.Int32,System.Int32,System.Int32)">
<summary>
<para>Sets the bounds of the control to the specified location and size.</para>
</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.Right" /> 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>
</member>
<member name="M:System.Windows.Forms.Control.SetBounds(System.Int32,System.Int32,System.Int32,System.Int32,System.Windows.Forms.BoundsSpecified)">
<summary>
<para> Sets the specified bounds
of the control to the specified location and size.</para>
</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.Right" /> 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">
<para>A bitwise combination of the <see cref="T:System.Windows.Forms.BoundsSpecified" /> values. For any parameter not specified, the current value will be used.</para>
</param>
</member>
<member name="M:System.Windows.Forms.Control.SetBoundsCore(System.Int32,System.Int32,System.Int32,System.Int32,System.Windows.Forms.BoundsSpecified)">
<summary>
<para> Performs the work of setting the
specified bounds of this control.</para>
</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.Right" /> 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">
<para>A bitwise combination of the <see cref="T:System.Windows.Forms.BoundsSpecified" /> values.</para>
</param>
</member>
<member name="M:System.Windows.Forms.Control.SetClientSizeCore(System.Int32,System.Int32)">
<summary>
<para> Sets the size of the client area of the control.</para>
</summary>
<param name="x">The client area width, in pixels.</param>
<param name="y">The client area height, in pixels.</param>
</member>
<member name="M:System.Windows.Forms.Control.SetStyle(System.Windows.Forms.ControlStyles,System.Boolean)">
<summary>
<para>Sets the specified style bit to the specified value.</para>
</summary>
<param name="flag">The <see cref="T:System.Windows.Forms.ControlStyles" /> bit to set. </param>
<param name="value">
<para>
<see langword="true" /> to apply the specified style to the control; otherwise, <see langword="false" />.</para>
</param>
</member>
<member name="M:System.Windows.Forms.Control.SetTopLevel(System.Boolean)">
<summary>
<para>Sets the control as the top-level control.</para>
</summary>
<param name="value">
<see langword="true" /> to set the control as the top-level control; otherwise, <see langword="false" />.</param>
</member>
<member name="M:System.Windows.Forms.Control.SetVisibleCore(System.Boolean)">
<summary>
<para>Sets the control to the specified visible state.</para>
</summary>
<param name="value">
<see langword="true" /> to make the control visible; otherwise, <see langword="false" /> .</param>
</member>
<member name="M:System.Windows.Forms.Control.RtlTranslateAlignment(System.Windows.Forms.HorizontalAlignment)">
<summary>
<para>Converts the specified <see cref="T:System.Windows.Forms.HorizontalAlignment" /> to the
appropriate <see cref="T:System.Windows.Forms.HorizontalAlignment" />
to support right-to-left text.</para>
</summary>
<param name="align">One of the <see cref="T:System.Windows.Forms.HorizontalAlignment" /> values.</param>
<returns>
<para>One of the <see cref="T:System.Windows.Forms.HorizontalAlignment" /> values.</para>
</returns>
</member>
<member name="M:System.Windows.Forms.Control.RtlTranslateAlignment(System.Windows.Forms.LeftRightAlignment)">
<summary>
<para>Converts the specified <see cref="T:System.Windows.Forms.LeftRightAlignment" /> to the
appropriate <see cref="T:System.Windows.Forms.LeftRightAlignment" /> to support right-to-left text.</para>
</summary>
<param name="align">One of the <see cref="T:System.Windows.Forms.LeftRightAlignment" /> values.</param>
<returns>
<para>One of the <see cref="T:System.Windows.Forms.LeftRightAlignment" /> values.</para>
</returns>
</member>
<member name="M:System.Windows.Forms.Control.RtlTranslateAlignment(System.Drawing.ContentAlignment)">
<summary>
<para>Converts the specified <see cref="T:System.Drawing.ContentAlignment" /> to the appropriate <see cref="T:System.Drawing.ContentAlignment" /> to support right-to-left text.</para>
</summary>
<param name="align">One of the <see cref="T:System.Drawing.ContentAlignment" /> values.</param>
<returns>
<para>One of the <see cref="T:System.Drawing.ContentAlignment" /> values.</para>
</returns>
</member>
<member name="M:System.Windows.Forms.Control.RtlTranslateHorizontal(System.Windows.Forms.HorizontalAlignment)">
<summary>
<para>Converts the specified <see cref="T:System.Windows.Forms.HorizontalAlignment" /> to the appropriate
<see cref="T:System.Windows.Forms.HorizontalAlignment" /> to support right-to-left text.</para>
</summary>
<param name="align">One of the <see cref="T:System.Windows.Forms.HorizontalAlignment" /> values.</param>
<returns>
<para>One of the <see cref="T:System.Windows.Forms.HorizontalAlignment" /> values.</para>
</returns>
</member>
<member name="M:System.Windows.Forms.Control.RtlTranslateLeftRight(System.Windows.Forms.LeftRightAlignment)">
<summary>
<para>Converts the specified <see cref="T:System.Windows.Forms.LeftRightAlignment" /> to the
appropriate <see cref="T:System.Windows.Forms.LeftRightAlignment" /> to support right-to-left text.</para>
</summary>
<param name="align">One of the <see cref="T:System.Windows.Forms.LeftRightAlignment" /> values.</param>
<returns>
<para>One of the <see cref="T:System.Windows.Forms.LeftRightAlignment" /> values.</para>
</returns>
</member>
<member name="M:System.Windows.Forms.Control.RtlTranslateContent(System.Drawing.ContentAlignment)">
<summary>
<para>Converts the specified <see cref="T:System.Drawing.ContentAlignment" />
to the appropriate <see cref="T:System.Drawing.ContentAlignment" /> to support right-to-left text.</para>
</summary>
<param name="align">One of the <see cref="T:System.Drawing.ContentAlignment" /> values.</param>
<returns>
<para>One of the <see cref="T:System.Drawing.ContentAlignment" /> values.</para>
</returns>
</member>
<member name="M:System.Windows.Forms.Control.Show">
<summary>
<para> Displays the control to the user.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.Control.SuspendLayout">
<summary>
<para>Temporarily suspends the layout logic for the control.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.Control.Update">
<summary>
<para> Causes the control to redraw the invalidated regions with its client area.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.Control.UpdateBounds">
<summary>
<para>Updates the bounds of the control with the current size and location. </para>
</summary>
</member>
<member name="M:System.Windows.Forms.Control.UpdateBounds(System.Int32,System.Int32,System.Int32,System.Int32)">
<summary>
<para>Updates the bounds of the control with the specified size and location.</para>
</summary>
<param name="x">The <see cref="P:System.Drawing.Point.X" /> coordinate of the control.</param>
<param name="y">The <see cref="P:System.Drawing.Point.Y" /> coordinate of the control.</param>
<param name="width">The <see cref="P:System.Drawing.Size.Width" /> of the control.</param>
<param name="height">The <see cref="P:System.Drawing.Size.Height" /> of the control.</param>
</member>
<member name="M:System.Windows.Forms.Control.UpdateBounds(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32)">
<summary>
<para>Updates the bounds of the control with the specified size, location, and
client size.</para>
</summary>
<param name="x">The <see cref="P:System.Drawing.Point.X" /> coordinate of the control.</param>
<param name="y">The <see cref="P:System.Drawing.Point.Y" /> coordinate of the control.</param>
<param name="width">The <see cref="P:System.Drawing.Size.Width" /> of the control.</param>
<param name="height">The <see cref="P:System.Drawing.Size.Height" /> of the control.</param>
<param name=" clientWidth">The client <see cref="P:System.Drawing.Size.Width" /> of the control.</param>
<param name=" clientHeight">The client <see cref="P:System.Drawing.Size.Height" /> of the control.</param>
</member>
<member name="M:System.Windows.Forms.Control.UpdateZOrder">
<summary>
<para> Updates control in its parent's z-order.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.Control.UpdateStyles">
<summary>
<para> Forces the assigned
styles to be reapplied to the control.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.Control.WndProc(System.Windows.Forms.Message@)">
<summary>
<para>Processes Windows messages.</para>
</summary>
<param name="m">The Windows <see cref="T:System.Windows.Forms.Message" /> to process. </param>
</member>
<member name="P:System.Windows.Forms.Control.AccessibilityObject">
<summary>
<para>Gets the <see cref="T:System.Windows.Forms.AccessibleObject" /> assigned to the
control.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.Control.AccessibleDefaultActionDescription">
<summary>
<para>Gets or sets the default action description of the control for use by accessibility client applications.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.Control.AccessibleDescription">
<summary>
<para>Gets or sets the description of the control used by accessibility client applications.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.Control.AccessibleName">
<summary>
<para>Gets or sets the name of the control used by accessibility client applications.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.Control.AccessibleRole">
<summary>
<para>Gets or sets the accessible role of the control</para>
</summary>
</member>
<member name="P:System.Windows.Forms.Control.AllowDrop">
<summary>
<para> Gets or sets a value indicating whether the control can accept data that the user drags onto it.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.Control.Anchor">
<summary>
<para>Gets or sets which edges of the control are anchored to the edges of its container.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.Control.BackColor">
<summary>
<para>Gets or sets the background color for the control.</para>
</summary>
</member>
<member name="E:System.Windows.Forms.Control.BackColorChanged">
<summary>
<para>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.BackColor" /> property changes.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.Control.BackgroundImage">
<summary>
<para>Gets or sets the background image displayed in the control.</para>
</summary>
</member>
<member name="E:System.Windows.Forms.Control.BackgroundImageChanged">
<summary>
<para>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.BackgroundImage" /> property changes.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.Control.DataBindings">
<summary>
<para> Gets the data bindings for the control.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.Control.BindingContext">
<summary>
<para>Gets or sets the <see cref="T:System.Windows.Forms.BindingContext" /> for the control.</para>
</summary>
</member>
<member name="E:System.Windows.Forms.Control.BindingContextChanged">
<summary>
<para>Occurs when the value of the <see cref="T:System.Windows.Forms.BindingContext" /> property changes.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.Control.Bottom">
<summary>
<para>Gets the distance between the bottom edge of the control and the top edge of its container's client area.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.Control.Bounds">
<summary>
<para>Gets or sets the size and location of the control.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.Control.CanFocus">
<summary>
<para>Gets a value indicating whether the control can receive focus.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.Control.CanSelect">
<summary>
<para>Gets a value indicating whether the control can be selected.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.Control.Capture">
<summary>
<para>Gets or sets a value indicating whether the control has captured the mouse.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.Control.CausesValidation">
<summary>
<para>Gets or sets a value indicating whether the control causes validation to be performed on any controls that require validation when it receives focus.</para>
</summary>
</member>
<member name="E:System.Windows.Forms.Control.CausesValidationChanged">
<summary>
<para>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.CausesValidation" /> property changes.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.Control.ClientRectangle">
<summary>
<para>Gets the rectangle that represents the client area of the control.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.Control.ClientSize">
<summary>
<para>Gets or sets the height and width of the client area of the control.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.Control.CompanyName">
<summary>
<para> Gets the name of the company or creator of the application containing the
control.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.Control.ContainsFocus">
<summary>
<para>Gets a value indicating whether the control, or one of its child controls, currently has the input focus.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.Control.ContextMenu">
<summary>
<para> Gets or sets the shortcut menu associated with the control.</para>
</summary>
</member>
<member name="E:System.Windows.Forms.Control.ContextMenuChanged">
<summary>
<para>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.ContextMenu" /> property changes.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.Control.Controls">
<summary>
<para> Gets the collection of controls contained within the control.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.Control.Created">
<summary>
<para> Gets a value indicating whether the control has been created.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.Control.CreateParams">
<summary>
<para>Gets the required creation parameters when the control handle is created.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.Control.Cursor">
<summary>
<para> Gets or sets the cursor that is displayed when the mouse pointer
is over the control.</para>
</summary>
</member>
<member name="E:System.Windows.Forms.Control.CursorChanged">
<summary>
<para>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.Cursor" /> property changes.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.Control.DefaultBackColor">
<summary>
<para>Gets the default background color of the control.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.Control.DefaultFont">
<summary>
<para>Gets the default font of the control.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.Control.DefaultForeColor">
<summary>
<para>Gets the default foreground color of the control.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.Control.DefaultImeMode">
<summary>
<para>Gets the default Input Method Editor (IME) mode supported by the control.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.Control.DefaultSize">
<summary>
<para>Gets the default size of the control.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.Control.DisplayRectangle">
<summary>
<para>Gets the rectangle that represents the display area of the control. </para>
</summary>
</member>
<member name="P:System.Windows.Forms.Control.IsDisposed">
<summary>
<para> Gets a value indicating whether the control has
been disposed of.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.Control.Disposing">
<summary>
<para>Gets a value indicating whether the control is in the process
of being disposed of.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.Control.Dock">
<summary>
<para> Gets or sets which edge of the parent container
a control is docked to.</para>
</summary>
</member>
<member name="E:System.Windows.Forms.Control.DockChanged">
<summary>
<para>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.Dock" /> property changes.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.Control.Enabled">
<summary>
<para> Gets or sets a value indicating whether the control can respond to user interaction.</para>
</summary>
</member>
<member name="E:System.Windows.Forms.Control.EnabledChanged">
<summary>
<para>Occurs when the <see cref="P:System.Windows.Forms.Control.Enabled" /> property value has changed.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.Control.Focused">
<summary>
<para>Gets a value indicating whether the control has input focus.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.Control.Font">
<summary>
<para>Gets or sets the font of the text displayed by the control.</para>
</summary>
</member>
<member name="E:System.Windows.Forms.Control.FontChanged">
<summary>
<para>Occurs when the <see cref="P:System.Windows.Forms.Control.Font" /> property value changes.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.Control.FontHeight">
<summary>
<para> Gets or sets the height of the font of the control.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.Control.ForeColor">
<summary>
<para>Gets or sets the foreground color of the control.</para>
</summary>
</member>
<member name="E:System.Windows.Forms.Control.ForeColorChanged">
<summary>
<para>Occurs when the <see cref="P:System.Windows.Forms.Control.ForeColor" /> property value changes.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.Control.Handle">
<summary>
<para> Gets the window handle that the control is bound to.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.Control.HasChildren">
<summary>
<para>Gets a value indicating whether the control
contains one or more child controls.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.Control.Height">
<summary>
<para>Gets or sets the height of the control.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.Control.IsHandleCreated">
<summary>
<para>Gets a value indicating whether the control has a handle associated with it.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.Control.ImeMode">
<summary>
<para> Gets or sets the Input Method Editor (IME)
mode of the control.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.Control.InvokeRequired">
<summary>
<para> Gets a value indicating whether the caller must call an invoke method when
making method calls to the control because the
caller is on a different thread than the one the control was
created on.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.Control.IsAccessible">
<summary>
<para> Gets or sets
a value indicating whether the control is visible to accessibility applications.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.Control.Left">
<summary>
<para>Gets or sets the x-coordinate of a control's left edge in pixels.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.Control.Location">
<summary>
<para>Gets or sets the coordinates of the upper-left corner of the control relative
to the upper-left corner of its container. </para>
</summary>
</member>
<member name="E:System.Windows.Forms.Control.LocationChanged">
<summary>
<para>Occurs when the <see cref="P:System.Windows.Forms.Control.Location" /> property value has changed.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.Control.ModifierKeys">
<summary>
<para>Gets a value indicating which of the modifier keys (SHIFT, CTRL, and ALT)
is in a pressed state.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.Control.MouseButtons">
<summary>
<para>Gets a value indicating which of the mouse buttons is in a pressed state.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.Control.MousePosition">
<summary>
<para>Gets the position of the mouse cursor in screen coordinates.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.Control.Name">
<summary>
<para>Gets or sets the name of the control.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.Control.Parent">
<summary>
<para>Gets or sets the parent container of the control.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.Control.ProductName">
<summary>
<para> Gets the product name of the assembly containing the control.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.Control.ProductVersion">
<summary>
<para> Gets the version of the assembly containing the control.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.Control.RecreatingHandle">
<summary>
<para>Gets a value indicating whether the control is
currently re-creating its handle.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.Control.Region">
<summary>
<para> Gets or
sets the window region associated with the control.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.Control.ResizeRedraw">
<summary>
<para>Gets or sets a value indicating whether the control redraws itself when resized.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.Control.Right">
<summary>
<para> Gets the distance between the right edge of the control and the left
edge of its container. </para>
</summary>
</member>
<member name="P:System.Windows.Forms.Control.RightToLeft">
<summary>
<para> Gets or sets a value indicating whether control's elements are aligned to support locales using right-to-left fonts.</para>
</summary>
</member>
<member name="E:System.Windows.Forms.Control.RightToLeftChanged">
<summary>
<para>Occurs when the <see cref="P:System.Windows.Forms.Control.RightToLeft" /> property value changes.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.Control.Site">
<summary>
<para>Gets or sets the site of the control.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.Control.Size">
<summary>
<para>Gets or sets the height and width of the control.</para>
</summary>
</member>
<member name="E:System.Windows.Forms.Control.SizeChanged">
<summary>
<para>Occurs when the <see cref="P:System.Windows.Forms.Control.Size" /> property value changes.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.Control.TabIndex">
<summary>
<para>Gets or sets the tab order of the control within its container.</para>
</summary>
</member>
<member name="E:System.Windows.Forms.Control.TabIndexChanged">
<summary>
<para>Occurs when the <see cref="P:System.Windows.Forms.Control.TabIndex" /> property value changes.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.Control.TabStop">
<summary>
<para>Gets or sets a value indicating whether the user can give the focus to
this control using the TAB key. </para>
</summary>
</member>
<member name="E:System.Windows.Forms.Control.TabStopChanged">
<summary>
<para>Occurs when the <see cref="P:System.Windows.Forms.Control.TabStop" /> property value changes.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.Control.Tag">
<summary>
<para>Gets or sets the object that contains data about the control.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.Control.Text">
<summary>
<para>Gets or sets the text associated with this control. </para>
</summary>
</member>
<member name="E:System.Windows.Forms.Control.TextChanged">
<summary>
<para>Occurs when the <see cref="P:System.Windows.Forms.Control.Text" /> property value changes.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.Control.Top">
<summary>
<para>Gets or sets the y-coordinate of the control's top edge in pixels.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.Control.TopLevelControl">
<summary>
<para>Gets the parent control that is not parented by another Windows
Forms control. Typically, this is the outermost <see cref="T:System.Windows.Forms.Form" /> that the control is contained in.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.Control.ShowKeyboardCues">
<summary>
<para>Gets a value indicating whether the control should
display keyboard shortcuts.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.Control.ShowFocusCues">
<summary>
<para> Gets a value indicating whether the control should
display focus rectangles.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.Control.Visible">
<summary>
<para>Gets or sets a value indicating whether the control is displayed.</para>
</summary>
</member>
<member name="E:System.Windows.Forms.Control.VisibleChanged">
<summary>
<para>Occurs when the <see cref="P:System.Windows.Forms.Control.Visible" /> property value changes.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.Control.Width">
<summary>
<para> Gets or sets the width of the control.</para>
</summary>
</member>
<member name="E:System.Windows.Forms.Control.Click">
<summary>
<para>Occurs when the control is clicked.</para>
</summary>
</member>
<member name="E:System.Windows.Forms.Control.ControlAdded">
<summary>
<para>Occurs when a new control is added to the <see cref="T:System.Windows.Forms.Control.ControlCollection" /> .</para>
</summary>
</member>
<member name="E:System.Windows.Forms.Control.ControlRemoved">
<summary>
<para>Occurs when a control is removed from the <see cref="T:System.Windows.Forms.Control.ControlCollection" /> .</para>
</summary>
</member>
<member name="E:System.Windows.Forms.Control.DragDrop">
<summary>
<para>Occurs when a drag-and-drop operation is completed.</para>
</summary>
</member>
<member name="E:System.Windows.Forms.Control.DragEnter">
<summary>
<para>Occurs when an object is dragged into the control's bounds.</para>
</summary>
</member>
<member name="E:System.Windows.Forms.Control.DragOver">
<summary>
<para> Occurs when an object is dragged over the control's bounds.</para>
</summary>
</member>
<member name="E:System.Windows.Forms.Control.DragLeave">
<summary>
<para> Occurs when an object is dragged out of
the control's bounds.</para>
</summary>
</member>
<member name="E:System.Windows.Forms.Control.GiveFeedback">
<summary>
<para>Occurs during a drag operation.</para>
</summary>
</member>
<member name="E:System.Windows.Forms.Control.HandleCreated">
<summary>
<para>Occurs when a handle is created for the control.</para>
</summary>
</member>
<member name="E:System.Windows.Forms.Control.HandleDestroyed">
<summary>
<para>Occurs when the control's handle is in the process of being destroyed.</para>
</summary>
</member>
<member name="E:System.Windows.Forms.Control.HelpRequested">
<summary>
<para>Occurs when the user requests help for a control.</para>
</summary>
</member>
<member name="E:System.Windows.Forms.Control.Invalidated">
<summary>
<para>Occurs when a control's display requires redrawing.</para>
</summary>
</member>
<member name="E:System.Windows.Forms.Control.Paint">
<summary>
<para> Occurs when the control is redrawn.</para>
</summary>
</member>
<member name="E:System.Windows.Forms.Control.QueryContinueDrag">
<summary>
<para>Occurs during a drag-and-drop operation and allows the
drag source to determine whether the drag-and-drop operation should be canceled.</para>
</summary>
</member>
<member name="E:System.Windows.Forms.Control.QueryAccessibilityHelp">
<summary>
<para> Occurs when <see cref="T:System.Windows.Forms.AccessibleObject" /> is providing help to
accessibility applications.</para>
</summary>
</member>
<member name="E:System.Windows.Forms.Control.DoubleClick">
<summary>
<para> Occurs when the control is double-clicked.</para>
</summary>
</member>
<member name="E:System.Windows.Forms.Control.Enter">
<summary>
<para>Occurs when the control is entered.</para>
</summary>
</member>
<member name="E:System.Windows.Forms.Control.GotFocus">
<summary>
<para>Occurs when the control receives focus.</para>
</summary>
</member>
<member name="E:System.Windows.Forms.Control.ImeModeChanged">
<summary>
<para>Occurs when the <see cref="P:System.Windows.Forms.Control.ImeMode" /> property has changed.</para>
</summary>
</member>
<member name="E:System.Windows.Forms.Control.KeyDown">
<summary>
<para> Occurs when a key is pressed while the control has focus.</para>
</summary>
</member>
<member name="E:System.Windows.Forms.Control.KeyPress">
<summary>
<para> Occurs when a key is pressed while the control has focus.</para>
</summary>
</member>
<member name="E:System.Windows.Forms.Control.KeyUp">
<summary>
<para> Occurs when a key is released while the control has focus.</para>
</summary>
</member>
<member name="E:System.Windows.Forms.Control.Layout">
<summary>
<para>Occurs when a control should reposition its child controls.</para>
</summary>
</member>
<member name="E:System.Windows.Forms.Control.Leave">
<summary>
<para>Occurs when the input focus leaves the control.</para>
</summary>
</member>
<member name="E:System.Windows.Forms.Control.LostFocus">
<summary>
<para>Occurs when the control loses focus.</para>
</summary>
</member>
<member name="E:System.Windows.Forms.Control.MouseDown">
<summary>
<para>Occurs when the mouse pointer is over the control and a mouse button is
pressed.</para>
</summary>
</member>
<member name="E:System.Windows.Forms.Control.MouseEnter">
<summary>
<para> Occurs when the mouse pointer enters the control.</para>
</summary>
</member>
<member name="E:System.Windows.Forms.Control.MouseLeave">
<summary>
<para> Occurs when the mouse pointer leaves the control.</para>
</summary>
</member>
<member name="E:System.Windows.Forms.Control.MouseHover">
<summary>
<para> Occurs when the mouse pointer hovers over the control.</para>
</summary>
</member>
<member name="E:System.Windows.Forms.Control.MouseMove">
<summary>
<para> Occurs when the mouse pointer is moved over the control.</para>
</summary>
</member>
<member name="E:System.Windows.Forms.Control.MouseUp">
<summary>
<para>Occurs when the mouse pointer is over the control and a mouse button is released.</para>
</summary>
</member>
<member name="E:System.Windows.Forms.Control.MouseWheel">
<summary>
<para> Occurs when the mouse wheel moves while the control has focus.</para>
</summary>
</member>
<member name="E:System.Windows.Forms.Control.Move">
<summary>
<para>Occurs when the control is moved.</para>
</summary>
</member>
<member name="E:System.Windows.Forms.Control.Resize">
<summary>
<para>Occurs when the control is resized.</para>
</summary>
</member>
<member name="E:System.Windows.Forms.Control.ChangeUICues">
<summary>
<para> Occurs when the focus or keyboard user interface (UI) cues change.</para>
</summary>
</member>
<member name="E:System.Windows.Forms.Control.StyleChanged">
<summary>
<para>Occurs when the control style changes.</para>
</summary>
</member>
<member name="E:System.Windows.Forms.Control.SystemColorsChanged">
<summary>
<para> Occurs when the system colors change.</para>
</summary>
</member>
<member name="E:System.Windows.Forms.Control.Validating">
<summary>
<para>Occurs when the control is validating.</para>
</summary>
</member>
<member name="E:System.Windows.Forms.Control.Validated">
<summary>
<para>Occurs when the control is finished validating.</para>
</summary>
</member>
<member name="E:System.Windows.Forms.Control.ParentChanged">
<summary>
<para>Occurs when the <see cref="P:System.Windows.Forms.Control.Parent" /> property value changes.</para>
</summary>
</member>
<member name="T:System.Windows.Forms.NativeWindow">
<summary>
<para> Provides a low-level encapsulation of a window handle and a window procedure.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.NativeWindow.AssignHandle(System.IntPtr)">
<summary>
<para> Assigns a handle to this
window.
</para>
</summary>
<param name="handle">The handle to assign to this window. </param>
</member>
<member name="M:System.Windows.Forms.NativeWindow.CreateHandle(System.Windows.Forms.CreateParams)">
<summary>
<para> Creates a window handle for this
window.
</para>
</summary>
<param name="cp">A <see cref="T:System.Windows.Forms.CreateParams" /> that specifies the creation parameters for this window. </param>
</member>
<member name="M:System.Windows.Forms.NativeWindow.DefWndProc(System.Windows.Forms.Message@)">
<summary>
<para>Invokes the default window procedure associated with
this window. It is an error to call this method when the <see cref="P:System.Windows.Forms.NativeWindow.Handle" />
property is zero.</para>
</summary>
<param name="m">The message that is currently being processed. </param>
</member>
<member name="M:System.Windows.Forms.NativeWindow.DestroyHandle">
<summary>
<para>
Destroys the
handle associated with this window.
</para>
</summary>
</member>
<member name="M:System.Windows.Forms.NativeWindow.Finalize">
<summary>
<para>Releases the resources associated with this window.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.NativeWindow.FromHandle(System.IntPtr)">
<summary>
<para>Retrieves the window associated with the specified
handle.</para>
</summary>
<param name="handle">A handle to a window.</param>
<returns>
<para>The <see cref="T:System.Windows.Forms.NativeWindow" /> associated with the specified
handle. This method returns <see langword="null " />when the
handle does not have an associated window.</para>
</returns>
</member>
<member name="M:System.Windows.Forms.NativeWindow.OnHandleChange">
<summary>
<para>
Specifies a notification method that is called when the handle for a
window is changed.
</para>
</summary>
</member>
<member name="M:System.Windows.Forms.NativeWindow.OnThreadException(System.Exception)">
<summary>
<para> When overridden in a derived class,
manages an unhandled thread
exception.
</para>
</summary>
<param name="e">An <see cref="T:System.Exception" /> that specifies the unhandled thread exception. </param>
</member>
<member name="M:System.Windows.Forms.NativeWindow.ReleaseHandle">
<summary>
<para> Releases the handle associated with this window.
</para>
</summary>
</member>
<member name="M:System.Windows.Forms.NativeWindow.WndProc(System.Windows.Forms.Message@)">
<summary>
<para> Invokes the default window procedure associated with
this window.
</para>
</summary>
<param name="m">A <see cref="T:System.Windows.Forms.Message" /> that is associated with the current Windows message. </param>
</member>
<member name="P:System.Windows.Forms.NativeWindow.Handle">
<summary>
<para> Gets the handle for this window.
</para>
</summary>
</member>
<member name="M:System.Windows.Forms.IWindowTarget.OnHandleChange(System.IntPtr)">
<summary>
Called when the window handle of the control has changed.
</summary>
<param name="newHandle">
The new window handle value.
</param>
</member>
<member name="M:System.Windows.Forms.IWindowTarget.OnMessage(System.Windows.Forms.Message@)">
<summary>
Called to do control-specific processing for this window.
</summary>
<param name="m">
The message to process.
</param>
</member>
<member name="M:System.Windows.Forms.Control.ControlCollection.#ctor(System.Windows.Forms.Control)">
<summary>
<para>Initializes a new instance of the <see cref="T:System.Windows.Forms.Control.ControlCollection" /> class.</para>
</summary>
<param name="owner">A <see cref="T:System.Windows.Forms.Control" /> representing the control that owns the control collection.</param>
</member>
<member name="M:System.Windows.Forms.Control.ControlCollection.Add(System.Windows.Forms.Control)">
<summary>
<para>Adds the specified control to the control collection.</para>
</summary>
<param name="value">The <see cref="T:System.Windows.Forms.Control" /> to add to the control collection.</param>
</member>
<member name="M:System.Windows.Forms.Control.ControlCollection.AddRange(System.Windows.Forms.Control[])">
<summary>
<para>Adds an array of control objects to the collection.</para>
</summary>
<param name="controls">
<para>An array of <see cref="T:System.Windows.Forms.Control" /> objects to add to the collection.</para>
</param>
</member>
<member name="M:System.Windows.Forms.Control.ControlCollection.Contains(System.Windows.Forms.Control)">
<summary>
<para>Determines whether the specified control is a member of the collection.</para>
</summary>
<param name="control">The <see cref="T:System.Windows.Forms.Control" /> to locate in the collection.</param>
<returns>
<para>
<see langword="true" /> if the <see cref="T:System.Windows.Forms.Control" /> is a member of the
collection; otherwise, <see langword="false" />. </para>
</returns>
</member>
<member name="M:System.Windows.Forms.Control.ControlCollection.CopyTo(System.Array,System.Int32)">
<summary>
<para>Copies the entire collection into an existing array at a
specified location within the array.</para>
</summary>
<param name="dest">The destination array.</param>
<param name=" index">The index in the destination array at which storing begins.</param>
</member>
<member name="M:System.Windows.Forms.Control.ControlCollection.IndexOf(System.Windows.Forms.Control)">
<summary>
<para>Retrieves the index of the specified control in the control collection.</para>
</summary>
<param name="control">The <see cref="T:System.Windows.Forms.Control" /> to locate in the collection.</param>
<returns>
<para>A zero-based index value that represents the position of
the specified <see cref="T:System.Windows.Forms.Control" /> in the <see cref="T:System.Windows.Forms.Control.ControlCollection" />
.</para>
</returns>
</member>
<member name="M:System.Windows.Forms.Control.ControlCollection.Remove(System.Windows.Forms.Control)">
<summary>
<para>Removes the specified control from the control collection.</para>
</summary>
<param name="value">The <see cref="T:System.Windows.Forms.Control" /> to remove from the <see cref="T:System.Windows.Forms.Control.ControlCollection" /> .</param>
</member>
<member name="M:System.Windows.Forms.Control.ControlCollection.RemoveAt(System.Int32)">
<summary>
<para>Removes a control from the control collection at the specified indexed
location.</para>
</summary>
<param name="index">The index value of the <see cref="T:System.Windows.Forms.Control" /> to remove.</param>
</member>
<member name="M:System.Windows.Forms.Control.ControlCollection.Clear">
<summary>
<para>Removes all controls from the collection.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.Control.ControlCollection.GetChildIndex(System.Windows.Forms.Control)">
<summary>
<para>Retrieves the index of the specified child control within the control collection.</para>
</summary>
<param name="child">The <see cref="T:System.Windows.Forms.Control" /> to search for in the control collection.</param>
<returns>
<para>A zero-based index value that represents the location of the specified child control within the control collection.</para>
</returns>
</member>
<member name="M:System.Windows.Forms.Control.ControlCollection.GetChildIndex(System.Windows.Forms.Control,System.Boolean)">
<summary>
<para>Retrieves the index of the specified child control within the control collection, and optionally
raises an exception if the specified control is not within the control
collection.</para>
</summary>
<param name="child">The <see cref="T:System.Windows.Forms.Control" /> to search for in the control collection.</param>
<param name="throwException">
<see langword="true" /> to throw an exception if the <see cref="T:System.Windows.Forms.Control" /> specified in the <paramref name="child" /> parameter is not a control in the <see cref="T:System.Windows.Forms.Control.ControlCollection" /> ; otherwise, <see langword="false" /> .</param>
<returns>
<para>A zero-based index value that represents the location of the specified child control within the control collection.</para>
</returns>
</member>
<member name="M:System.Windows.Forms.Control.ControlCollection.GetEnumerator">
<summary>
<para>Returns an enumerator that can be used to iterate
through the control collection.</para>
</summary>
<returns>
<para>An <see cref="T:System.Collections.IEnumerator" /> object that represents the control
collection.</para>
</returns>
</member>
<member name="M:System.Windows.Forms.Control.ControlCollection.SetChildIndex(System.Windows.Forms.Control,System.Int32)">
<summary>
<para> Sets the index of
the
specified child control in the collection to the specified index
value.</para>
</summary>
<param name="child">The <paramref name="child" /><see cref="T:System.Windows.Forms.Control" /> to search for.</param>
<param name="newIndex">The new index value of the control.</param>
</member>
<member name="P:System.Windows.Forms.Control.ControlCollection.Count">
<summary>
<para>Gets the total number of <see cref="T:System.Windows.Forms.Control" /> objects in the collection.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.Control.ControlCollection.IsReadOnly">
<summary>
<para>Gets a value indicating whether the control collection is read-only.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.Control.ControlCollection.Item(System.Int32)">
<summary>
<para>Indicates the <see cref="T:System.Windows.Forms.Control" /> at the specified indexed location in the
collection. </para>
</summary>
<param name="index">The index of the control to retrieve from the control collection.</param>
</member>
<member name="M:System.Windows.Forms.Control.ActiveXImpl.#ctor(System.Windows.Forms.Control)">
<summary>
Creates a new ActiveXImpl.
</summary>
</member>
<member name="M:System.Windows.Forms.Control.ActiveXImpl.Advise(System.Windows.Forms.UnsafeNativeMethods.IAdviseSink)">
<summary>
Implements IOleObject::Advise
</summary>
</member>
<member name="M:System.Windows.Forms.Control.ActiveXImpl.Close(System.Int32)">
<summary>
Implements IOleObject::Close
</summary>
</member>
<member name="M:System.Windows.Forms.Control.ActiveXImpl.DoVerb(System.Int32,System.IntPtr,System.Windows.Forms.UnsafeNativeMethods.IOleClientSite,System.Int32,System.IntPtr,System.Windows.Forms.NativeMethods.COMRECT)">
<summary>
Implements IOleObject::DoVerb
</summary>
</member>
<member name="M:System.Windows.Forms.Control.ActiveXImpl.Draw(System.Int32,System.Int32,System.IntPtr,System.Windows.Forms.NativeMethods.tagDVTARGETDEVICE,System.IntPtr,System.IntPtr,System.Windows.Forms.NativeMethods.COMRECT,System.Windows.Forms.NativeMethods.COMRECT,System.IntPtr,System.Int32)">
<summary>
Implements IViewObject2::Draw.
</summary>
</member>
<member name="M:System.Windows.Forms.Control.ActiveXImpl.EnumVerbs(System.Windows.Forms.UnsafeNativeMethods.IEnumOLEVERB@)">
<summary>
Returns a new verb enumerator.
</summary>
</member>
<member name="M:System.Windows.Forms.Control.ActiveXImpl.GetAdvise(System.Int32[],System.Int32[],System.Windows.Forms.UnsafeNativeMethods.IAdviseSink[])">
</member>
<member name="M:System.Windows.Forms.Control.ActiveXImpl.GetClientSite">
</member>
<member name="M:System.Windows.Forms.Control.ActiveXImpl.GetExtent(System.Int32,System.Windows.Forms.NativeMethods.tagSIZEL)">
</member>
<member name="M:System.Windows.Forms.Control.ActiveXImpl.GetWindow(System.IntPtr@)">
</member>
<member name="M:System.Windows.Forms.Control.ActiveXImpl.InPlaceActivate(System.Int32)">
<summary>
In place activates this Object.
</summary>
</member>
<member name="M:System.Windows.Forms.Control.ActiveXImpl.InPlaceDeactivate">
<summary>
Implements IOleInPlaceObject::InPlaceDeactivate.
</summary>
</member>
<member name="M:System.Windows.Forms.Control.ActiveXImpl.IsDirty">
</member>
<member name="M:System.Windows.Forms.Control.ActiveXImpl.Load(System.Windows.Forms.UnsafeNativeMethods.IStorage)">
<summary>
Implements IPersistStorage::Load
</summary>
</member>
<member name="M:System.Windows.Forms.Control.ActiveXImpl.Load(System.Windows.Forms.UnsafeNativeMethods.IStream)">
<summary>
Implements IPersistStreamInit::Load
</summary>
</member>
<member name="M:System.Windows.Forms.Control.ActiveXImpl.Load(System.Windows.Forms.UnsafeNativeMethods.IPropertyBag,System.Windows.Forms.UnsafeNativeMethods.IErrorLog)">
</member>
<member name="M:System.Windows.Forms.Control.ActiveXImpl.MergeRegion(System.IntPtr)">
</member>
<member name="M:System.Windows.Forms.Control.ActiveXImpl.OnAmbientPropertyChange(System.Int32)">
<summary>
Implements IOleControl::OnAmbientPropertyChanged
</summary>
</member>
<member name="M:System.Windows.Forms.Control.ActiveXImpl.OnDocWindowActivate(System.Int32)">
<summary>
Implements IOleInPlaceActiveObject::OnDocWindowActivate.
</summary>
</member>
<member name="M:System.Windows.Forms.Control.ActiveXImpl.OnFocus(System.Boolean)">
</member>
<member name="M:System.Windows.Forms.Control.ActiveXImpl.QuickActivate(System.Windows.Forms.UnsafeNativeMethods.tagQACONTAINER,System.Windows.Forms.UnsafeNativeMethods.tagQACONTROL)">
<summary>
Our implementation of IQuickActivate::QuickActivate
</summary>
</member>
<member name="M:System.Windows.Forms.Control.ActiveXImpl.Save(System.Windows.Forms.UnsafeNativeMethods.IStorage,System.Int32)">
<summary>
Implements IPersistStorage::Save
</summary>
</member>
<member name="M:System.Windows.Forms.Control.ActiveXImpl.Save(System.Windows.Forms.UnsafeNativeMethods.IStream,System.Boolean)">
<summary>
Implements IPersistStreamInit::Save
</summary>
</member>
<member name="M:System.Windows.Forms.Control.ActiveXImpl.Save(System.Windows.Forms.UnsafeNativeMethods.IPropertyBag,System.Boolean,System.Boolean)">
</member>
<member name="M:System.Windows.Forms.Control.ActiveXImpl.SetAdvise(System.Int32,System.Int32,System.Windows.Forms.UnsafeNativeMethods.IAdviseSink)">
<summary>
Implements IViewObject2::SetAdvise.
</summary>
</member>
<member name="M:System.Windows.Forms.Control.ActiveXImpl.SetClientSite(System.Windows.Forms.UnsafeNativeMethods.IOleClientSite)">
<summary>
Implements IOleObject::SetClientSite.
</summary>
</member>
<member name="M:System.Windows.Forms.Control.ActiveXImpl.SetExtent(System.Int32,System.Windows.Forms.NativeMethods.tagSIZEL)">
</member>
<member name="M:System.Windows.Forms.Control.ActiveXImpl.SetObjectRects(System.Windows.Forms.NativeMethods.COMRECT,System.Windows.Forms.NativeMethods.COMRECT)">
</member>
<member name="M:System.Windows.Forms.Control.ActiveXImpl.ThrowHr(System.Int32)">
<summary>
Throws the given hresult. This is used by ActiveX sourcing.
</summary>
</member>
<member name="M:System.Windows.Forms.Control.ActiveXImpl.TranslateAccelerator(System.Windows.Forms.NativeMethods.MSG@)">
<summary>
Handles IOleControl::TranslateAccelerator
</summary>
</member>
<member name="M:System.Windows.Forms.Control.ActiveXImpl.UIDeactivate">
<summary>
Implements IOleInPlaceObject::UIDeactivate.
</summary>
</member>
<member name="M:System.Windows.Forms.Control.ActiveXImpl.Unadvise(System.Int32)">
<summary>
Implements IOleObject::Unadvise
</summary>
</member>
<member name="P:System.Windows.Forms.Control.ActiveXImpl.AmbientBackColor">
<summary>
Retrieves the ambient back color for the control.
</summary>
</member>
<member name="P:System.Windows.Forms.Control.ActiveXImpl.AmbientFont">
</member>
<member name="P:System.Windows.Forms.Control.ActiveXImpl.AmbientForeColor">
</member>
<member name="P:System.Windows.Forms.Control.ActiveXImpl.EventsFrozen">
<summary>
Determines if events should be frozen.
</summary>
</member>
<member name="P:System.Windows.Forms.Control.ActiveXImpl.HWNDParent">
</member>
<member name="M:System.Windows.Forms.Control.AmbientProperty.#ctor(System.String,System.Int32)">
<summary>
Creates a new, empty ambient property.
</summary>
</member>
<member name="M:System.Windows.Forms.Control.AmbientProperty.ResetValue">
<summary>
Resets the property.
</summary>
</member>
<member name="P:System.Windows.Forms.Control.AmbientProperty.Name">
<summary>
The Windows Forms property name.
</summary>
</member>
<member name="P:System.Windows.Forms.Control.AmbientProperty.DispID">
<summary>
The DispID for the property.
</summary>
</member>
<member name="P:System.Windows.Forms.Control.AmbientProperty.Empty">
<summary>
Returns true if this property has not been set.
</summary>
</member>
<member name="P:System.Windows.Forms.Control.AmbientProperty.Value">
<summary>
The current value of the property.
</summary>
</member>
<member name="M:System.Windows.Forms.Control.ControlAccessibleObject.#ctor(System.Windows.Forms.Control)">
<summary>
<para>Initializes a new instance of the <see cref="T:System.Windows.Forms.Control.ControlAccessibleObject" /> class.</para>
</summary>
<param name="ownerControl">The <see cref="T:System.Windows.Forms.Control" /> that owns the <see cref="T:System.Windows.Forms.Control.ControlAccessibleObject" />.</param>
</member>
<member name="M:System.Windows.Forms.Control.ControlAccessibleObject.NotifyClients(System.Windows.Forms.AccessibleEvents)">
<summary>
<para>Notifies accessibility client applications of the specified <see cref="T:System.Windows.Forms.AccessibleEvents" /> .</para>
</summary>
<param name="accEvent">The <see cref="T:System.Windows.Forms.AccessibleEvents" /> object to notify the accessibility client applications of.</param>
</member>
<member name="M:System.Windows.Forms.Control.ControlAccessibleObject.NotifyClients(System.Windows.Forms.AccessibleEvents,System.Int32)">
<summary>
<para>Notifies the accessibility client applications of the specified <see cref="T:System.Windows.Forms.AccessibleEvents" /> for the
specified child control.</para>
</summary>
<param name="accEvent">The <see cref="T:System.Windows.Forms.AccessibleEvents" /> object to notify the accessibility client applications of.</param>
<param name="childID">The child <see cref="T:System.Windows.Forms.Control" /> to notify of the accessible event.</param>
</member>
<member name="P:System.Windows.Forms.Control.ControlAccessibleObject.Handle">
<summary>
<para>Gets or sets the handle of the accessible object.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.Control.ControlAccessibleObject.Owner">
<summary>
<para>Gets the owner of the accessible object. </para>
</summary>
</member>
<member name="M:System.Windows.Forms.Control.LayoutManager.UpdateAnchorInfo(System.Windows.Forms.Control)">
</member>
<member name="P:System.Windows.Forms.Control.ControlVersionInfo.CompanyName">
<summary>
The company name associated with the component.
</summary>
</member>
<member name="P:System.Windows.Forms.Control.ControlVersionInfo.ProductName">
<summary>
The product name associated with this component.
</summary>
</member>
<member name="P:System.Windows.Forms.Control.ControlVersionInfo.ProductVersion">
</member>
<member name="M:System.Windows.Forms.ScrollableControl.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:System.Windows.Forms.ScrollableControl" /> class.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.ScrollableControl.AdjustFormScrollbars(System.Boolean)">
<summary>
<para>Adjusts the auto-scroll bars on the container based on the current control positions and the control currently selected.
</para>
</summary>
<param name="displayScrollbars">
<see langword="true" /> to show the scroll bars; otherwise, <see langword="false" />.</param>
</member>
<member name="M:System.Windows.Forms.ScrollableControl.SetAutoScrollMargin(System.Int32,System.Int32)">
<summary>
<para>Sets the size
of the auto-scroll margins.</para>
</summary>
<param name="x">The <see cref="P:System.Drawing.Size.Width" /> value.</param>
<param name="y">The <see cref="P:System.Drawing.Size.Height" /> value.</param>
</member>
<member name="P:System.Windows.Forms.ScrollableControl.AutoScroll">
<summary>
<para> Gets or sets a value indicating whether the container will allow the user to scroll to any controls placed outside of its visible boundaries.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.ScrollableControl.AutoScrollMargin">
<summary>
<para>Gets or sets the size of the auto-scroll margin.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.ScrollableControl.AutoScrollPosition">
<summary>
<para>Gets or sets the location of the auto-scroll position.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.ScrollableControl.AutoScrollMinSize">
<summary>
<para> Gets or sets the minimum size of the auto-scroll.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.ScrollableControl.HScroll">
<summary>
<para>Gets or sets a value indicating whether the horizontal scroll bar is visible.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.ScrollableControl.VScroll">
<summary>
<para> Gets or sets a value indicating whether the vertical scroll bar is visible.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.ScrollableControl.DockPadding">
<summary>
<para>Gets the dock padding settings for all edges of the control.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.ScrollableControl.DockPaddingEdges.All">
<summary>
<para>
Gets or sets the padding width for all edges of a docked control.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.ScrollableControl.DockPaddingEdges.Bottom">
<summary>
<para>
Gets or sets the padding width for the bottom edge of a docked control.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.ScrollableControl.DockPaddingEdges.Left">
<summary>
<para>Gets or sets the padding width for the left edge of a docked control.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.ScrollableControl.DockPaddingEdges.Right">
<summary>
<para>Gets or sets the padding width for the right edge of a docked control.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.ScrollableControl.DockPaddingEdges.Top">
<summary>
<para>Gets or sets the padding width for the top edge of a docked control.</para>
</summary>
</member>
<member name="T:System.Windows.Forms.IContainerControl">
<summary>
<para> Provides the functionality for a control to act as a
parent for other controls.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.IContainerControl.ActivateControl(System.Windows.Forms.Control)">
<summary>
<para>Activates a specified control.</para>
</summary>
<param name="active">The <see cref="T:System.Windows.Forms.Control" /> being activated.</param>
<returns>
<para>
<see langword="true" /> if the control is successfully activated; otherwise,
<see langword="false" />.</para>
</returns>
</member>
<member name="P:System.Windows.Forms.IContainerControl.ActiveControl">
<summary>
<para>Gets or sets the control that is active on the container control.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.ContainerControl.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:System.Windows.Forms.ContainerControl" />
class.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.ContainerControl.ProcessTabKey(System.Boolean)">
<summary>
<para>Selects the next available control and makes it the active control.</para>
</summary>
<param name="forward">
<see langword="true" /> to cycle forward through the controls in the <see cref="T:System.Windows.Forms.ContainerControl" />; otherwise, <see langword="false" />.</param>
<returns>
<para>
<see langword="true" /> if a control is selected; otherwise,
<see langword="false" />.</para>
</returns>
</member>
<member name="M:System.Windows.Forms.ContainerControl.Validate">
<summary>
<para>Validates the last invalidated control and its ancestors up through, but not including, the current control.</para>
</summary>
<returns>
<para>
<see langword="true" /> if validation is successful;
otherwise, <see langword="false" /> .</para>
</returns>
</member>
<member name="P:System.Windows.Forms.ContainerControl.ActiveControl">
<summary>
<para> Gets or sets the active control on the container control.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.ContainerControl.ParentForm">
<summary>
<para> Gets the form that the container control is assigned to.</para>
</summary>
</member>
<member name="T:System.Windows.Forms.ApplicationContext">
<summary>
<para>Specifies the contextual information about an application thread.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.ApplicationContext.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:System.Windows.Forms.ApplicationContext" /> class with no context.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.ApplicationContext.#ctor(System.Windows.Forms.Form)">
<summary>
<para>Initializes a new instance of the <see cref="T:System.Windows.Forms.ApplicationContext" /> class with the specified <see cref="T:System.Windows.Forms.Form" />.</para>
</summary>
<param name="mainForm"> The main <see cref="T:System.Windows.Forms.Form" /> of the application to use for context.</param>
</member>
<member name="M:System.Windows.Forms.ApplicationContext.Dispose">
<summary>
<para> Releases all resources used by the
<see cref="T:System.Windows.Forms.ApplicationContext" /> .</para>
</summary>
</member>
<member name="M:System.Windows.Forms.ApplicationContext.Dispose(System.Boolean)">
<summary>
<para>Releases the unmanaged resources used by the <see cref="T:System.Windows.Forms.ApplicationContext" /> and optionally releases the managed
resources.</para>
</summary>
<param name="disposing">
<see langword="true" /> to release both managed and unmanaged resources; <see langword="false" /> to release only unmanaged resources.</param>
</member>
<member name="M:System.Windows.Forms.ApplicationContext.ExitThread">
<summary>
<para> Terminates the message loop
of the thread.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.ApplicationContext.ExitThreadCore">
<summary>
<para>Terminates the message loop of the thread.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.ApplicationContext.OnMainFormClosed(System.Object,System.EventArgs)">
<summary>
<para>Calls <see cref="M:System.Windows.Forms.ApplicationContext.ExitThreadCore" />, which raises the
<see cref="F:System.Windows.Forms.ApplicationContext.ThreadExit" /> event.</para>
</summary>
<param name="sender">The object that raised the event.</param>
<param name=" e">The <see cref="T:System.EventArgs" /> that contains the event data.</param>
</member>
<member name="P:System.Windows.Forms.ApplicationContext.MainForm">
<summary>
<para>Gets or sets the <see cref="T:System.Windows.Forms.Form" />
to use as context.</para>
</summary>
</member>
<member name="E:System.Windows.Forms.ApplicationContext.ThreadExit">
<summary>
<para> Occurs when the message loop of the thread should be
terminated, by calling <see cref="M:System.Windows.Forms.ApplicationContext.ExitThread" />
.</para>
</summary>
</member>
<member name="T:System.Windows.Forms.ArrangeDirection">
<summary>
<para>Specifies the direction in which the system arranges
minimized windows.</para>
</summary>
</member>
<member name="F:System.Windows.Forms.ArrangeDirection.Down">
<summary>
<para>Arranged vertically, from top to bottom.</para>
</summary>
</member>
<member name="F:System.Windows.Forms.ArrangeDirection.Left">
<summary>
<para>Arranged horizontally, from left to right.</para>
</summary>
</member>
<member name="F:System.Windows.Forms.ArrangeDirection.Right">
<summary>
<para>Arranged horizontally, from right to left.</para>
</summary>
</member>
<member name="F:System.Windows.Forms.ArrangeDirection.Up">
<summary>
<para>Arranged vertically, from bottom to top.</para>
</summary>
</member>
<member name="T:System.Windows.Forms.ArrangeStartingPosition">
<summary>
<para>Specifies the starting position that the system uses to
arrange minimized
windows.</para>
</summary>
</member>
<member name="F:System.Windows.Forms.ArrangeStartingPosition.BottomLeft">
<summary>
<para>
Starts at the lower-left corner of the screen, which is the default position.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.ArrangeStartingPosition.BottomRight">
<summary>
<para>
Starts at the lower-right corner of the screen.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.ArrangeStartingPosition.Hide">
<summary>
<para>
Hides minimized windows by moving them off the visible area of the
screen.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.ArrangeStartingPosition.TopLeft">
<summary>
<para>
Starts at the upper-left corner of the screen.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.ArrangeStartingPosition.TopRight">
<summary>
<para>
Starts at the upper-right corner of the screen.
</para>
</summary>
</member>
<member name="T:System.Windows.Forms.AxHost">
<summary>
<para>Wraps ActiveX controls and exposes them as fully featured Windows Forms controls.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.AxHost.AttachInterfaces">
<summary>
<para>When overridden in a derived class, attaches interfaces to the underlying
ActiveX control.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.AxHost.BeginInit">
<summary>
<para>Begins the initialization of the ActiveX
control.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.AxHost.EndInit">
<summary>
<para>Ends the initialization of an ActiveX
control.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.AxHost.ShowAboutBox">
<summary>
<para>Displays the ActiveX control's About dialog box.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.AxHost.IsInputChar(System.Char)">
<summary>
<para>Determines if a character is an input character that the ActiveX control recognizes.</para>
</summary>
<param name="charCode">The character to test.</param>
<returns>
<para>
<see langword="true" /> if the
character should be sent directly to the ActiveX control and
not preprocessed; otherwise, <see langword="false" />.</para>
</returns>
</member>
<member name="M:System.Windows.Forms.AxHost.SetAboutBoxDelegate(System.Windows.Forms.AxHost.AboutBoxDelegate)">
<summary>
<para>Calls the <see cref="M:System.Windows.Forms.AxHost.ShowAboutBox" /> method to display the ActiveX
control's About dialog box.</para>
</summary>
<param name="d">The <see cref="T:System.Windows.Forms.AxHost.AboutBoxDelegate" /> to call. </param>
</member>
<member name="M:System.Windows.Forms.AxHost.GetOcx">
<summary>
<para>Retrieves a reference to the underlying ActiveX control.</para>
</summary>
<returns>
<para>An object that represents the ActiveX control.</para>
</returns>
</member>
<member name="M:System.Windows.Forms.AxHost.HasPropertyPages">
<summary>
<para>Determines if the ActiveX control has a property page.</para>
</summary>
<returns>
<para>
<see langword="true" /> if the ActiveX control has a property page;
otherwise, <see langword="false" />.</para>
</returns>
</member>
<member name="M:System.Windows.Forms.AxHost.ShowPropertyPages">
<summary>
<para>Displays the property pages associated with the ActiveX control.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.AxHost.ShowPropertyPages(System.Windows.Forms.Control)">
<summary>
<para>Displays the property pages associated with the ActiveX control assigned to
the specified parent control.</para>
</summary>
<param name="control">The parent <see cref="T:System.Windows.Forms.Control" /> of the ActiveX control.</param>
</member>
<member name="P:System.Windows.Forms.AxHost.Enabled">
<summary>
<para>Gets or sets a value indicating whether the ActiveX
control is in an enabled state.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.AxHost.RightToLeft">
<summary>
<para> Gets or sets a Boolean value indicating whether ActiveX control's elements are aligned to support locales using right-to-left fonts.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.AxHost.HasAboutBox">
<summary>
<para>Gets a value indicating whether the ActiveX control has an About
dialog box.</para>
</summary>
</member>
<member name="E:System.Windows.Forms.AxHost.BackColorChanged">
<summary>
<para>The <see cref="E:System.Windows.Forms.AxHost.BackColorChanged" /> event is not supported by the <see cref="T:System.Windows.Forms.AxHost" />
class.</para>
</summary>
</member>
<member name="E:System.Windows.Forms.AxHost.BackgroundImageChanged">
<summary>
<para>The <see cref="E:System.Windows.Forms.AxHost.BackgroundImageChanged" /> event is not supported by the <see cref="T:System.Windows.Forms.AxHost" />
class.</para>
</summary>
</member>
<member name="E:System.Windows.Forms.AxHost.BindingContextChanged">
<summary>
<para>The <see cref="E:System.Windows.Forms.AxHost.BindingContextChanged" /> event is not supported by the <see cref="T:System.Windows.Forms.AxHost" />
class.</para>
</summary>
</member>
<member name="E:System.Windows.Forms.AxHost.ContextMenuChanged">
<summary>
<para>The <see cref="E:System.Windows.Forms.AxHost.ContextMenuChanged" /> event is not supported by the <see cref="T:System.Windows.Forms.AxHost" />
class.</para>
</summary>
</member>
<member name="E:System.Windows.Forms.AxHost.CursorChanged">
<summary>
<para>The <see cref="E:System.Windows.Forms.AxHost.CursorChanged" /> event is not supported by the <see cref="T:System.Windows.Forms.AxHost" />
class.</para>
</summary>
</member>
<member name="E:System.Windows.Forms.AxHost.EnabledChanged">
<summary>
<para>The <see cref="E:System.Windows.Forms.AxHost.EnabledChanged" /> event is not supported by the <see cref="T:System.Windows.Forms.AxHost" />
class.</para>
</summary>
</member>
<member name="E:System.Windows.Forms.AxHost.FontChanged">
<summary>
<para>The <see cref="E:System.Windows.Forms.AxHost.FontChanged" /> event is not supported by the <see cref="T:System.Windows.Forms.AxHost" />
class.</para>
</summary>
</member>
<member name="E:System.Windows.Forms.AxHost.ForeColorChanged">
<summary>
<para>The <see cref="E:System.Windows.Forms.AxHost.ForeColorChanged" /> event is not supported by the <see cref="T:System.Windows.Forms.AxHost" />
class.</para>
</summary>
</member>
<member name="E:System.Windows.Forms.AxHost.RightToLeftChanged">
<summary>
<para>The <see cref="E:System.Windows.Forms.AxHost.RightToLeftChanged" /> event is not supported by the <see cref="T:System.Windows.Forms.AxHost" />
class.</para>
</summary>
</member>
<member name="E:System.Windows.Forms.AxHost.TabIndexChanged">
<summary>
<para>The <see cref="E:System.Windows.Forms.AxHost.TabIndexChanged" /> event is not supported by the <see cref="T:System.Windows.Forms.AxHost" />
class.</para>
</summary>
</member>
<member name="E:System.Windows.Forms.AxHost.TabStopChanged">
<summary>
<para>The <see cref="E:System.Windows.Forms.AxHost.TabStopChanged" /> event is not supported by the <see cref="T:System.Windows.Forms.AxHost" />
class.</para>
</summary>
</member>
<member name="E:System.Windows.Forms.AxHost.TextChanged">
<summary>
<para>The <see cref="E:System.Windows.Forms.AxHost.TextChanged" /> event is not supported by the <see cref="T:System.Windows.Forms.AxHost" />
class.</para>
</summary>
</member>
<member name="E:System.Windows.Forms.AxHost.Click">
<summary>
<para>The <see cref="E:System.Windows.Forms.AxHost.Click" /> event is not supported by the <see cref="T:System.Windows.Forms.AxHost" />
class.</para>
</summary>
</member>
<member name="E:System.Windows.Forms.AxHost.DragDrop">
<summary>
<para>The <see cref="E:System.Windows.Forms.AxHost.DragDrop" /> event is not supported by the <see cref="T:System.Windows.Forms.AxHost" />
class.</para>
</summary>
</member>
<member name="E:System.Windows.Forms.AxHost.DragEnter">
<summary>
<para>The <see cref="E:System.Windows.Forms.AxHost.DragEnter" /> event is not supported by the <see cref="T:System.Windows.Forms.AxHost" />
class.</para>
</summary>
</member>
<member name="E:System.Windows.Forms.AxHost.DragOver">
<summary>
<para>The <see cref="E:System.Windows.Forms.AxHost.DragOver" /> event is not supported by the <see cref="T:System.Windows.Forms.AxHost" />
class.</para>
</summary>
</member>
<member name="E:System.Windows.Forms.AxHost.DragLeave">
<summary>
<para>The <see cref="E:System.Windows.Forms.AxHost.DragLeave" /> event is not supported by the <see cref="T:System.Windows.Forms.AxHost" />
class.</para>
</summary>
</member>
<member name="E:System.Windows.Forms.AxHost.GiveFeedback">
<summary>
<para>The <see cref="E:System.Windows.Forms.AxHost.GiveFeedback" /> event is not supported by the <see cref="T:System.Windows.Forms.AxHost" />
class.</para>
</summary>
</member>
<member name="E:System.Windows.Forms.AxHost.HelpRequested">
<summary>
<para>The <see cref="E:System.Windows.Forms.AxHost.HelpRequested" /> event is not supported by the <see cref="T:System.Windows.Forms.AxHost" />
class.</para>
</summary>
</member>
<member name="E:System.Windows.Forms.AxHost.Paint">
<summary>
<para>The <see cref="E:System.Windows.Forms.AxHost.Paint" /> event is not supported by the <see cref="T:System.Windows.Forms.AxHost" />
class.</para>
</summary>
</member>
<member name="E:System.Windows.Forms.AxHost.QueryContinueDrag">
<summary>
<para>The <see cref="E:System.Windows.Forms.AxHost.QueryContinueDrag" /> event is not supported by the <see cref="T:System.Windows.Forms.AxHost" />
class.</para>
</summary>
</member>
<member name="E:System.Windows.Forms.AxHost.QueryAccessibilityHelp">
<summary>
<para>The <see cref="E:System.Windows.Forms.AxHost.QueryAccessibilityHelp" /> event is not supported by the <see cref="T:System.Windows.Forms.AxHost" />
class.</para>
</summary>
</member>
<member name="E:System.Windows.Forms.AxHost.DoubleClick">
<summary>
<para>The <see cref="E:System.Windows.Forms.AxHost.DoubleClick" /> event is not supported by the <see cref="T:System.Windows.Forms.AxHost" />
class.</para>
</summary>
</member>
<member name="E:System.Windows.Forms.AxHost.ImeModeChanged">
<summary>
<para>The <see cref="E:System.Windows.Forms.AxHost.ImeModeChanged" /> event is not supported by the <see cref="T:System.Windows.Forms.AxHost" />
class.</para>
</summary>
</member>
<member name="E:System.Windows.Forms.AxHost.KeyDown">
<summary>
<para>The <see cref="E:System.Windows.Forms.AxHost.KeyDown" /> event is not supported by the <see cref="T:System.Windows.Forms.AxHost" />
class.</para>
</summary>
</member>
<member name="E:System.Windows.Forms.AxHost.KeyPress">
<summary>
<para>The <see cref="E:System.Windows.Forms.AxHost.KeyPress" /> event is not supported by the <see cref="T:System.Windows.Forms.AxHost" />
class.</para>
</summary>
</member>
<member name="E:System.Windows.Forms.AxHost.KeyUp">
<summary>
<para>The <see cref="E:System.Windows.Forms.AxHost.KeyUp" /> event is not supported by the <see cref="T:System.Windows.Forms.AxHost" />
class.</para>
</summary>
</member>
<member name="E:System.Windows.Forms.AxHost.Layout">
<summary>
<para>The <see cref="E:System.Windows.Forms.AxHost.Layout" /> event is not supported by the <see cref="T:System.Windows.Forms.AxHost" />
class.</para>
</summary>
</member>
<member name="E:System.Windows.Forms.AxHost.MouseDown">
<summary>
<para>The <see cref="E:System.Windows.Forms.AxHost.MouseDown" /> event is not supported by the <see cref="T:System.Windows.Forms.AxHost" />
class.</para>
</summary>
</member>
<member name="E:System.Windows.Forms.AxHost.MouseEnter">
<summary>
<para>The <see cref="E:System.Windows.Forms.AxHost.MouseEnter" /> event is not supported by the <see cref="T:System.Windows.Forms.AxHost" />
class.</para>
</summary>
</member>
<member name="E:System.Windows.Forms.AxHost.MouseLeave">
<summary>
<para>The <see cref="E:System.Windows.Forms.AxHost.MouseLeave" /> event is not supported by the <see cref="T:System.Windows.Forms.AxHost" />
class.</para>
</summary>
</member>
<member name="E:System.Windows.Forms.AxHost.MouseHover">
<summary>
<para>The <see cref="E:System.Windows.Forms.AxHost.MouseHover" /> event is not supported by the <see cref="T:System.Windows.Forms.AxHost" />
class.</para>
</summary>
</member>
<member name="E:System.Windows.Forms.AxHost.MouseMove">
<summary>
<para>The <see cref="E:System.Windows.Forms.AxHost.MouseMove" /> event is not supported by the <see cref="T:System.Windows.Forms.AxHost" />
class.</para>
</summary>
</member>
<member name="E:System.Windows.Forms.AxHost.MouseUp">
<summary>
<para>The <see cref="E:System.Windows.Forms.AxHost.MouseUp" /> event is not supported by the <see cref="T:System.Windows.Forms.AxHost" />
class.</para>
</summary>
</member>
<member name="E:System.Windows.Forms.AxHost.MouseWheel">
<summary>
<para>The <see cref="E:System.Windows.Forms.AxHost.MouseWheel" /> event is not supported by the <see cref="T:System.Windows.Forms.AxHost" />
class.</para>
</summary>
</member>
<member name="E:System.Windows.Forms.AxHost.ChangeUICues">
<summary>
<para>The <see cref="E:System.Windows.Forms.AxHost.ChangeUICues" /> event is not supported by the <see cref="T:System.Windows.Forms.AxHost" />
class.</para>
</summary>
</member>
<member name="E:System.Windows.Forms.AxHost.StyleChanged">
<summary>
<para>The <see cref="E:System.Windows.Forms.AxHost.StyleChanged" /> event is not supported by the <see cref="T:System.Windows.Forms.AxHost" />
class.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.AxHost.OcxState">
<summary>
<para>Gets or sets the persisted state of the ActiveX
control.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.AxHost.ContainingControl">
<summary>
<para> Gets or sets the control containing the ActiveX
control.</para>
</summary>
</member>
<member name="F:System.Windows.Forms.AxHost.ActiveXInvokeKind.MethodInvoke">
<summary>
<para>A method referenced the ActiveX control.</para>
</summary>
</member>
<member name="F:System.Windows.Forms.AxHost.ActiveXInvokeKind.PropertyGet">
<summary>
<para>The get accessor of a property referenced the ActiveX control.</para>
</summary>
</member>
<member name="F:System.Windows.Forms.AxHost.ActiveXInvokeKind.PropertySet">
<summary>
<para>The set accessor of a property referenced the ActiveX control.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.AxHost.InvalidActiveXStateException.#ctor(System.String,System.Windows.Forms.AxHost.ActiveXInvokeKind)">
<summary>
<para>Initializes a new instance of the <see cref="T:System.Windows.Forms.AxHost.InvalidActiveXStateException" /> class.</para>
</summary>
<param name="name">The name of the member that referenced the ActiveX control while it was in an invalid state. </param>
<param name=" kind">One of the <see cref="T:System.Windows.Forms.AxHost.ActiveXInvokeKind" /> values.</param>
</member>
<member name="T:System.Windows.Forms.AxHost.AboutBoxDelegate">
<summary>
<para>Represents the method that will display an ActiveX control's About dialog
box.</para>
</summary>
</member>
<member name="T:System.Windows.Forms.Design.WindowsFormsComponentEditor">
<summary>
<para>Provides a base class for editors that use a modal
dialog to display a properties page similar to an ActiveX control's property page.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.Design.WindowsFormsComponentEditor.EditComponent(System.ComponentModel.ITypeDescriptorContext,System.Object)">
<summary>
<para>Creates an editor window that allows the user to edit the specified component, using the specified
context information.</para>
</summary>
<param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext" /> that can be used to gain additional context information.</param>
<param name=" component">The component to edit.</param>
<returns>
<para>
<see langword="true" /> if the component was changed during editing; otherwise,
<see langword="false" />.</para>
</returns>
</member>
<member name="M:System.Windows.Forms.Design.WindowsFormsComponentEditor.EditComponent(System.Object,System.Windows.Forms.IWin32Window)">
<summary>
<para>Creates an editor window that allows the user to edit the specified component, using the specified window which owns the component.</para>
</summary>
<param name="component">The component to edit.</param>
<param name=" owner">An <see cref="T:System.Windows.Forms.IWin32Window" /> that the component belongs to.</param>
<returns>
<para>
<see langword="true" /> if the component was changed during editing; otherwise,
<see langword="false" />.</para>
</returns>
</member>
<member name="M:System.Windows.Forms.Design.WindowsFormsComponentEditor.EditComponent(System.ComponentModel.ITypeDescriptorContext,System.Object,System.Windows.Forms.IWin32Window)">
<summary>
<para>Creates an editor window that allows the user to edit the
specified component.</para>
</summary>
<param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext" /> that can be used to gain additional context information.</param>
<param name=" component">The component to edit.</param>
<param name=" owner">An <see cref="T:System.Windows.Forms.IWin32Window" /> that the component belongs to.</param>
<returns>
<para>
<see langword="true" /> if the component was changed during editing; otherwise,
<see langword="false" />.</para>
</returns>
</member>
<member name="M:System.Windows.Forms.Design.WindowsFormsComponentEditor.GetComponentEditorPages">
<summary>
<para>Gets the component editor pages associated with the component editor.</para>
</summary>
<returns>
<para>An array of component editor pages.</para>
</returns>
</member>
<member name="M:System.Windows.Forms.Design.WindowsFormsComponentEditor.GetInitialComponentEditorPageIndex">
<summary>
<para>Gets the index of the initial component editor page for
the component editor to display.</para>
</summary>
<returns>
<para>The index of the component editor page that the component editor will
initially display.</para>
</returns>
</member>
<member name="M:System.Windows.Forms.AxHost.AxPropertyTypeEditor.EditValue(System.ComponentModel.ITypeDescriptorContext,System.IServiceProvider,System.Object)">
</member>
<member name="M:System.Windows.Forms.AxHost.AxPropertyTypeEditor.GetEditStyle(System.ComponentModel.ITypeDescriptorContext)">
</member>
<member name="M:System.Windows.Forms.ComponentModel.Com2Interop.Com2Enum.#ctor(System.String[],System.Object[])">
<summary>
Our one and only ctor
</summary>
</member>
<member name="M:System.Windows.Forms.ComponentModel.Com2Interop.Com2Enum.#ctor(System.String[],System.Object[],System.Boolean)">
<summary>
Our one and only ctor
</summary>
</member>
<member name="M:System.Windows.Forms.ComponentModel.Com2Interop.Com2Enum.FromString(System.String)">
<summary>
Associate a string to the appropriate value.
</summary>
</member>
<member name="M:System.Windows.Forms.ComponentModel.Com2Interop.Com2Enum.ToString(System.Object)">
<summary>
Retrieves the string name of a given value.
</summary>
</member>
<member name="P:System.Windows.Forms.ComponentModel.Com2Interop.Com2Enum.IsStrictEnum">
<summary>
Can this enum be values other than the strict enum?
</summary>
</member>
<member name="P:System.Windows.Forms.ComponentModel.Com2Interop.Com2Enum.Values">
<summary>
Retrieve a copy of the value array
</summary>
</member>
<member name="P:System.Windows.Forms.ComponentModel.Com2Interop.Com2Enum.Names">
<summary>
Retrieve a copy of the nme array.
</summary>
</member>
<member name="P:System.Windows.Forms.AxHost.AxPerPropertyBrowsingEnum.Values">
</member>
<member name="P:System.Windows.Forms.AxHost.AxPerPropertyBrowsingEnum.Names">
</member>
<member name="T:System.Windows.Forms.BaseCollection">
<summary>
<para>Provides the base functionality for creating
data-related collections in the <see cref="N:System.Windows.Forms" />
namespace.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.BaseCollection.CopyTo(System.Array,System.Int32)">
<summary>
<para>Copies all the elements of the current one-dimensional
<see cref="T:System.Array" /> to the specified
one-dimensional <see cref="T:System.Array" /> starting at the specified
destination <see cref="T:System.Array" />
index.</para>
</summary>
<param name="ar">The one-dimensional <see cref="T:System.Array" /> that is the destination of the elements copied from the current Array.</param>
<param name=" index">The zero-based relative index in <paramref name="ar " />at which copying begins. </param>
</member>
<member name="M:System.Windows.Forms.BaseCollection.GetEnumerator">
<summary>
<para>Gets the object that allows iterating
through the members of the collection.</para>
</summary>
<returns>
<para>An object that implements the <see cref="T:System.Collections.IEnumerator" /> interface.</para>
</returns>
</member>
<member name="P:System.Windows.Forms.BaseCollection.Count">
<summary>
<para>Gets the total number of elements in the collection.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.BaseCollection.IsReadOnly">
<summary>
<para>Gets a value indicating whether the collection is read-only.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.BaseCollection.IsSynchronized">
<summary>
<para>Gets a value indicating whether access to the <see cref="T:System.Collections.ICollection" /> is synchronized.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.BaseCollection.SyncRoot">
<summary>
<para>Gets an object that can be used to synchronize access to
the <see cref="T:System.Windows.Forms.BaseCollection" /> .</para>
</summary>
</member>
<member name="P:System.Windows.Forms.BaseCollection.List">
<summary>
<para>Gets the list of elements contained in the <see cref="T:System.Windows.Forms.BaseCollection" /> instance.</para>
</summary>
</member>
<member name="T:System.Windows.Forms.Binding">
<summary>
<para>Represents the simple binding between the property value of an object and
the property value of a control.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.Binding.#ctor(System.String,System.Object,System.String)">
<summary>
<para>Initializes a new instance of the <see cref="T:System.Windows.Forms.Binding" /> class that simple-binds the
specified control property to the specified data member of
the specified data source.</para>
</summary>
<param name="propertyName">The name of the control property to bind.</param>
<param name="dataSource">An <see cref="T:System.Object" /> that represents the data source.</param>
<param name="dataMember">The property or list to bind to.</param>
</member>
<member name="M:System.Windows.Forms.Binding.OnParse(System.Windows.Forms.ConvertEventArgs)">
<summary>
<para>Raises the <see cref="E:System.Windows.Forms.Binding.Parse" /> event.</para>
</summary>
<param name="cevent">A <see cref="T:System.Windows.Forms.ConvertEventArgs" /> that contains the event data.</param>
</member>
<member name="M:System.Windows.Forms.Binding.OnFormat(System.Windows.Forms.ConvertEventArgs)">
<summary>
<para>Raises the <see cref="E:System.Windows.Forms.Binding.Format" /> event.</para>
</summary>
<param name="cevent">A <see cref="T:System.Windows.Forms.ConvertEventArgs" /> that contains the event data.</param>
</member>
<member name="P:System.Windows.Forms.Binding.DataSource">
<summary>
<para> Gets the data source for this binding.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.Binding.BindingMemberInfo">
<summary>
<para>Gets an object that contains information about this
binding based on the <paramref name="dataMember" /> parameter in the <see cref="M:System.Windows.Forms.Binding.#ctor" /> constructor.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.Binding.Control">
<summary>
<para> Gets the control that the binding belongs to.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.Binding.IsBinding">
<summary>
<para> Gets a value indicating whether the binding is active.
</para>
</summary>
</member>
<member name="P:System.Windows.Forms.Binding.BindingManagerBase">
<summary>
<para>Gets this binding's <see cref="T:System.Windows.Forms.BindingManagerBase" />.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.Binding.PropertyName">
<summary>
<para> Gets or sets the name of the control's data-bound property.</para>
</summary>
</member>
<member name="E:System.Windows.Forms.Binding.Parse">
<summary>
<para>Occurs when the value of a data-bound control changes.</para>
</summary>
</member>
<member name="E:System.Windows.Forms.Binding.Format">
<summary>
<para>Occurs when the property of a control is bound to a data value.</para>
</summary>
</member>
<member name="T:System.Windows.Forms.BindingContext">
<summary>
<para>Manages the collection of <see cref="T:System.Windows.Forms.BindingManagerBase" /> objects for any object that inherits from the
<see cref="T:System.Windows.Forms.Control" /> class.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.BindingContext.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:System.Windows.Forms.BindingContext" /> class.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.BindingContext.Add(System.Object,System.Windows.Forms.BindingManagerBase)">
<summary>
<para> Adds the <see cref="T:System.Windows.Forms.BindingManagerBase" />
associated with a specific data source
to the collection.</para>
</summary>
<param name="dataSource">The <see cref="T:System.Object" /> associated with the <see cref="T:System.Windows.Forms.BindingManagerBase" /> .</param>
<param name=" listManager">The <see cref="T:System.Windows.Forms.BindingManagerBase" /> to add.</param>
</member>
<member name="M:System.Windows.Forms.BindingContext.Clear">
<summary>
<para>Clears the collection of any <see cref="T:System.Windows.Forms.BindingManagerBase" />
objects.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.BindingContext.Contains(System.Object)">
<summary>
<para>Gets a value indicating whether the <see cref="T:System.Windows.Forms.BindingContext" /> contains the <see cref="T:System.Windows.Forms.BindingManagerBase" /> associated with
the specified
data source.</para>
</summary>
<param name="dataSource">An <see cref="T:System.Object" /> that represents the data source.</param>
<returns>
<para>
<see langword="true" />, if the <see cref="T:System.Windows.Forms.BindingContext" /> contains the
specified <see cref="T:System.Windows.Forms.BindingManagerBase" />
; otherwise, <see langword="false" />.</para>
</returns>
</member>
<member name="M:System.Windows.Forms.BindingContext.Contains(System.Object,System.String)">
<summary>
<para>Gets a value indicating whether the <see cref="T:System.Windows.Forms.BindingContext" /> contains the <see cref="T:System.Windows.Forms.BindingManagerBase" /> associated with
the specified data source and data member.</para>
</summary>
<param name="dataSource">An <see cref="T:System.Object" /> that represents the data source. </param>
<param name=" dataMember">The information needed to resolve to a specific <see cref="T:System.Windows.Forms.BindingManagerBase" />.</param>
<returns>
<para>
<see langword="true" /> if the <see cref="T:System.Windows.Forms.BindingContext" /> contains the
specified <see cref="T:System.Windows.Forms.BindingManagerBase" />
; otherwise, <see langword="false" />.</para>
</returns>
</member>
<member name="M:System.Windows.Forms.BindingContext.Remove(System.Object)">
<summary>
<para> Deletes the <see cref="T:System.Windows.Forms.BindingManagerBase" />
associated with the specified data source.</para>
</summary>
<param name="dataSource">The data source associated with the <see cref="T:System.Windows.Forms.BindingManagerBase" /> to remove. </param>
</member>
<member name="P:System.Windows.Forms.BindingContext.Item(System.Object)">
<summary>
<para>Gets the <see cref="T:System.Windows.Forms.BindingManagerBase" /> that is
associated with the specified data source.</para>
</summary>
<param name="dataSource">The data source associated with a particular <see cref="T:System.Windows.Forms.BindingManagerBase" />.</param>
</member>
<member name="P:System.Windows.Forms.BindingContext.Item(System.Object,System.String)">
<summary>
<para>Gets a <see cref="T:System.Windows.Forms.BindingManagerBase" /> that is associated with the specified data source and
data member.</para>
</summary>
<param name="dataSource">The data source associated with a particular <see cref="T:System.Windows.Forms.BindingManagerBase" />. </param>
<param name=" dataMember">
<para>A navigation path containing the information that resolves to a specific <see cref="T:System.Windows.Forms.BindingManagerBase" /> . </para>
</param>
</member>
<member name="T:System.Windows.Forms.BindingManagerBase">
<summary>
<para>Manages all <see cref="T:System.Windows.Forms.Binding" /> objects that are bound to the same data
source and data member. This class is abstract.</para>
</summary>
</member>
<member name="F:System.Windows.Forms.BindingManagerBase.onCurrentChangedHandler">
<summary>
<para>Specifies the event handler for the <see cref="E:System.Windows.Forms.BindingManagerBase.CurrentChanged" /> event.</para>
</summary>
</member>
<member name="F:System.Windows.Forms.BindingManagerBase.onPositionChangedHandler">
<summary>
<para>Specifies the event handler for the <see cref="E:System.Windows.Forms.BindingManagerBase.PositionChanged" /> event.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.BindingManagerBase.OnCurrentChanged(System.EventArgs)">
<summary>
<para>When overridden in a derived class, raises the <see cref="E:System.Windows.Forms.BindingManagerBase.CurrentChanged" /> event.</para>
</summary>
<param name="e">The <see cref="T:System.EventArgs" /> that contains the event data.</param>
</member>
<member name="M:System.Windows.Forms.BindingManagerBase.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:System.Windows.Forms.BindingManagerBase" /> class.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.BindingManagerBase.GetItemProperties">
<summary>
<para>When overridden in a derived class, gets the collection of property descriptors for the binding.</para>
</summary>
<returns>
<para>A <see cref="T:System.ComponentModel.PropertyDescriptorCollection" />that represents the property descriptors for the binding.</para>
</returns>
</member>
<member name="M:System.Windows.Forms.BindingManagerBase.GetItemProperties(System.Collections.ArrayList,System.Collections.ArrayList)">
<summary>
<para>Gets the collection of property descriptors for the
binding using the specified <see cref="T:System.Collections.ArrayList" /> .</para>
</summary>
<param name=" dataSources">An <see cref="T:System.Collections.ArrayList" /> containing the data sources.</param>
<param name="listAccessors">An <see cref="T:System.Collections.ArrayList" /> containing the table's bound properties.</param>
<returns>
<para>A <see cref="T:System.ComponentModel.PropertyDescriptorCollection" />that represents the property descriptors
for the binding.</para>
</returns>
</member>
<member name="M:System.Windows.Forms.BindingManagerBase.GetItemProperties(System.Type,System.Int32,System.Collections.ArrayList,System.Collections.ArrayList)">
<summary>
<para> Gets the list of properties of
the items managed by this <see cref="T:System.Windows.Forms.BindingManagerBase" />.</para>
</summary>
<param name="listType">The <see cref="T:System.Type" /> of the bound list.</param>
<param name=" offset">A counter used to recursively call the method.</param>
<param name=" dataSources">An <see cref="T:System.Collections.ArrayList" /> containing the data sources.</param>
<param name=" listAccessors">An <see cref="T:System.Collections.ArrayList" /> containing the table's bound properties.</param>
<returns>
<para>A <see cref="T:System.ComponentModel.PropertyDescriptorCollection" />that represents the property descriptors
for the binding.</para>
</returns>
</member>
<member name="M:System.Windows.Forms.BindingManagerBase.CancelCurrentEdit">
<summary>
<para>When overridden in a derived class, cancels the current edit.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.BindingManagerBase.EndCurrentEdit">
<summary>
<para>When overridden in a derived class, ends the current edit.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.BindingManagerBase.AddNew">
<summary>
<para>When overridden in a derived class, adds a new item to the underlying list.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.BindingManagerBase.RemoveAt(System.Int32)">
<summary>
<para>When overridden in a derived class, deletes the row at the specified index from the underlying list.</para>
</summary>
<param name="index">The index of the row to delete.</param>
</member>
<member name="M:System.Windows.Forms.BindingManagerBase.UpdateIsBinding">
<summary>
<para>When overridden in a derived class, updates the binding.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.BindingManagerBase.GetListName(System.Collections.ArrayList)">
<summary>
<para>When overridden in a derived class, gets the name of the
list supplying the data for the binding.</para>
</summary>
<param name="listAccessors">An <see cref="T:System.Collections.ArrayList" /> containing the table's bound properties.</param>
<returns>
<para>The name of the list supplying the data for the binding.</para>
</returns>
</member>
<member name="M:System.Windows.Forms.BindingManagerBase.SuspendBinding">
<summary>
<para>When overridden in a derived class, suspends data binding.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.BindingManagerBase.ResumeBinding">
<summary>
<para>When overridden in a derived class, resumes data binding.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.BindingManagerBase.PullData">
<summary>
<para>Pulls data from the data-bound control into the data source.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.BindingManagerBase.PushData">
<summary>
<para>Pushes data from the data source into the data-bound control.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.BindingManagerBase.Bindings">
<summary>
<para>Gets the collection of bindings being managed.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.BindingManagerBase.Current">
<summary>
<para>When overridden in a derived class, gets the current object.</para>
</summary>
</member>
<member name="E:System.Windows.Forms.BindingManagerBase.CurrentChanged">
<summary>
<para>Occurs when the bound value changes.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.BindingManagerBase.Position">
<summary>
<para> When overridden in a derived class, gets or
sets the position in the underlying list that controls bound to this
data source point to.</para>
</summary>
</member>
<member name="E:System.Windows.Forms.BindingManagerBase.PositionChanged">
<summary>
<para>Occurs when the <see cref="P:System.Windows.Forms.BindingManagerBase.Position" /> has changed.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.BindingManagerBase.Count">
<summary>
<para>When overridden in a derived class, gets the number of rows managed by the <see cref="T:System.Windows.Forms.BindingManagerBase" /> .</para>
</summary>
</member>
<member name="T:System.Windows.Forms.BindingMemberInfo">
<summary>
<para>Contains information that enables a <see cref="T:System.Windows.Forms.Binding" /> to
resolve a data binding to either the property of an object
or the property of the current object in
a list of objects.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.BindingMemberInfo.#ctor(System.String)">
<summary>
<para>Initializes a new instance of the <see cref="T:System.Windows.Forms.BindingMemberInfo" />
class.</para>
</summary>
<param name="dataMember">A navigation path that resolves to either the property of an object or the property of the current object in a list of objects.</param>
</member>
<member name="P:System.Windows.Forms.BindingMemberInfo.BindingPath">
<summary>
<para>Gets the property name, or the period-delimited
hierarchy of property names, that precedes the data-bound object's property name.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.BindingMemberInfo.BindingField">
<summary>
<para> Gets the data-bound object's property name.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.BindingMemberInfo.BindingMember">
<summary>
<para> Gets the information that is used to specify the data-bound object's property name.</para>
</summary>
</member>
<member name="T:System.Windows.Forms.BindingsCollection">
<summary>
<para>Represents a collection of <see cref="T:System.Windows.Forms.Binding" /> objects for a control.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.BindingsCollection.Add(System.Windows.Forms.Binding)">
<summary>
<para>Adds the specified binding to the collection.</para>
</summary>
<param name="binding">The <see cref="T:System.Windows.Forms.Binding" /> to add to the collection.</param>
</member>
<member name="M:System.Windows.Forms.BindingsCollection.Clear">
<summary>
<para>Clears the collection of binding objects.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.BindingsCollection.OnCollectionChanged(System.ComponentModel.CollectionChangeEventArgs)">
<summary>
<para>Raises the <see cref="E:System.Windows.Forms.BindingsCollection.CollectionChanged" /> event.</para>
</summary>
<param name="ccevent">A <see cref="T:System.ComponentModel.CollectionChangeEventArgs" /> that contains the event data.</param>
</member>
<member name="M:System.Windows.Forms.BindingsCollection.Remove(System.Windows.Forms.Binding)">
<summary>
<para>Deletes the specified binding from the collection.</para>
</summary>
<param name="binding">The Binding to remove from the collection.</param>
</member>
<member name="M:System.Windows.Forms.BindingsCollection.RemoveAt(System.Int32)">
<summary>
<para>Deletes the binding from the collection at the specified index.</para>
</summary>
<param name="index">The index of the <see cref="T:System.Windows.Forms.Binding" /> to remove.</param>
</member>
<member name="M:System.Windows.Forms.BindingsCollection.ShouldSerializeMyAll">
<summary>
<para>Gets a value that indicates whether the collection should be serialized.</para>
</summary>
<returns>
<para>
<see langword="true " />if the collection count is greater than zero;
otherwise, <see langword="false" />.</para>
</returns>
</member>
<member name="P:System.Windows.Forms.BindingsCollection.Item(System.Int32)">
<summary>
<para>Gets the <see cref="T:System.Windows.Forms.Binding" /> at the specified index.</para>
</summary>
<param name="index">The index of the <see cref="T:System.Windows.Forms.Binding" /> to find.</param>
</member>
<member name="E:System.Windows.Forms.BindingsCollection.CollectionChanged">
<summary>
<para>Occurs when the collection has changed.</para>
</summary>
</member>
<member name="T:System.Windows.Forms.BootMode">
<summary>
<para>Specifies the mode the computer was started
in.</para>
</summary>
</member>
<member name="F:System.Windows.Forms.BootMode.Normal">
<summary>
<para>The computer was started in standard mode.</para>
</summary>
</member>
<member name="F:System.Windows.Forms.BootMode.FailSafe">
<summary>
<para>The computer was started by using only the basic
files and
drivers.</para>
</summary>
</member>
<member name="F:System.Windows.Forms.BootMode.FailSafeWithNetwork">
<summary>
<para> The computer was started by using
the basic files, drivers,
and services necessary to start networking.</para>
</summary>
</member>
<member name="T:System.Windows.Forms.Border3DSide">
<summary>
<para>
Specifies
the sides of a rectangle to apply a three-dimensional border to.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Border3DSide.Left">
<summary>
<para>
A three-dimensional border on
the left edge
of the control.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Border3DSide.Top">
<summary>
<para>
A three-dimensional border on
the top edge
of the rectangle.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Border3DSide.Right">
<summary>
<para>
A three-dimensional border on
the right side
of the rectangle.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Border3DSide.Bottom">
<summary>
<para>
A three-dimensional border on
the bottom side
of the rectangle.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Border3DSide.Middle">
<summary>
<para>
The interior of the rectangle is filled with the
color defined for three-dimensional controls instead of the
background color
for the form.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Border3DSide.All">
<summary>
<para>A three-dimensional border on all four
edges and fill the middle of
the rectangle with
the color defined for three-dimensional controls.</para>
</summary>
</member>
<member name="T:System.Windows.Forms.Border3DStyle">
<summary>
<para>
Specifies the style of a three-dimensional border.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Border3DStyle.Adjust">
<summary>
<para>
The border is drawn
outside the
specified rectangle, preserving the dimensions of the rectangle for drawing.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Border3DStyle.Bump">
<summary>
<para>The inner and outer edges of the border have a raised appearance.</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Border3DStyle.Etched">
<summary>
<para>The inner and outer edges of the border have an etched appearance.</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Border3DStyle.Flat">
<summary>
<para> The border has no three-dimensional effects.</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Border3DStyle.Raised">
<summary>
<para> The border has
raised inner and outer edges.</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Border3DStyle.RaisedInner">
<summary>
<para> The border has a raised inner edge and no outer edge.</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Border3DStyle.RaisedOuter">
<summary>
<para> The border
has a raised outer edge and no inner edge.</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Border3DStyle.Sunken">
<summary>
<para> The border has sunken inner and outer edges.</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Border3DStyle.SunkenInner">
<summary>
<para> The border has
a sunken inner edge and no outer edge.</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Border3DStyle.SunkenOuter">
<summary>
<para> The border has a sunken outer edge and no inner edge.</para>
</summary>
</member>
<member name="T:System.Windows.Forms.BorderStyle">
<summary>
<para>
Specifies the border style for a control.</para>
</summary>
</member>
<member name="F:System.Windows.Forms.BorderStyle.None">
<summary>
<para>
No border.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.BorderStyle.FixedSingle">
<summary>
<para>
A single-line border.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.BorderStyle.Fixed3D">
<summary>
<para>
A three-dimensional border.
</para>
</summary>
</member>
<member name="T:System.Windows.Forms.BoundsSpecified">
<summary>
<para>Specifies the bounds of the control to
use when defining a control's size and position.</para>
</summary>
</member>
<member name="F:System.Windows.Forms.BoundsSpecified.X">
<summary>
<para>
Specifies the
left
edge of the
control is defined.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.BoundsSpecified.Y">
<summary>
<para>
Specifies the top
edge of the
control is defined.</para>
</summary>
</member>
<member name="F:System.Windows.Forms.BoundsSpecified.Width">
<summary>
<para>
Specifies
the width
of the control is defined.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.BoundsSpecified.Height">
<summary>
<para>
Specifies
the
height of the control is defined.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.BoundsSpecified.Location">
<summary>
<para>
Both <see langword="X" /> and <see langword="Y" /> coordinates of the control are
defined.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.BoundsSpecified.Size">
<summary>
<para>
Both <see cref="P:System.Windows.Forms.Control.Width" /> and <see cref="P:System.Windows.Forms.Control.Height" /> property values of the control are
defined.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.BoundsSpecified.All">
<summary>
<para>
Both <see cref="P:System.Windows.Forms.Control.Location" /> and <see cref="P:System.Windows.Forms.Control.Size" /> property values are
defined.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.BoundsSpecified.None">
<summary>
<para>
No
bounds
are specified.
</para>
</summary>
</member>
<member name="T:System.Windows.Forms.Button">
<summary>
<para>Represents a Windows button control.</para>
</summary>
</member>
<member name="T:System.Windows.Forms.ButtonBase">
<summary>
<para>Implements the basic functionality common to button controls.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.ButtonBase.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:System.Windows.Forms.ButtonBase" /> class.
</para>
</summary>
</member>
<member name="P:System.Windows.Forms.ButtonBase.DefaultImeMode">
<summary>
<para>Gets the default Input Method Editor(IME) mode supported by this control.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.ButtonBase.IsDefault">
<summary>
<para>Gets or sets a value indicating whether the button control is the default button.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.ButtonBase.FlatStyle">
<summary>
<para> Gets or sets the flat style appearance of the button control.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.ButtonBase.Image">
<summary>
<para> Gets or sets the image that is displayed on a button control.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.ButtonBase.ImageAlign">
<summary>
<para> Gets or sets the alignment of the image on the button control.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.ButtonBase.ImageIndex">
<summary>
<para> Gets or sets the image list index value of the image displayed on the button control.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.ButtonBase.ImageList">
<summary>
<para> Gets or sets the <see cref="T:System.Windows.Forms.ImageList" /> that contains the <see cref="T:System.Drawing.Image" /> displayed on a button control.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.ButtonBase.ImeMode">
<summary>
<para>Gets or sets the Input Method Editor (IME) mode supported by this control.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.ButtonBase.TextAlign">
<summary>
<para> Gets or sets the alignment of the text on the button control.</para>
</summary>
</member>
<member name="T:System.Windows.Forms.IButtonControl">
<summary>
<para>Allows a control to act like a button on a form.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.IButtonControl.NotifyDefault(System.Boolean)">
<summary>
<para>Notifies a control that it is the default button so that its appearance and behavior is adjusted accordingly.</para>
</summary>
<param name="value">
<see langword="true" /> if the control should behave as a default button; otherwise <see langword="false" />.</param>
</member>
<member name="M:System.Windows.Forms.IButtonControl.PerformClick">
<summary>
<para>Generates a <see cref="E:System.Windows.Forms.Control.Click" /> event for the control.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.IButtonControl.DialogResult">
<summary>
<para> Gets or sets the value returned to the parent form when the
button is clicked.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.Button.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:System.Windows.Forms.Button" />
class.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.Button.PerformClick">
<summary>
<para>Generates a <see cref="E:System.Windows.Forms.Control.Click" /> event for a button.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.Button.DialogResult">
<summary>
<para>Gets or sets a value that is returned to the parent form when the button is
clicked.</para>
</summary>
</member>
<member name="T:System.Windows.Forms.ButtonBorderStyle">
<summary>
<para>Specifies
the border style for a button control.</para>
</summary>
</member>
<member name="F:System.Windows.Forms.ButtonBorderStyle.None">
<summary>
<para>
No border.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.ButtonBorderStyle.Dotted">
<summary>
<para>
A dotted-line border.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.ButtonBorderStyle.Dashed">
<summary>
<para>
A dashed border.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.ButtonBorderStyle.Solid">
<summary>
<para>
A solid border.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.ButtonBorderStyle.Inset">
<summary>
<para>
A sunken border.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.ButtonBorderStyle.Outset">
<summary>
<para>
A raised border.
</para>
</summary>
</member>
<member name="T:System.Windows.Forms.ButtonState">
<summary>
<para> Specifies the appearance of a button.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.ButtonState.Checked">
<summary>
<para>
The button has a
checked or latched appearance. Use
this appearance to show that a toggle button has been pressed.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.ButtonState.Flat">
<summary>
<para>
The button has a flat, two-dimensional appearance.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.ButtonState.Inactive">
<summary>
<para>
The button is inactive (grayed).
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.ButtonState.Normal">
<summary>
<para> The button has
its normal appearance (three-dimensional).
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.ButtonState.Pushed">
<summary>
<para> The button appears pressed.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.ButtonState.All">
<summary>
<para>All flags except <see langword="Normal " /> are set.</para>
</summary>
</member>
<member name="T:System.Windows.Forms.CaptionButton">
<summary>
<para>Specifies the type
of caption button to display.</para>
</summary>
</member>
<member name="F:System.Windows.Forms.CaptionButton.Close">
<summary>
<para>
A Close button.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.CaptionButton.Help">
<summary>
<para>
A Help button.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.CaptionButton.Maximize">
<summary>
<para>
A Maximize button.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.CaptionButton.Minimize">
<summary>
<para>
A Minimize button.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.CaptionButton.Restore">
<summary>
<para>
A Restore button.
</para>
</summary>
</member>
<member name="T:System.Windows.Forms.CharacterCasing">
<summary>
<para>
Specifies the case of characters in a <see cref="T:System.Windows.Forms.TextBox" />
control.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.CharacterCasing.Normal">
<summary>
<para>
The case of
characters is left unchanged.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.CharacterCasing.Upper">
<summary>
<para>
Converts all characters to uppercase.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.CharacterCasing.Lower">
<summary>
<para>
Converts all characters to lowercase.
</para>
</summary>
</member>
<member name="T:System.Windows.Forms.CheckBox">
<summary>
<para> Represents a Windows check box.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.CheckBox.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:System.Windows.Forms.CheckBox" /> class.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.CheckBox.OnAppearanceChanged(System.EventArgs)">
<summary>
<para>Raises the <see cref="E:System.Windows.Forms.CheckBox.AppearanceChanged" /> event.</para>
</summary>
<param name="e">An <see cref="T:System.EventArgs" /> that contains the event data.</param>
</member>
<member name="M:System.Windows.Forms.CheckBox.OnCheckedChanged(System.EventArgs)">
<summary>
<para>Raises the <see cref="E:System.Windows.Forms.CheckBox.CheckedChanged" />
event.</para>
</summary>
<param name="e">An <see cref="T:System.EventArgs" /> that contains the event data.</param>
</member>
<member name="M:System.Windows.Forms.CheckBox.OnCheckStateChanged(System.EventArgs)">
<summary>
<para>Raises the <see cref="E:System.Windows.Forms.CheckBox.CheckStateChanged" /> event.</para>
</summary>
<param name="e">An <see cref="T:System.EventArgs" /> that contains the event data.</param>
</member>
<member name="P:System.Windows.Forms.CheckBox.Appearance">
<summary>
<para> Gets or sets the value that determines the appearance of a
check box control.</para>
</summary>
</member>
<member name="E:System.Windows.Forms.CheckBox.AppearanceChanged">
<summary>
<para>Occurs when the value of the <see cref="P:System.Windows.Forms.CheckBox.Appearance" /> property changes.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.CheckBox.AutoCheck">
<summary>
<para> Gets or set a value indicating whether the <see cref="P:System.Windows.Forms.CheckBox.Checked" /> or <see cref="P:System.Windows.Forms.CheckBox.CheckState" /> values and
the check box's appearance are automatically
changed when the check box is clicked.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.CheckBox.CheckAlign">
<summary>
<para> Gets or sets
the horizontal and vertical alignment of a check box on a check box
control.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.CheckBox.Checked">
<summary>
<para> Gets or set a value indicating whether the check box is in the checked state.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.CheckBox.CheckState">
<summary>
<para> Gets or sets the state of the check box.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.CheckBox.ThreeState">
<summary>
<para> Gets or sets a value indicating
whether the check box will allow three check states rather than two.</para>
</summary>
</member>
<member name="E:System.Windows.Forms.CheckBox.CheckedChanged">
<summary>
<para>Occurs when the
value of the <see cref="P:System.Windows.Forms.CheckBox.Checked" />
property changes.</para>
</summary>
</member>
<member name="E:System.Windows.Forms.CheckBox.CheckStateChanged">
<summary>
<para>Occurs when the
value of the <see cref="P:System.Windows.Forms.CheckBox.CheckState" />
property changes.</para>
</summary>
</member>
<member name="T:System.Windows.Forms.CheckedListBox">
<summary>
<para> Displays a <see cref="T:System.Windows.Forms.ListBox" /> in which a check box is displayed to the left
of each item.
</para>
</summary>
</member>
<member name="T:System.Windows.Forms.ListBox">
<summary>
<para> Represents a Windows list box control.
</para>
</summary>
</member>
<member name="T:System.Windows.Forms.ListControl">
<summary>
<para>Provides a common implementation of members for
the <see cref="T:System.Windows.Forms.ListBox" /> and <see cref="T:System.Windows.Forms.ComboBox" /> classes.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.ListControl.GetItemText(System.Object)">
<summary>
<para>Returns the text representation of the specified item.</para>
</summary>
<param name="item">The object from which to get the contents to display. </param>
<returns>
<para>If the <see cref="P:System.Windows.Forms.ListControl.DisplayMember" /> property is not specified, the
value returned by <see cref="M:System.Windows.Forms.ListControl.GetItemText(System.Object)" />is
the value of the item's <see langword="toString" /> method. Otherwise, the method returns the
string value of the member specified in
the <see cref="P:System.Windows.Forms.ListControl.DisplayMember" /> property for the object
specified in the <paramref name="item" /> parameter.</para>
</returns>
</member>
<member name="M:System.Windows.Forms.ListControl.OnDataSourceChanged(System.EventArgs)">
<summary>
<para>Raises the <see cref="E:System.Windows.Forms.ListControl.DataSourceChanged" /> event.</para>
</summary>
<param name="e">An <see cref="T:System.EventArgs" /> that contains the event data.</param>
</member>
<member name="M:System.Windows.Forms.ListControl.OnDisplayMemberChanged(System.EventArgs)">
<summary>
<para>Raises the <see cref="E:System.Windows.Forms.ListControl.DisplayMemberChanged" /> event.</para>
</summary>
<param name="e">An <see cref="T:System.EventArgs" /> that contains the event data.</param>
</member>
<member name="M:System.Windows.Forms.ListControl.OnSelectedIndexChanged(System.EventArgs)">
<summary>
<para>Raises the <see langword="SelectedIndexChanged" />
event.</para>
</summary>
<param name="e">An <see cref="T:System.EventArgs" /> that contains the event data.</param>
</member>
<member name="M:System.Windows.Forms.ListControl.OnValueMemberChanged(System.EventArgs)">
<summary>
<para>Raises the <see cref="E:System.Windows.Forms.ListControl.ValueMemberChanged" /> event.</para>
</summary>
<param name="e">An <see cref="T:System.EventArgs" /> that contains the event data.</param>
</member>
<member name="M:System.Windows.Forms.ListControl.OnSelectedValueChanged(System.EventArgs)">
<summary>
<para>Raises the <see cref="E:System.Windows.Forms.ListControl.SelectedValueChanged" /> event.</para>
</summary>
<param name="e">An <see cref="T:System.EventArgs" /> that contains the event data.</param>
</member>
<member name="M:System.Windows.Forms.ListControl.RefreshItem(System.Int32)">
<summary>
<para>When overridden in a derived class, resynchronizes the data of
the object at the specified index with the contents of the data source.</para>
</summary>
<param name="index">
<para>The zero-based index of the item whose data to refresh.</para>
</param>
</member>
<member name="P:System.Windows.Forms.ListControl.DataSource">
<summary>
<para>Gets or sets the data source for this <see cref="T:System.Windows.Forms.ListControl" /> object.</para>
</summary>
</member>
<member name="E:System.Windows.Forms.ListControl.DataSourceChanged">
<summary>
<para>Occurs when the <see cref="P:System.Windows.Forms.ListControl.DataSource" /> changes.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.ListControl.DataManager">
<summary>
<para>Gets the <see cref="T:System.Windows.Forms.CurrencyManager" /> object associated with this control.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.ListControl.DisplayMember">
<summary>
<para>Gets or sets a string that specifies the
property of the data source whose contents you want to
display.</para>
</summary>
</member>
<member name="E:System.Windows.Forms.ListControl.DisplayMemberChanged">
<summary>
<para>Occurs when the <see cref="P:System.Windows.Forms.ListControl.DisplayMember" /> property changes.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.ListControl.ValueMember">
<summary>
<para>Gets or sets a string that
specifies the property of the data source from which to draw
the value.</para>
</summary>
</member>
<member name="E:System.Windows.Forms.ListControl.ValueMemberChanged">
<summary>
<para>Occurs when the <see cref="P:System.Windows.Forms.ListControl.ValueMember" /> property changes.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.ListControl.SelectedIndex">
<summary>
<para>When overridden in a derived class, gets or sets the
zero-based index of the currently selected item.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.ListControl.SelectedValue">
<summary>
<para> Gets or sets the value of the member property
specified by the <see cref="P:System.Windows.Forms.ListControl.ValueMember" /> property.</para>
</summary>
</member>
<member name="E:System.Windows.Forms.ListControl.SelectedValueChanged">
<summary>
<para>Occurs when the <see cref="P:System.Windows.Forms.ListControl.SelectedValue" /> property changes.</para>
</summary>
</member>
<member name="F:System.Windows.Forms.ListBox.NoMatches">
<summary>
<para> Specifies that no matches are found during a search.</para>
</summary>
</member>
<member name="F:System.Windows.Forms.ListBox.DefaultItemHeight">
<summary>
<para>Specifies the default item height for an owner-drawn <see cref="T:System.Windows.Forms.ListBox" /> .</para>
</summary>
</member>
<member name="M:System.Windows.Forms.ListBox.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:System.Windows.Forms.ListBox" /> class.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.ListBox.BeginUpdate">
<summary>
<para>Maintains performance while items are added to the <see cref="T:System.Windows.Forms.ListBox" />
one at a time by preventing the control from drawing until the <see cref="M:System.Windows.Forms.ListBox.EndUpdate" /> method is called.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.ListBox.CreateItemCollection">
<summary>
<para>Creates a new instance of the item collection.</para>
</summary>
<returns>
<para>A <see cref="T:System.Windows.Forms.ListBox.ObjectCollection" /> that represents the new item
collection.</para>
</returns>
</member>
<member name="M:System.Windows.Forms.ListBox.ClearSelected">
<summary>
<para>Unselects all items in the <see cref="T:System.Windows.Forms.ListBox" /> .</para>
</summary>
</member>
<member name="M:System.Windows.Forms.ListBox.EndUpdate">
<summary>
<para>Resumes painting the <see cref="T:System.Windows.Forms.ListBox" />
control after painting is suspended by the <see cref="M:System.Windows.Forms.ListBox.BeginUpdate" />method.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.ListBox.FindString(System.String)">
<summary>
<para>Finds the first item in the <see cref="T:System.Windows.Forms.ListBox" />
that starts with the specified string.</para>
</summary>
<param name="s">The text to search for. </param>
<returns>
<para>The zero-based index of the first item found; returns
<see langword="ListBox.NoMatches" /> if no match is found.</para>
</returns>
</member>
<member name="M:System.Windows.Forms.ListBox.FindString(System.String,System.Int32)">
<summary>
<para>Finds the first item in the <see cref="T:System.Windows.Forms.ListBox" /> that starts with the specified string.
The search starts at a specific starting index.</para>
</summary>
<param name="s">The text to search for. </param>
<param name="startIndex">The zero-based index of the item before the first item to be searched. Set to negative one (-1) to search from the beginning of the control. </param>
<returns>
<para>The zero-based index of the first item found; returns
<see langword="ListBox.NoMatches" />
if no match is found.</para>
</returns>
</member>
<member name="M:System.Windows.Forms.ListBox.FindStringExact(System.String)">
<summary>
<para>Finds the first item in the <see cref="T:System.Windows.Forms.ListBox" />
that exactly matches the specified string.</para>
</summary>
<param name="s">The text to search for. </param>
<returns>
<para>The zero-based index of the first item found; returns
<see langword="ListBox.NoMatches" />
if no match is found.</para>
</returns>
</member>
<member name="M:System.Windows.Forms.ListBox.FindStringExact(System.String,System.Int32)">
<summary>
<para>Finds the first item in the <see cref="T:System.Windows.Forms.ListBox" /> that exactly matches the specified string.
The search starts at a specific starting
index.</para>
</summary>
<param name="s">The text to search for. </param>
<param name="startIndex">The zero-based index of the item before the first item to be searched. Set to negative one (-1) to search from the beginning of the control. </param>
<returns>
<para>The zero-based index of the first item found;
returns <see langword="ListBox.NoMatches" />
if no match is found.</para>
</returns>
</member>
<member name="M:System.Windows.Forms.ListBox.GetItemHeight(System.Int32)">
<summary>
<para>Returns the height of an item in the <see cref="T:System.Windows.Forms.ListBox" />
.</para>
</summary>
<param name="index">The zero-based index of the item to return the height for. </param>
<returns>
<para>The height, in pixels, of the specified item.</para>
</returns>
</member>
<member name="M:System.Windows.Forms.ListBox.GetItemRectangle(System.Int32)">
<summary>
<para>Returns the bounding rectangle for an item in the
<see cref="T:System.Windows.Forms.ListBox" />
.</para>
</summary>
<param name="index">The zero-based index of item whose bounding rectangle you want to return. </param>
<returns>
<para>A <see cref="T:System.Drawing.Rectangle" /> that represents the bounding rectangle for the specified item.</para>
</returns>
</member>
<member name="M:System.Windows.Forms.ListBox.GetSelected(System.Int32)">
<summary>
<para>Returns a value indicating whether the specified item is selected.</para>
</summary>
<param name="index">The zero-based index of the item that determines whether it is selected. </param>
<returns>
<para>
<see langword="true" /> if the
specified item is currently selected in the <see cref="T:System.Windows.Forms.ListBox" />; otherwise, <see langword="false" /> .</para>
</returns>
</member>
<member name="M:System.Windows.Forms.ListBox.IndexFromPoint(System.Drawing.Point)">
<summary>
<para>Returns the zero-based index of the item
at the specified coordinates.</para>
</summary>
<param name="p">A <see cref="T:System.Drawing.Point" /> object containing the coordinates used to obtain the item index. </param>
<returns>
<para>The zero-based index of the item found at the specified coordinates; returns
<see langword="ListBox.NoMatches" /> if no match is found.</para>
</returns>
</member>
<member name="M:System.Windows.Forms.ListBox.IndexFromPoint(System.Int32,System.Int32)">
<summary>
<para>Returns the zero-based index of the item at the specified coordinates.</para>
</summary>
<param name="x">The x coordinate of the location to search. </param>
<param name="y">The y coordinate of the location to search. </param>
<returns>
<para>The zero-based index of the item found at the specified
coordinates; returns <see langword="ListBox.NoMatches" />
if no match is
found.</para>
</returns>
</member>
<member name="M:System.Windows.Forms.ListBox.OnDrawItem(System.Windows.Forms.DrawItemEventArgs)">
<summary>
<para>Raises the <see cref="E:System.Windows.Forms.ListBox.DrawItem" />
event.</para>
</summary>
<param name="e">A <see cref="T:System.Windows.Forms.DrawItemEventArgs" />that contains the event data. </param>
</member>
<member name="M:System.Windows.Forms.ListBox.OnMeasureItem(System.Windows.Forms.MeasureItemEventArgs)">
<summary>
<para>Raises the <see cref="E:System.Windows.Forms.ListBox.MeasureItem" /> event.</para>
</summary>
<param name="e">A <see cref="T:System.Windows.Forms.MeasureItemEventArgs" /> that contains the event data.</param>
</member>
<member name="M:System.Windows.Forms.ListBox.SetSelected(System.Int32,System.Boolean)">
<summary>
<para> Selects or clears the selection for the specified
item in a <see cref="T:System.Windows.Forms.ListBox" />
.</para>
</summary>
<param name="index">The zero-based index of the item in a <see cref="T:System.Windows.Forms.ListBox" /> to select or clear the selection for. </param>
<param name="value">
<see langword="true" /> to select the specified item; otherwise, <see langword="false" /> . </param>
</member>
<member name="M:System.Windows.Forms.ListBox.Sort">
<summary>
<para>Sorts the items in the <see cref="T:System.Windows.Forms.ListBox" /> alphabetically.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.ListBox.ColumnWidth">
<summary>
<para>Gets or sets the width of columns in a multicolumn <see cref="T:System.Windows.Forms.ListBox" />.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.ListBox.DrawMode">
<summary>
<para> Gets or sets the drawing mode for the control.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.ListBox.HorizontalExtent">
<summary>
<para>Gets or sets the width by which the horizontal scroll bar of a <see cref="T:System.Windows.Forms.ListBox" />
can scroll.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.ListBox.HorizontalScrollbar">
<summary>
<para>Gets or sets a value indicating whether a horizontal scroll bar is displayed
in the control.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.ListBox.IntegralHeight">
<summary>
<para> Gets or
sets a value indicating whether the control should resize to avoid showing partial
items.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.ListBox.ItemHeight">
<summary>
<para> Gets or sets the height of an item in the <see cref="T:System.Windows.Forms.ListBox" />
.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.ListBox.Items">
<summary>
<para>Gets the items of the <see cref="T:System.Windows.Forms.ListBox" /> .</para>
</summary>
</member>
<member name="P:System.Windows.Forms.ListBox.MultiColumn">
<summary>
<para> Gets or sets a value indicating whether the <see cref="T:System.Windows.Forms.ListBox" />
supports
multiple columns.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.ListBox.PreferredHeight">
<summary>
<para>Gets the combined height of all items in the <see cref="T:System.Windows.Forms.ListBox" /> .</para>
</summary>
</member>
<member name="P:System.Windows.Forms.ListBox.RightToLeft">
<summary>
<para>Gets or sets a value indicating whether text displayed
by the control is displayed from right to left.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.ListBox.ScrollAlwaysVisible">
<summary>
<para> Gets or sets a value
indicating whether the vertical scroll bar is shown at all times.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.ListBox.SelectedIndex">
<summary>
<para> Gets or sets the zero-based index of the currently selected item in
a <see cref="T:System.Windows.Forms.ListBox" />. </para>
</summary>
</member>
<member name="P:System.Windows.Forms.ListBox.SelectedIndices">
<summary>
<para>Gets a collection that contains the zero-based indexes of all currently
selected items in the <see cref="T:System.Windows.Forms.ListBox" />. </para>
</summary>
</member>
<member name="P:System.Windows.Forms.ListBox.SelectedItem">
<summary>
<para>Gets or sets the currently selected item in the <see cref="T:System.Windows.Forms.ListBox" />
.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.ListBox.SelectedItems">
<summary>
<para>Gets a collection containing the currently selected
items in the <see cref="T:System.Windows.Forms.ListBox" /> .</para>
</summary>
</member>
<member name="P:System.Windows.Forms.ListBox.SelectionMode">
<summary>
<para> Gets or sets the method in which items are selected in
the <see cref="T:System.Windows.Forms.ListBox" />
.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.ListBox.Sorted">
<summary>
<para>Gets or sets a value indicating whether the items in the
<see cref="T:System.Windows.Forms.ListBox" />
are sorted alphabetically.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.ListBox.Text">
<summary>
<para>Gets or searches for the text of the currently selected item in
the <see cref="T:System.Windows.Forms.ListBox" /> .</para>
</summary>
</member>
<member name="P:System.Windows.Forms.ListBox.TopIndex">
<summary>
<para>Gets or sets the index of the first visible item in the
<see cref="T:System.Windows.Forms.ListBox" />
.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.ListBox.UseTabStops">
<summary>
<para>Gets or sets a value indicating whether the <see cref="T:System.Windows.Forms.ListBox" /> can recognize and expand tab characters when drawing
its strings.</para>
</summary>
</member>
<member name="E:System.Windows.Forms.ListBox.DrawItem">
<summary>
<para>Occurs when a visual aspect of an owner-drawn <see cref="T:System.Windows.Forms.ListBox" /> changes.</para>
</summary>
</member>
<member name="E:System.Windows.Forms.ListBox.MeasureItem">
<summary>
<para>Occurs when an owner-drawn <see cref="T:System.Windows.Forms.ListBox" /> is
created and the sizes of the list items are determined.</para>
</summary>
</member>
<member name="E:System.Windows.Forms.ListBox.SelectedIndexChanged">
<summary>
<para>Occurs when the <see cref="P:System.Windows.Forms.ListBox.SelectedIndex" /> property has changed.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.ListBox.ItemArray.Add(System.Object)">
</member>
<member name="M:System.Windows.Forms.ListBox.ItemArray.AddRange(System.Collections.ICollection)">
</member>
<member name="M:System.Windows.Forms.ListBox.ItemArray.Clear">
</member>
<member name="M:System.Windows.Forms.ListBox.ItemArray.CreateMask">
</member>
<member name="M:System.Windows.Forms.ListBox.ItemArray.GetActualIndex(System.Int32,System.Int32)">
</member>
<member name="M:System.Windows.Forms.ListBox.ItemArray.GetCount(System.Int32)">
</member>
<member name="M:System.Windows.Forms.ListBox.ItemArray.GetEnumerator(System.Int32)">
</member>
<member name="M:System.Windows.Forms.ListBox.ItemArray.GetEnumerator(System.Int32,System.Boolean)">
</member>
<member name="M:System.Windows.Forms.ListBox.ItemArray.GetItem(System.Int32,System.Int32)">
</member>
<member name="M:System.Windows.Forms.ListBox.ItemArray.GetState(System.Int32,System.Int32)">
</member>
<member name="M:System.Windows.Forms.ListBox.ItemArray.IndexOf(System.Object,System.Int32)">
</member>
<member name="M:System.Windows.Forms.ListBox.ItemArray.IndexOfIdentifier(System.Object,System.Int32)">
</member>
<member name="M:System.Windows.Forms.ListBox.ItemArray.Insert(System.Int32,System.Object)">
</member>
<member name="M:System.Windows.Forms.ListBox.ItemArray.Remove(System.Object)">
</member>
<member name="M:System.Windows.Forms.ListBox.ItemArray.RemoveAt(System.Int32)">
</member>
<member name="M:System.Windows.Forms.ListBox.ItemArray.SetItem(System.Int32,System.Object)">
</member>
<member name="M:System.Windows.Forms.ListBox.ItemArray.SetState(System.Int32,System.Int32,System.Boolean)">
</member>
<member name="M:System.Windows.Forms.ListBox.ItemArray.Sort">
</member>
<member name="P:System.Windows.Forms.ListBox.ItemArray.Version">
</member>
<member name="M:System.Windows.Forms.ListBox.ItemArray.EntryEnumerator.#ctor(System.Windows.Forms.ListBox.ItemArray,System.Int32,System.Boolean)">
</member>
<member name="P:System.Windows.Forms.ListBox.ItemArray.EntryEnumerator.System#Collections#IEnumerator#Current">
</member>
<member name="M:System.Windows.Forms.ListBox.ObjectCollection.#ctor(System.Windows.Forms.ListBox)">
<summary>
<para>Initializes a new instance of <see cref="T:System.Windows.Forms.ListBox.ObjectCollection" />.</para>
</summary>
<param name="owner">The <see cref="T:System.Windows.Forms.ListBox" /> that owns the collection.</param>
</member>
<member name="M:System.Windows.Forms.ListBox.ObjectCollection.#ctor(System.Windows.Forms.ListBox,System.Windows.Forms.ListBox.ObjectCollection)">
<summary>
<para> Initializes a new instance of <see cref="T:System.Windows.Forms.ListBox.ObjectCollection" /> based on another <see cref="T:System.Windows.Forms.ListBox.ObjectCollection" />.
</para>
</summary>
<param name="owner">The <see cref="T:System.Windows.Forms.ListBox" /> that owns the collection. </param>
<param name="value">A <see cref="T:System.Windows.Forms.ListBox.ObjectCollection" /> from which the contents are copied to this collection. </param>
</member>
<member name="M:System.Windows.Forms.ListBox.ObjectCollection.#ctor(System.Windows.Forms.ListBox,System.Object[])">
<summary>
<para> Initializes a new instance of <see cref="T:System.Windows.Forms.ListBox.ObjectCollection" /> containing an array of objects.
</para>
</summary>
<param name="owner">The <see cref="T:System.Windows.Forms.ListBox" /> that owns the collection. </param>
<param name="value">An array of objects to add to the collection. </param>
</member>
<member name="M:System.Windows.Forms.ListBox.ObjectCollection.Add(System.Object)">
<summary>
<para>Adds an item to the list of items for a <see cref="T:System.Windows.Forms.ListBox" />
.</para>
</summary>
<param name="item">An object representing the item to add to the collection. </param>
<returns>
<para>The zero-based index of the item in the collection.</para>
</returns>
</member>
<member name="M:System.Windows.Forms.ListBox.ObjectCollection.AddRange(System.Windows.Forms.ListBox.ObjectCollection)">
<summary>
<para>Adds the items of an existing <see cref="T:System.Windows.Forms.ListBox.ObjectCollection" /> to the list of items in a <see cref="T:System.Windows.Forms.ListBox" /> .</para>
</summary>
<param name="value">A <see cref="T:System.Windows.Forms.ListBox.ObjectCollection" />to load into this collection.</param>
</member>
<member name="M:System.Windows.Forms.ListBox.ObjectCollection.AddRange(System.Object[])">
<summary>
<para>Adds an array of items to the list of items for a <see cref="T:System.Windows.Forms.ListBox" /> .</para>
</summary>
<param name="items">An array of objects to add to the list.</param>
</member>
<member name="M:System.Windows.Forms.ListBox.ObjectCollection.Clear">
<summary>
<para>Removes all items from the collection.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.ListBox.ObjectCollection.Contains(System.Object)">
<summary>
<para>Determines whether the specified item is located within the collection.</para>
</summary>
<param name="value">An object representing the item to locate in the collection.</param>
<returns>
<para>
<see langword="true" /> if the item is located within the
collection; otherwise, <see langword="false" /> .</para>
</returns>
</member>
<member name="M:System.Windows.Forms.ListBox.ObjectCollection.CopyTo(System.Object[],System.Int32)">
<summary>
<para>Copies the entire collection into an existing array of
objects at a specified location within the array.</para>
</summary>
<param name="dest">The object array in which the items from the collection are copied to.</param>
<param name=" arrayIndex">The location within the destination array to copy the items from the collection to.</param>
</member>
<member name="M:System.Windows.Forms.ListBox.ObjectCollection.GetEnumerator">
<summary>
<para> Returns an enumerator to use to iterate through
the item collection.</para>
</summary>
<returns>
<para>An <see cref="T:System.Collections.IEnumerator" /> object that represents the item
collection.</para>
</returns>
</member>
<member name="M:System.Windows.Forms.ListBox.ObjectCollection.IndexOf(System.Object)">
<summary>
<para>Returns the index within the collection of the specified item.</para>
</summary>
<param name="value">An object representing the item to locate in the collection.</param>
<returns>
<para>The zero-based index where the item is located within the collection; otherwise, negative
one (-1).</para>
</returns>
</member>
<member name="M:System.Windows.Forms.ListBox.ObjectCollection.Insert(System.Int32,System.Object)">
<summary>
<para>Inserts an item into the list box at the specified index.</para>
</summary>
<param name="index">The zero-based index location where the item is inserted. </param>
<param name="item">An object representing the item to insert. </param>
</member>
<member name="M:System.Windows.Forms.ListBox.ObjectCollection.Remove(System.Object)">
<summary>
<para> Removes the specified
object from the collection.</para>
</summary>
<param name="value">An object representing the item to remove from the collection. </param>
</member>
<member name="M:System.Windows.Forms.ListBox.ObjectCollection.RemoveAt(System.Int32)">
<summary>
<para>Removes the item at the specified index within the collection.</para>
</summary>
<param name="index">The zero-based index of the item to remove. </param>
</member>
<member name="P:System.Windows.Forms.ListBox.ObjectCollection.Count">
<summary>
<para>Gets the number of items in the collection.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.ListBox.ObjectCollection.IsReadOnly">
<summary>
<para>Gets a value indicating whether the collection is read-only.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.ListBox.ObjectCollection.Item(System.Int32)">
<summary>
<para> Gets or sets the item at the specified index within the collection.</para>
</summary>
<param name="index">The index of the item in the collection to get or set. </param>
</member>
<member name="M:System.Windows.Forms.ListBox.SelectedIndexCollection.#ctor(System.Windows.Forms.ListBox)">
<summary>
<para>Initializes a new instance of the <see cref="T:System.Windows.Forms.ListBox.SelectedIndexCollection" /> class.</para>
</summary>
<param name="owner">A <see cref="T:System.Windows.Forms.ListBox" /> representing the owner of the collection.</param>
</member>
<member name="M:System.Windows.Forms.ListBox.SelectedIndexCollection.Contains(System.Int32)">
<summary>
<para>Determines whether the specified index is located within the collection.</para>
</summary>
<param name="selectedIndex">The index to locate in the collection.</param>
<returns>
<para>
<see langword="true" /> if the specified index from the <see cref="T:System.Windows.Forms.ListBox.ObjectCollection" /> for the <see cref="T:System.Windows.Forms.ListBox" />is an item in this
collection; otherwise, <see langword="false" />.</para>
</returns>
</member>
<member name="M:System.Windows.Forms.ListBox.SelectedIndexCollection.IndexOf(System.Int32)">
<summary>
<para>Returns the index within the <see cref="T:System.Windows.Forms.ListBox.SelectedIndexCollection" /> of the specified index from the <see cref="T:System.Windows.Forms.ListBox.ObjectCollection" /> of the <see cref="T:System.Windows.Forms.ListBox" />.</para>
</summary>
<param name="selectedIndex">The zero-based index from the <see cref="T:System.Windows.Forms.ListBox.ObjectCollection" /> to locate in this collection.</param>
<returns>
<para>The zero-based index in the collection where the
specified index of the <see cref="T:System.Windows.Forms.ListBox.ObjectCollection" />was located within the <see cref="T:System.Windows.Forms.ListBox.SelectedIndexCollection" /> ;
otherwise, negative one (-1).</para>
</returns>
</member>
<member name="M:System.Windows.Forms.ListBox.SelectedIndexCollection.CopyTo(System.Array,System.Int32)">
<summary>
<para>Copies the entire collection into an existing array at a
specified location within the array.</para>
</summary>
<param name="dest">The destination array.</param>
<param name="index">The index in the destination array at which storing begins.</param>
</member>
<member name="M:System.Windows.Forms.ListBox.SelectedIndexCollection.GetEnumerator">
<summary>
<para> Returns an enumerator to use to iterate through
the selected indexes collection.</para>
</summary>
<returns>
<para>An <see cref="T:System.Collections.IEnumerator" /> object that represents the selected
indexes collection.</para>
</returns>
</member>
<member name="P:System.Windows.Forms.ListBox.SelectedIndexCollection.Count">
<summary>
<para>Gets the number of items in the collection.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.ListBox.SelectedIndexCollection.IsReadOnly">
<summary>
<para> Gets a value indicating whether the collection is read-only.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.ListBox.SelectedIndexCollection.Item(System.Int32)">
<summary>
<para> Gets the index value at the specified index within this collection.</para>
</summary>
<param name="index">The index of the item in the collection to get. </param>
</member>
<member name="M:System.Windows.Forms.ListBox.SelectedIndexCollection.SelectedIndexEnumerator.#ctor(System.Windows.Forms.ListBox.SelectedIndexCollection)">
</member>
<member name="P:System.Windows.Forms.ListBox.SelectedIndexCollection.SelectedIndexEnumerator.System#Collections#IEnumerator#Current">
</member>
<member name="M:System.Windows.Forms.ListBox.SelectedObjectCollection.#ctor(System.Windows.Forms.ListBox)">
<summary>
<para>Initializes a new instance of the <see cref="T:System.Windows.Forms.ListBox.SelectedObjectCollection" /> class.</para>
</summary>
<param name="owner">A <see cref="T:System.Windows.Forms.ListBox" /> representing the owner of the collection.</param>
</member>
<member name="M:System.Windows.Forms.ListBox.SelectedObjectCollection.Contains(System.Object)">
<summary>
<para>Determines whether the specified item is located within the collection.</para>
</summary>
<param name="selectedObject">An object representing the item to locate in the collection.</param>
<returns>
<para>
<see langword="true" /> if the specified item is located in the collection;
otherwise, <see langword="false" />.</para>
</returns>
</member>
<member name="M:System.Windows.Forms.ListBox.SelectedObjectCollection.IndexOf(System.Object)">
<summary>
<para>Returns the index within the collection of the specified item.</para>
</summary>
<param name="selectedObject">An object representing the item to locate in the collection.</param>
<returns>
<para>The zero-based index of the item in the collection; otherwise, -1.</para>
</returns>
</member>
<member name="M:System.Windows.Forms.ListBox.SelectedObjectCollection.CopyTo(System.Array,System.Int32)">
<summary>
<para>Copies the entire collection into an existing array at a
specified location within the array.</para>
</summary>
<param name="dest">An <see cref="T:System.Array" /> representing the array to copy the contents of the collection to.</param>
<param name="index">The location within the destination array to copy the items from the collection to.</param>
</member>
<member name="M:System.Windows.Forms.ListBox.SelectedObjectCollection.GetEnumerator">
<summary>
<para>Returns an enumerator that can be used to iterate
through the selected item collection.</para>
</summary>
<returns>
<para>An <see cref="T:System.Collections.IEnumerator" /> object that represents the item
collection.</para>
</returns>
</member>
<member name="P:System.Windows.Forms.ListBox.SelectedObjectCollection.Count">
<summary>
<para>Gets the number of items in the collection.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.ListBox.SelectedObjectCollection.IsReadOnly">
<summary>
<para>Gets a value indicating whether the collection is read-only.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.ListBox.SelectedObjectCollection.Item(System.Int32)">
<summary>
<para>Gets the item at the specified index within the collection.</para>
</summary>
<param name="index">The index of the item in the collection to retrieve. </param>
</member>
<member name="M:System.Windows.Forms.CheckedListBox.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:System.Windows.Forms.CheckedListBox" /> class.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.CheckedListBox.GetItemCheckState(System.Int32)">
<summary>
<para>Returns a value indicating the check state of
the current item.</para>
</summary>
<param name="index">The index of the item to get the checked value of.</param>
<returns>
<para>One of the <see cref="T:System.Windows.Forms.CheckState" /> values.</para>
</returns>
</member>
<member name="M:System.Windows.Forms.CheckedListBox.GetItemChecked(System.Int32)">
<summary>
<para>Returns a value indicating whether the specified item is
checked.</para>
</summary>
<param name="index">The index of the item.</param>
<returns>
<para>
<see langword="true" /> if the item is checked; otherwise,
<see langword="false" />
.</para>
</returns>
</member>
<member name="M:System.Windows.Forms.CheckedListBox.SetItemCheckState(System.Int32,System.Windows.Forms.CheckState)">
<summary>
<para> Sets the check state of the item
at the specified index.</para>
</summary>
<param name="index">The index of the item to set the state for. </param>
<param name="value">One of the <see cref="T:System.Windows.Forms.CheckState" /> values.</param>
</member>
<member name="M:System.Windows.Forms.CheckedListBox.SetItemChecked(System.Int32,System.Boolean)">
<summary>
<para>Sets the item at the specified index to <see cref="F:System.Windows.Forms.CheckState.Checked" qualify="true" /> .</para>
</summary>
<param name="index">The index of the item to set the check state for. </param>
<param name="value">
<see langword="true" /> to set the item as checked; otherwise, <see langword="false" />.</param>
</member>
<member name="P:System.Windows.Forms.CheckedListBox.CheckOnClick">
<summary>
<para>Gets or sets a value indicating whether the check box should be toggled
when an item is selected.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.CheckedListBox.CheckedIndices">
<summary>
<para>Collection of checked indexes in this <see cref="T:System.Windows.Forms.CheckedListBox" /> .</para>
</summary>
</member>
<member name="P:System.Windows.Forms.CheckedListBox.CheckedItems">
<summary>
<para>Collection of checked items in this <see cref="T:System.Windows.Forms.CheckedListBox" /> .</para>
</summary>
</member>
<member name="P:System.Windows.Forms.CheckedListBox.DrawMode">
<summary>
<para>Gets a value indicating the mode for drawing elements of
the <see cref="T:System.Windows.Forms.CheckedListBox" /> .</para>
</summary>
</member>
<member name="P:System.Windows.Forms.CheckedListBox.ItemHeight">
<summary>
<para> Gets the height of the item area.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.CheckedListBox.Items">
<summary>
<para> Gets the collection of items in this <see cref="T:System.Windows.Forms.CheckedListBox" />.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.CheckedListBox.SelectionMode">
<summary>
<para>Gets or sets a value specifying the selection mode.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.CheckedListBox.ThreeDCheckBoxes">
<summary>
<para> Gets or sets a value indicating whether the check
boxes display as <see cref="F:System.Windows.Forms.ButtonState.Flat" /> or <see cref="F:System.Windows.Forms.ButtonState.Normal" /> in appearance.</para>
</summary>
</member>
<member name="E:System.Windows.Forms.CheckedListBox.ItemCheck">
<summary>
<para>Occurs when the checked state of an item changes.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.CheckedListBox.ObjectCollection.#ctor(System.Windows.Forms.CheckedListBox)">
<summary>
<para>Initializes a new instance of the <see cref="T:System.Windows.Forms.CheckedListBox.ObjectCollection" qualify="true" /> class.</para>
</summary>
<param name="owner">The <see cref="T:System.Windows.Forms.CheckedListBox" /> that owns the collection.</param>
</member>
<member name="M:System.Windows.Forms.CheckedListBox.ObjectCollection.Add(System.Object,System.Boolean)">
<summary>
<para> Adds an item to the list of items for a <see cref="T:System.Windows.Forms.CheckedListBox" /> , specifying the object
to add and whether it is checked.</para>
</summary>
<param name="item">An object representing the item to add to the collection.</param>
<param name="isChecked">
<see langword="true" /> to check the item; otherwise, <see langword="false" /> . </param>
<returns>
<para>The index of the newly added item.</para>
</returns>
</member>
<member name="M:System.Windows.Forms.CheckedListBox.ObjectCollection.Add(System.Object,System.Windows.Forms.CheckState)">
<summary>
<para>Adds an item to the list of items for a <see cref="T:System.Windows.Forms.CheckedListBox" />, specifying the object to
add and the initial checked value.</para>
</summary>
<param name="item">An object representing the item to add to the collection. </param>
<param name="check">The initial <see cref="T:System.Windows.Forms.CheckState" /> for the checked portion of the item. </param>
<returns>
<para>The index of the newly added item.</para>
</returns>
</member>
<member name="M:System.Windows.Forms.CheckedListBox.CheckedIndexCollection.Contains(System.Int32)">
<summary>
<para>Determines whether the specified index is located
in the collection.</para>
</summary>
<param name="index">The index to locate in the collection.</param>
<returns>
<para>
<see langword="true" /> if the
specified index from the <see cref="T:System.Windows.Forms.CheckedListBox.ObjectCollection" /> is an item in this collection; otherwise,
<see langword="false" />.</para>
</returns>
</member>
<member name="M:System.Windows.Forms.CheckedListBox.CheckedIndexCollection.CopyTo(System.Array,System.Int32)">
<summary>
<para> Copies the
entire collection into an existing array at a specified location
within the array.</para>
</summary>
<param name=" dest">The destination array.</param>
<param name=" index">The zero-based relative index in <paramref name="dest" /> at which copying begins. </param>
</member>
<member name="M:System.Windows.Forms.CheckedListBox.CheckedIndexCollection.GetEnumerator">
<summary>
<para>Returns an enumerator that can be used to iterate
through the <see cref="P:System.Windows.Forms.CheckedListBox.CheckedIndices" />
collection.</para>
</summary>
<returns>
<para>An <see cref="T:System.Collections.IEnumerator" /> for navigating through the list.</para>
</returns>
</member>
<member name="M:System.Windows.Forms.CheckedListBox.CheckedIndexCollection.IndexOf(System.Int32)">
<summary>
<para> Returns an index into
the collection of checked indexes.</para>
</summary>
<param name="index">The index of the checked item.</param>
<returns>
<para> The index that specifies the index of the checked item or
-1 if the <paramref name="index" /> parameter is not in the checked
indexes collection. For more information, see the examples in the <see cref="T:System.Windows.Forms.CheckedListBox.CheckedIndexCollection" />
class overview.</para>
</returns>
</member>
<member name="P:System.Windows.Forms.CheckedListBox.CheckedIndexCollection.Count">
<summary>
<para>Gets the number of checked items.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.CheckedListBox.CheckedIndexCollection.IsReadOnly">
<summary>
<para>Gets a value indicating whether the collection is read-only.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.CheckedListBox.CheckedIndexCollection.Item(System.Int32)">
<summary>
<para> Gets the index of a checked item in the <see cref="T:System.Windows.Forms.CheckedListBox" />
control.</para>
</summary>
<param name="index">An index into the checked indexes collection. This index specifies the index of the checked item you want to retrieve.</param>
</member>
<member name="M:System.Windows.Forms.CheckedListBox.CheckedItemCollection.Contains(System.Object)">
<summary>
<para> Determines whether the specified item is
located in the collection.</para>
</summary>
<param name="item">An object from the items collection.</param>
<returns>
<para>
<see langword="true" /> if item is in the collection; otherwise,
<see langword="false" />.</para>
</returns>
</member>
<member name="M:System.Windows.Forms.CheckedListBox.CheckedItemCollection.IndexOf(System.Object)">
<summary>
<para> Returns an index into the collection of checked items.</para>
</summary>
<param name="item">The object whose index you want to retrieve. This object must belong to the checked items collection.</param>
<returns>
<para> The index of the object in the checked item
collection or -1 if the object is not in the collection. For more information,
see the examples in the <see cref="T:System.Windows.Forms.CheckedListBox.CheckedItemCollection" />
class overview.</para>
</returns>
</member>
<member name="M:System.Windows.Forms.CheckedListBox.CheckedItemCollection.CopyTo(System.Array,System.Int32)">
<summary>
<para> Copies the
entire collection into an existing array at a specified location
within the array.</para>
</summary>
<param name="dest">The destination array.</param>
<param name=" index">The zero-based relative index in <paramref name="dest" /> at which copying begins. </param>
</member>
<member name="M:System.Windows.Forms.CheckedListBox.CheckedItemCollection.GetEnumerator">
<summary>
<para>Returns an enumerator that can be used to iterate
through the <see cref="P:System.Windows.Forms.CheckedListBox.CheckedItems" />
collection.</para>
</summary>
<returns>
<para>An <see cref="T:System.Collections.IEnumerator" /> for navigating through the list.</para>
</returns>
</member>
<member name="P:System.Windows.Forms.CheckedListBox.CheckedItemCollection.Count">
<summary>
<para> Gets the number of items in the collection.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.CheckedListBox.CheckedItemCollection.Item(System.Int32)">
<summary>
<para>Gets an object in the checked items collection.</para>
</summary>
<param name="index">An index into the collection of checked items. This collection index corresponds to the index of the checked item.</param>
</member>
<member name="P:System.Windows.Forms.CheckedListBox.CheckedItemCollection.IsReadOnly">
<summary>
<para> Gets a value indicating if the collection is read-only.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.CheckedListBox.CheckedListBoxAccessibleObject.#ctor(System.Windows.Forms.CheckedListBox)">
<summary>
</summary>
</member>
<member name="M:System.Windows.Forms.CheckedListBox.CheckedListBoxAccessibleObject.GetChild(System.Int32)">
<summary>
</summary>
</member>
<member name="M:System.Windows.Forms.CheckedListBox.CheckedListBoxAccessibleObject.GetChildCount">
<summary>
</summary>
</member>
<member name="T:System.Windows.Forms.CheckState">
<summary>
<para>
Specifies the state of a control,
such as
a check
box, that can be checked, unchecked, or
set to an indeterminate state.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.CheckState.Unchecked">
<summary>
<para>
The control is unchecked.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.CheckState.Checked">
<summary>
<para>
The control is checked.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.CheckState.Indeterminate">
<summary>
<para>
The control
is indeterminate. An indeterminate control generally has a shaded appearance.
</para>
</summary>
</member>
<member name="T:System.Windows.Forms.Clipboard">
<summary>
<para>Provides methods to place data on and retrieve data from the system Clipboard. This class cannot be inherited.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.Clipboard.SetDataObject(System.Object)">
<summary>
<para>Places nonpersistent data on the system Clipboard.</para>
</summary>
<param name="data">The data to place on the Clipboard.</param>
</member>
<member name="M:System.Windows.Forms.Clipboard.SetDataObject(System.Object,System.Boolean)">
<summary>
<para>Places data on the system Clipboard and specifies whether the data
should remain on the Clipboard
after the application exits.</para>
</summary>
<param name="data">The data to place on the Clipboard.</param>
<param name="copy">
<see langword="true" /> if you want data to remain on the Clipboard after this application exits; otherwise, <see langword="false" />.</param>
</member>
<member name="M:System.Windows.Forms.Clipboard.GetDataObject">
<summary>
<para>Retrieves the data that is currently on the system
Clipboard.</para>
</summary>
<returns>
<para>An <see cref="T:System.Windows.Forms.IDataObject" /> that represents the data currently on the Clipboard, or <see langword="null" /> if there is no data on the Clipboard.</para>
</returns>
</member>
<member name="T:System.Windows.Forms.ColorDepth">
<summary>
<para> Specifies the number of colors used
to display an image in an <see cref="T:System.Windows.Forms.ImageList" /> control.</para>
</summary>
</member>
<member name="F:System.Windows.Forms.ColorDepth.Depth4Bit">
<summary>
<para> A 4-bit image.</para>
</summary>
</member>
<member name="F:System.Windows.Forms.ColorDepth.Depth8Bit">
<summary>
<para> An 8-bit image.</para>
</summary>
</member>
<member name="F:System.Windows.Forms.ColorDepth.Depth16Bit">
<summary>
<para> A 16-bit image.</para>
</summary>
</member>
<member name="F:System.Windows.Forms.ColorDepth.Depth24Bit">
<summary>
<para> A 24-bit image.</para>
</summary>
</member>
<member name="F:System.Windows.Forms.ColorDepth.Depth32Bit">
<summary>
<para> A 32-bit image.</para>
</summary>
</member>
<member name="T:System.Windows.Forms.ColorDialog">
<summary>
<para>Represents a common dialog box that displays available colors along with
controls that allow the user to define custom colors.</para>
</summary>
</member>
<member name="T:System.Windows.Forms.CommonDialog">
<summary>
<para>
Specifies the base class used for displaying
dialog boxes on the screen.
</para>
</summary>
</member>
<member name="M:System.Windows.Forms.CommonDialog.#ctor">
<summary>
<para>
Initializes a new instance of the <see cref="T:System.Windows.Forms.CommonDialog" /> class.
</para>
</summary>
</member>
<member name="M:System.Windows.Forms.CommonDialog.HookProc(System.IntPtr,System.Int32,System.IntPtr,System.IntPtr)">
<summary>
<para>
Defines the common dialog box hook
procedure that is overridden to add specific functionality to a common dialog
box.
</para>
</summary>
<param name="hWnd">
The handle to the dialog box window.
</param>
<param name="msg">
The message being received.
</param>
<param name="wparam">
Additional information about the message.
</param>
<param name="lparam">
Additional information about the message.
</param>
<returns>
<para>
A zero value if the default dialog box procedure processes
the message; a nonzero value if the default dialog box procedure ignores the
message.
</para>
</returns>
</member>
<member name="M:System.Windows.Forms.CommonDialog.OnHelpRequest(System.EventArgs)">
<summary>
<para>
Raises the <see cref="E:System.Windows.Forms.CommonDialog.HelpRequest" />
event.
</para>
</summary>
<param name="e">
An <see cref="T:System.Windows.Forms.HelpEventArgs" /> that provides the event data.
</param>
</member>
<member name="M:System.Windows.Forms.CommonDialog.OwnerWndProc(System.IntPtr,System.Int32,System.IntPtr,System.IntPtr)">
<summary>
<para>Defines the owner window procedure that is
overridden to add specific functionality to a common dialog box.</para>
</summary>
<param name="hWnd">The window handle of the message to send.</param>
<param name="msg">The Win32 message to send.</param>
<param name="wparam">The <paramref name="wparam" /> to send with the message.</param>
<param name="lparam">The <paramref name="lparam" /> to send with the message.</param>
<returns>
<para>The result of the message processing, which is dependent on the message
sent.</para>
</returns>
</member>
<member name="M:System.Windows.Forms.CommonDialog.Reset">
<summary>
<para> When overridden in a derived class,
resets the properties of a common dialog to their default
values.
</para>
</summary>
</member>
<member name="M:System.Windows.Forms.CommonDialog.RunDialog(System.IntPtr)">
<summary>
<para>When overridden in a derived class,
specifies a common dialog box.</para>
</summary>
<param name="hwndOwner">A value that represents the window handle of the owner window for the common dialog box.</param>
<returns>
<para>
<see langword="true" /> if the dialog
was successfully run; otherwise, <see langword="false" />.</para>
</returns>
</member>
<member name="M:System.Windows.Forms.CommonDialog.ShowDialog">
<summary>
<para>Runs a common dialog box with a default owner.</para>
</summary>
<returns>
<para>
<see cref="F:System.Windows.Forms.DialogResult.OK" qualify="true" /> if the
user clicks <see langword="OK" /> in the dialog box; otherwise, <see cref="F:System.Windows.Forms.DialogResult.Cancel" qualify="true" /><see langword="." /></para>
</returns>
</member>
<member name="M:System.Windows.Forms.CommonDialog.ShowDialog(System.Windows.Forms.IWin32Window)">
<summary>
<para> Runs a common dialog box as a modal dialog with the specified owner.</para>
</summary>
<param name="owner">Any object that implements <see cref="T:System.Windows.Forms.IWin32Window" /> that represents the top-level window that will own the modal dialog.</param>
<returns>
<para>
<see cref="F:System.Windows.Forms.DialogResult.OK" qualify="true" />if the user clicks <see langword="OK" /> in the dialog box; otherwise, <see cref="F:System.Windows.Forms.DialogResult.Cancel" qualify="true" /><see langword="." /></para>
</returns>
</member>
<member name="E:System.Windows.Forms.CommonDialog.HelpRequest">
<summary>
<para>
Occurs when the user clicks the Help button on a common
dialog box.
</para>
</summary>
</member>
<member name="M:System.Windows.Forms.ColorDialog.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:System.Windows.Forms.ColorDialog" />
class.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.ColorDialog.Reset">
<summary>
<para>
Resets
all options to their
default values, the last selected color to black, and the custom
colors to their default values.
</para>
</summary>
</member>
<member name="P:System.Windows.Forms.ColorDialog.AllowFullOpen">
<summary>
<para> Gets or sets a value indicating whether the user can use the dialog box
to define custom colors.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.ColorDialog.AnyColor">
<summary>
<para> Gets or sets a value indicating whether the dialog box displays all available colors in
the set of basic colors.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.ColorDialog.Color">
<summary>
<para> Gets or sets the color selected by the user.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.ColorDialog.CustomColors">
<summary>
<para> Gets or sets the set of
custom colors shown in the dialog box.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.ColorDialog.FullOpen">
<summary>
<para> Gets or sets a value indicating whether the controls used to create custom
colors are visible when the dialog box is opened</para>
</summary>
</member>
<member name="P:System.Windows.Forms.ColorDialog.ShowHelp">
<summary>
<para> Gets or sets a value indicating whether a Help button appears
in the color dialog box.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.ColorDialog.SolidColorOnly">
<summary>
<para> Gets or sets a value indicating
whether the dialog
box will restrict users to selecting solid colors only.</para>
</summary>
</member>
<member name="T:System.Windows.Forms.ColumnClickEventArgs">
<summary>
<para> Provides data for the <see cref="E:System.Windows.Forms.ListView.ColumnClick" />
event.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.ColumnClickEventArgs.#ctor(System.Int32)">
<summary>
<para>Initializes a new instance of the <see cref="T:System.Windows.Forms.ColumnClickEventArgs" /> class.</para>
</summary>
<param name="column">The zero-based index of the column that is clicked.</param>
</member>
<member name="P:System.Windows.Forms.ColumnClickEventArgs.Column">
<summary>
<para>Gets the zero-based index of the column that is clicked.</para>
</summary>
</member>
<member name="T:System.Windows.Forms.ColumnClickEventHandler">
<summary>
<para> Represents the method that will handle the the <see cref="E:System.Windows.Forms.ListView.ColumnClick" />event of a <see cref="T:System.Windows.Forms.ListView" />
.</para>
</summary>
<param name="sender">The source of the event.</param>
<param name=" e">A <see cref="T:System.Windows.Forms.ColumnClickEventArgs" /> that contains the event data.</param>
</member>
<member name="T:System.Windows.Forms.ColumnHeader">
<summary>
<para> Displays a single column header in a <see cref="T:System.Windows.Forms.ListView" />
control.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.ColumnHeader.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:System.Windows.Forms.ColumnHeader" /> class.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.ColumnHeader.Clone">
<summary>
<para>Creates an identical copy of the current <see cref="T:System.Windows.Forms.ColumnHeader" /> that is not attached to any list view
control.</para>
</summary>
<returns>
<para>An object representing a copy of this <see cref="T:System.Windows.Forms.ColumnHeader" /> object.</para>
</returns>
</member>
<member name="P:System.Windows.Forms.ColumnHeader.Index">
<summary>
<para>Gets the location with the <see cref="T:System.Windows.Forms.ListView" />
control's <see cref="T:System.Windows.Forms.ListView.ColumnHeaderCollection" />
of this column.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.ColumnHeader.ListView">
<summary>
<para>Gets the <see cref="T:System.Windows.Forms.ListView" /> control the <see cref="T:System.Windows.Forms.ColumnHeader" /> is located in.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.ColumnHeader.Text">
<summary>
<para>Gets or sets the text displayed in the column header.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.ColumnHeader.TextAlign">
<summary>
<para>Gets or sets the horizontal alignment of the text
displayed in the <see cref="T:System.Windows.Forms.ColumnHeader" /> .</para>
</summary>
</member>
<member name="P:System.Windows.Forms.ColumnHeader.Width">
<summary>
<para>Gets or sets the width of the column.</para>
</summary>
</member>
<member name="T:System.Windows.Forms.ColumnHeaderStyle">
<summary>
<para> Specifies the styles of the column headers in a <see cref="T:System.Windows.Forms.ListView" /> control.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.ColumnHeaderStyle.None">
<summary>
<para> The column header is not displayed in report view.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.ColumnHeaderStyle.Nonclickable">
<summary>
<para> The column headers do not respond to the click of a mouse.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.ColumnHeaderStyle.Clickable">
<summary>
<para> The column headers function like buttons and can carry out
an action, such as sorting, when clicked.
</para>
</summary>
</member>
<member name="T:System.Windows.Forms.ComboBox">
<summary>
<para> Represents a
Windows combo box control.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.ComboBox.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:System.Windows.Forms.ComboBox" /> class.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.ComboBox.AddItemsCore(System.Object[])">
<summary>
<para> Adds the specified items to the combo box.</para>
</summary>
<param name="value">An array of <see cref="T:System.Object" /> to append to the <see cref="T:System.Windows.Forms.ComboBox" /> . </param>
</member>
<member name="M:System.Windows.Forms.ComboBox.BeginUpdate">
<summary>
<para>Maintains performance when items are added to
the <see cref="T:System.Windows.Forms.ComboBox" /> one at a time.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.ComboBox.EndUpdate">
<summary>
<para>Resumes painting the <see cref="T:System.Windows.Forms.ComboBox" />
control after painting is suspended by the <see cref="M:System.Windows.Forms.ComboBox.BeginUpdate" /> method.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.ComboBox.FindString(System.String)">
<summary>
<para> Finds the first item in the combo box
that starts with the specified string.</para>
</summary>
<param name="s">The <see cref="T:System.String" /> to search for. </param>
<returns>
<para>The zero-based index of the first item found; returns -1 if no match is
found.</para>
</returns>
</member>
<member name="M:System.Windows.Forms.ComboBox.FindString(System.String,System.Int32)">
<summary>
<para>Finds the first item after the given index which starts with the given
string. The search is not case sensitive.</para>
</summary>
<param name="s">The <see cref="T:System.String" /> to search for. </param>
<param name="startIndex">The zero-based index of the item before the first item to be searched. Set to -1 to search from the beginning of the control.</param>
<returns>
<para> The zero-based index of the first item found;
returns -1 if no match is found.</para>
</returns>
</member>
<member name="M:System.Windows.Forms.ComboBox.FindStringExact(System.String)">
<summary>
<para>Finds the first item in the combo box that matches
the specified string.</para>
</summary>
<param name="s">The <see cref="T:System.String" /> to search for. </param>
<returns>
<para> The zero-based index of the first item found;
returns -1 if no match is found.</para>
</returns>
</member>
<member name="M:System.Windows.Forms.ComboBox.FindStringExact(System.String,System.Int32)">
<summary>
<para>Finds the first item after the specified index that
matches the specified string.</para>
</summary>
<param name="s">The <see cref="T:System.String" /> to search for. </param>
<param name="startIndex">The zero-based index of the item before the first item to be searched. Set to -1 to search from the beginning of the control.</param>
<returns>
<para> The zero-based index of the first item found;
returns -1 if no match is found.</para>
</returns>
</member>
<member name="M:System.Windows.Forms.ComboBox.GetItemHeight(System.Int32)">
<summary>
<para>Returns the height of an item in the <see cref="T:System.Windows.Forms.ComboBox" />.</para>
</summary>
<param name="index">The index of the item to return the height of. </param>
<returns>
<para> The height, in pixels, of the item at the specified index.</para>
</returns>
</member>
<member name="M:System.Windows.Forms.ComboBox.OnDrawItem(System.Windows.Forms.DrawItemEventArgs)">
<summary>
<para> Raises the <see cref="E:System.Windows.Forms.ComboBox.DrawItem" /> event.</para>
</summary>
<param name="e">A <see cref="T:System.Windows.Forms.DrawItemEventArgs" />that contains the event data. </param>
</member>
<member name="M:System.Windows.Forms.ComboBox.OnDropDown(System.EventArgs)">
<summary>
<para> Raises the <see cref="E:System.Windows.Forms.ComboBox.DropDown" /> event.</para>
</summary>
<param name="e">An <see cref="T:System.EventArgs" />that contains the event data. </param>
</member>
<member name="M:System.Windows.Forms.ComboBox.OnMeasureItem(System.Windows.Forms.MeasureItemEventArgs)">
<summary>
<para> Raises the <see cref="E:System.Windows.Forms.ComboBox.MeasureItem" /> event.</para>
</summary>
<param name="e">The <see cref="T:System.Windows.Forms.MeasureItemEventArgs" /> that was raised. </param>
</member>
<member name="M:System.Windows.Forms.ComboBox.OnSelectionChangeCommitted(System.EventArgs)">
<summary>
<para> Raises the <see cref="E:System.Windows.Forms.ComboBox.SelectionChangeCommitted" /> event.</para>
</summary>
<param name="e">An <see cref="T:System.EventArgs" />that contains the event data. </param>
</member>
<member name="M:System.Windows.Forms.ComboBox.OnDropDownStyleChanged(System.EventArgs)">
<summary>
<para> Raises the <see cref="E:System.Windows.Forms.ComboBox.DropDownStyleChanged" /> event.</para>
</summary>
<param name="e">An <see cref="T:System.EventArgs" />that contains the event data. </param>
</member>
<member name="M:System.Windows.Forms.ComboBox.Select(System.Int32,System.Int32)">
<summary>
<para>Selects a range of text in the editable portion of the <see cref="T:System.Windows.Forms.ComboBox" />.</para>
</summary>
<param name="start">The position of the first character in the current text selection within the text box. </param>
<param name="length">The number of characters to select.</param>
</member>
<member name="M:System.Windows.Forms.ComboBox.SelectAll">
<summary>
<para>Selects all the text in the editable portion of the
<see cref="T:System.Windows.Forms.ComboBox" /> .</para>
</summary>
</member>
<member name="P:System.Windows.Forms.ComboBox.DrawMode">
<summary>
<para> Gets or sets a value indicating whether your code
or the operating system will handle drawing of elements in the list.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.ComboBox.DropDownWidth">
<summary>
<para> Gets or sets the width of the of the drop-down portion of a combo box.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.ComboBox.DroppedDown">
<summary>
<para> Gets or sets a value indicating whether the combo box is displaying its drop-down
portion.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.ComboBox.IntegralHeight">
<summary>
<para>Gets or sets a value indicating whether the control should resize to avoid
showing partial items.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.ComboBox.ItemHeight">
<summary>
<para>Gets or sets the height of an item in the combo box.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.ComboBox.Items">
<summary>
<para> Gets an object representing the collection of the items
contained in this <see cref="T:System.Windows.Forms.ComboBox" /> .</para>
</summary>
</member>
<member name="P:System.Windows.Forms.ComboBox.MaxDropDownItems">
<summary>
<para> Gets or sets the maximum number of items to be shown
in the drop-down portion of the <see cref="T:System.Windows.Forms.ComboBox" />
.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.ComboBox.MaxLength">
<summary>
<para> Gets or sets the maximum number of characters allowed in the editable portion
of a combo box.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.ComboBox.PreferredHeight">
<summary>
<para>Gets the preferred height of the <see cref="T:System.Windows.Forms.ComboBox" />.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.ComboBox.SelectedIndex">
<summary>
<para>Gets or sets the index specifying the currently selected item.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.ComboBox.SelectedItem">
<summary>
<para>Gets or sets currently selected item in the <see cref="T:System.Windows.Forms.ComboBox" /> .</para>
</summary>
</member>
<member name="P:System.Windows.Forms.ComboBox.SelectedText">
<summary>
<para> Gets or sets the text that is selected in the editable
portion of a <see cref="T:System.Windows.Forms.ComboBox" />
.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.ComboBox.SelectionLength">
<summary>
<para>Gets or sets the number of characters selected in the editable portion of the
combo box.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.ComboBox.SelectionStart">
<summary>
<para>Gets or sets the starting index of text selected in the combo box.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.ComboBox.Sorted">
<summary>
<para>Gets or sets a value indicating whether the items in the combo box are sorted.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.ComboBox.DropDownStyle">
<summary>
<para> Gets or sets a value specifying the style
of the combo box.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.ComboBox.Text">
<summary>
<para>Gets or sets the text associated with this control.</para>
</summary>
</member>
<member name="E:System.Windows.Forms.ComboBox.DrawItem">
<summary>
<para>Occurs when a visual aspect of an
owner-drawn <see cref="T:System.Windows.Forms.ComboBox" /> changes.</para>
</summary>
</member>
<member name="E:System.Windows.Forms.ComboBox.DropDown">
<summary>
<para>Occurs when the drop-down portion of a <see cref="T:System.Windows.Forms.ComboBox" /> is shown.</para>
</summary>
</member>
<member name="E:System.Windows.Forms.ComboBox.MeasureItem">
<summary>
<para> Occurs each time an owner-drawn <see cref="T:System.Windows.Forms.ComboBox" /> item needs to be drawn and when the sizes
of the list items are determined.</para>
</summary>
</member>
<member name="E:System.Windows.Forms.ComboBox.SelectedIndexChanged">
<summary>
<para>Occurs when the <see cref="P:System.Windows.Forms.ComboBox.SelectedIndex" /> property has changed.</para>
</summary>
</member>
<member name="E:System.Windows.Forms.ComboBox.SelectionChangeCommitted">
<summary>
<para>Occurs when the selected item has changed and
that change is committed.</para>
</summary>
</member>
<member name="E:System.Windows.Forms.ComboBox.DropDownStyleChanged">
<summary>
<para>Occurs when the <see cref="P:System.Windows.Forms.ComboBox.DropDownStyle" /> property has changed.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.ComboBox.ObjectCollection.#ctor(System.Windows.Forms.ComboBox)">
<summary>
<para>Initializes a new instance of <see cref="T:System.Windows.Forms.ComboBox.ObjectCollection" qualify="true" /> .</para>
</summary>
<param name="owner">The <see cref="T:System.Windows.Forms.ComboBox" /> that owns this object collection.</param>
</member>
<member name="M:System.Windows.Forms.ComboBox.ObjectCollection.Add(System.Object)">
<summary>
<para>Adds an item to the list of items for a <see cref="T:System.Windows.Forms.ComboBox" />.</para>
</summary>
<param name="item">An object representing the item to add to the collection.</param>
<returns>
<para>The zero-based index of the item in the collection.</para>
</returns>
</member>
<member name="M:System.Windows.Forms.ComboBox.ObjectCollection.AddRange(System.Object[])">
<summary>
<para>Adds an array of items to the list of items for a <see cref="T:System.Windows.Forms.ComboBox" /> .</para>
</summary>
<param name="items">An array of objects to add to the list.</param>
</member>
<member name="M:System.Windows.Forms.ComboBox.ObjectCollection.Clear">
<summary>
<para>Removes all items from the <see cref="T:System.Windows.Forms.ComboBox" /> .</para>
</summary>
</member>
<member name="M:System.Windows.Forms.ComboBox.ObjectCollection.Contains(System.Object)">
<summary>
<para>Determines if the specified item is located within the collection.</para>
</summary>
<param name="value">An object representing the item to locate in the collection.</param>
<returns>
<para>
<see langword="true" /> if the item is located within the collection;
otherwise, <see langword="false" />.</para>
</returns>
</member>
<member name="M:System.Windows.Forms.ComboBox.ObjectCollection.CopyTo(System.Object[],System.Int32)">
<summary>
<para>Copies the entire collection into an existing array of objects at a specified location within the array.</para>
</summary>
<param name="dest">The object array to copy the collection to.</param>
<param name=" arrayIndex">The location in the destination array to copy the collection to. </param>
</member>
<member name="M:System.Windows.Forms.ComboBox.ObjectCollection.GetEnumerator">
<summary>
<para>Returns an enumerator that can be used to iterate through the item
collection.</para>
</summary>
<returns>
<para>An <see cref="T:System.Collections.IEnumerator" /> object that represents the item
collection.</para>
</returns>
</member>
<member name="M:System.Windows.Forms.ComboBox.ObjectCollection.IndexOf(System.Object)">
<summary>
<para>Retrieves the index within the collection of the specified item.</para>
</summary>
<param name="value">An object representing the item to locate in the collection.</param>
<returns>
<para>The zero-based index where the item is located within the collection;
otherwise, -1.</para>
</returns>
</member>
<member name="M:System.Windows.Forms.ComboBox.ObjectCollection.Insert(System.Int32,System.Object)">
<summary>
<para>Inserts an item into the collection at the specified index.</para>
</summary>
<param name="index">The zero-based index location where the item is inserted.</param>
<param name="item">An object representing the item to insert.</param>
<returns>
<para>The zero-based index of the newly added item.</para>
</returns>
</member>
<member name="M:System.Windows.Forms.ComboBox.ObjectCollection.RemoveAt(System.Int32)">
<summary>
<para>Removes an item from the <see cref="T:System.Windows.Forms.ComboBox" /> at the specified index.</para>
</summary>
<param name="index">The index of the item to remove. </param>
</member>
<member name="M:System.Windows.Forms.ComboBox.ObjectCollection.Remove(System.Object)">
<summary>
<para>Removes the specified item from the <see cref="T:System.Windows.Forms.ComboBox" /> .</para>
</summary>
<param name="value">The <see cref="T:System.Object" /> to remove from the list. </param>
</member>
<member name="P:System.Windows.Forms.ComboBox.ObjectCollection.Count">
<summary>
<para>Gets the number of items in the collection.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.ComboBox.ObjectCollection.IsReadOnly">
<summary>
<para> Gets a value indicating whether this collection can be modified.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.ComboBox.ObjectCollection.Item(System.Int32)">
<summary>
<para>Retrieves the item at the specified index within the collection.</para>
</summary>
<param name="index">The index of the item in the collection to retrieve. </param>
</member>
<member name="M:System.Windows.Forms.ComboBox.ChildAccessibleObject.#ctor(System.Windows.Forms.ComboBox,System.IntPtr)">
<summary>
<para>[To be supplied.]</para>
</summary>
</member>
<member name="P:System.Windows.Forms.ComboBox.ChildAccessibleObject.Name">
<summary>
<para>[To be supplied.]</para>
</summary>
</member>
<member name="T:System.Windows.Forms.ComboBoxStyle">
<summary>
<para> Specifies the <see cref="T:System.Windows.Forms.ComboBox" />
style.</para>
</summary>
</member>
<member name="F:System.Windows.Forms.ComboBoxStyle.Simple">
<summary>
<para>
The text portion is editable. The list portion is
always visible.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.ComboBoxStyle.DropDown">
<summary>
<para>
The text portion is editable. The user must click the arrow button to display
the list portion.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.ComboBoxStyle.DropDownList">
<summary>
<para>
The
user cannot directly edit the text portion. The user must click the arrow button to
display the list portion.
</para>
</summary>
</member>
<member name="T:System.Windows.Forms.ContextMenu">
<summary>
<para> Represents a shortcut menu.</para>
</summary>
</member>
<member name="T:System.Windows.Forms.Menu">
<summary>
<para>Represents the base functionality for all menus.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.Menu.CloneMenu(System.Windows.Forms.Menu)">
<summary>
<para>Copies the <see cref="T:System.Windows.Forms.Menu" /> that is passed as a parameter to the
current <see cref="T:System.Windows.Forms.Menu" /> .</para>
</summary>
<param name="menuSrc">The <see cref="T:System.Windows.Forms.Menu" /> to copy.</param>
</member>
<member name="M:System.Windows.Forms.Menu.GetContextMenu">
<summary>
<para>Gets the <see cref="T:System.Windows.Forms.ContextMenu" /> that contains this menu.</para>
</summary>
<returns>
<para>The <see cref="T:System.Windows.Forms.ContextMenu" /> that contains this menu. The default is
<see langword="null" /> .</para>
</returns>
</member>
<member name="M:System.Windows.Forms.Menu.GetMainMenu">
<summary>
<para>Gets the <see cref="T:System.Windows.Forms.MainMenu" /> that contains this menu.</para>
</summary>
<returns>
<para>The <see cref="T:System.Windows.Forms.MainMenu" /> that contains this menu.</para>
</returns>
</member>
<member name="M:System.Windows.Forms.Menu.MergeMenu(System.Windows.Forms.Menu)">
<summary>
<para>Merges the <see cref="T:System.Windows.Forms.MenuItem" /> objects of one menu with the current
menu.</para>
</summary>
<param name="menuSrc">The <see cref="T:System.Windows.Forms.Menu" /> whose menu items are merged with the menu items of the current menu.</param>
</member>
<member name="P:System.Windows.Forms.Menu.Handle">
<summary>
<para> Gets a value representing the window handle for the menu.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.Menu.IsParent">
<summary>
<para>Gets a value indicating whether this menu contains any menu items. This property is read-only.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.Menu.MdiListItem">
<summary>
<para>Gets a value indicating the <see cref="T:System.Windows.Forms.MenuItem" /> that is used to display a list of Multiple Document Interface (MDI) child forms.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.Menu.MenuItems">
<summary>
<para>Gets a value indicating the collection of <see cref="T:System.Windows.Forms.MenuItem" /> objects associated with
the menu.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.Menu.MenuItemCollection.#ctor(System.Windows.Forms.Menu)">
<summary>
<para>Initializes a new instance of the <see cref="T:System.Windows.Forms.Menu.MenuItemCollection" /> class.</para>
</summary>
<param name="owner">The <see cref="T:System.Windows.Forms.Menu" /> that owns this collection.</param>
</member>
<member name="M:System.Windows.Forms.Menu.MenuItemCollection.Add(System.String)">
<summary>
<para>Adds a new <see cref="T:System.Windows.Forms.MenuItem" />, to the end of the current menu, with a specified caption.</para>
</summary>
<param name="caption">The caption of the menu item.</param>
<returns>
<para>A <see cref="T:System.Windows.Forms.MenuItem" /> that represents the menu item being added to the
collection.</para>
</returns>
</member>
<member name="M:System.Windows.Forms.Menu.MenuItemCollection.Add(System.String,System.EventHandler)">
<summary>
<para>Adds a new <see cref="T:System.Windows.Forms.MenuItem" /> to the end of the current menu with a specified
caption and a specified event handler for the <see cref="E:System.Windows.Forms.MenuItem.Click" />
event.</para>
</summary>
<param name="caption">The caption of the menu item.</param>
<param name="onClick">An <see cref="T:System.EventHandler" /> that represents the event handler that is called when the item is clicked by the user or when a user, presses an accelerator or shortcut key for the menu item.</param>
<returns>
<para>A <see cref="T:System.Windows.Forms.MenuItem" /> that represents the menu item being added to the collection.</para>
</returns>
</member>
<member name="M:System.Windows.Forms.Menu.MenuItemCollection.Add(System.String,System.Windows.Forms.MenuItem[])">
<summary>
<para>Adds a new <see cref="T:System.Windows.Forms.MenuItem" /> to the end of this menu with the specified
caption, <see cref="E:System.Windows.Forms.MenuItem.Click" />
event handler, and items.</para>
</summary>
<param name="caption">The caption of the menu item.</param>
<param name="items">An array of <see cref="T:System.Windows.Forms.MenuItem" /> objects that this <see cref="T:System.Windows.Forms.MenuItem" /> will contain.</param>
<returns>
<para>A <see cref="T:System.Windows.Forms.MenuItem" /> that represents the menu item being added to the collection.</para>
</returns>
</member>
<member name="M:System.Windows.Forms.Menu.MenuItemCollection.Add(System.Windows.Forms.MenuItem)">
<summary>
<para>Adds a previously created <see cref="T:System.Windows.Forms.MenuItem" /> to the end of the current menu.</para>
</summary>
<param name="item">The <see cref="T:System.Windows.Forms.MenuItem" /> to add.</param>
<returns>
<para>The zero-based index where the item is stored in the collection.</para>
</returns>
</member>
<member name="M:System.Windows.Forms.Menu.MenuItemCollection.Add(System.Int32,System.Windows.Forms.MenuItem)">
<summary>
<para>Adds a previously created <see cref="T:System.Windows.Forms.MenuItem" />
at the
specified index within the menu item collection.</para>
</summary>
<param name="index">The position to add the new item.</param>
<param name="item">The <see cref="T:System.Windows.Forms.MenuItem" /> to add.</param>
<returns>
<para>The zero-based index where the item is stored in the collection.</para>
</returns>
</member>
<member name="M:System.Windows.Forms.Menu.MenuItemCollection.AddRange(System.Windows.Forms.MenuItem[])">
<summary>
<para>Adds an array of previously created <see cref="T:System.Windows.Forms.MenuItem" />
objects to the collection.</para>
</summary>
<param name="items">An array of <see cref="T:System.Windows.Forms.MenuItem" /> objects representing the menu items to add to the collection.</param>
</member>
<member name="M:System.Windows.Forms.Menu.MenuItemCollection.Contains(System.Windows.Forms.MenuItem)">
<summary>
<para>Determines if the specified <see cref="T:System.Windows.Forms.MenuItem" />
is a member of the collection.</para>
</summary>
<param name="value">The <see cref="T:System.Windows.Forms.MenuItem" /> to locate in the collection.</param>
<returns>
<para>
<see langword="true" /> if the <see cref="T:System.Windows.Forms.MenuItem" />
is a member of the collection; otherwise, <see langword="false" /> .</para>
</returns>
</member>
<member name="M:System.Windows.Forms.Menu.MenuItemCollection.IndexOf(System.Windows.Forms.MenuItem)">
<summary>
<para>Retrieves the index of a specific item in the collection.</para>
</summary>
<param name="value">The <see cref="T:System.Windows.Forms.MenuItem" /> to locate in the collection.</param>
<returns>
<para>The zero-based index of the item found in the collection;
otherwise, -1.</para>
</returns>
</member>
<member name="M:System.Windows.Forms.Menu.MenuItemCollection.Clear">
<summary>
<para>Removes all <see cref="T:System.Windows.Forms.MenuItem" /> objects from the menu item collection.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.Menu.MenuItemCollection.CopyTo(System.Array,System.Int32)">
<summary>
<para>Copies the entire collection into an existing array at a
specified location within the array.</para>
</summary>
<param name="dest">The destination array.</param>
<param name=" index">The index in the destination array at which storing begins.</param>
</member>
<member name="M:System.Windows.Forms.Menu.MenuItemCollection.GetEnumerator">
<summary>
<para>Returns an enumerator that can be used to iterate through the menu item
collection.</para>
</summary>
<returns>
<para>An <see cref="T:System.Collections.IEnumerator" /> object that represents the menu item collection.</para>
</returns>
</member>
<member name="M:System.Windows.Forms.Menu.MenuItemCollection.RemoveAt(System.Int32)">
<summary>
<para>Removes a <see cref="T:System.Windows.Forms.MenuItem" /> from the menu
item collection at a specified index.</para>
</summary>
<param name="index">The index of the <see cref="T:System.Windows.Forms.MenuItem" /> to remove.</param>
</member>
<member name="M:System.Windows.Forms.Menu.MenuItemCollection.Remove(System.Windows.Forms.MenuItem)">
<summary>
<para>Removes the specified <see cref="T:System.Windows.Forms.MenuItem" />
from the menu item collection.</para>
</summary>
<param name="item">The <see cref="T:System.Windows.Forms.MenuItem" /> to remove.</param>
</member>
<member name="P:System.Windows.Forms.Menu.MenuItemCollection.Item(System.Int32)">
<summary>
<para>Retrieves the <see cref="T:System.Windows.Forms.MenuItem" /> at the specified
indexed location in the collection.</para>
</summary>
<param name="index">The indexed location of the <see cref="T:System.Windows.Forms.MenuItem" /> in the collection.</param>
</member>
<member name="P:System.Windows.Forms.Menu.MenuItemCollection.Count">
<summary>
<para>Gets a value indicating the total number of <see cref="T:System.Windows.Forms.MenuItem" /> objects in the
collection.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.ContextMenu.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:System.Windows.Forms.ContextMenu" /> class with no menu items specified.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.ContextMenu.#ctor(System.Windows.Forms.MenuItem[])">
<summary>
<para>Initializes a new instance of the <see cref="T:System.Windows.Forms.ContextMenu" />
class with a specified set of <see cref="T:System.Windows.Forms.MenuItem" /> objects.</para>
</summary>
<param name="menuItems">An array of <see cref="T:System.Windows.Forms.MenuItem" /> objects that represent the menu items to add to the context menu.</param>
</member>
<member name="M:System.Windows.Forms.ContextMenu.Show(System.Windows.Forms.Control,System.Drawing.Point)">
<summary>
<para>Displays the shortcut menu at the specified position.</para>
</summary>
<param name="control">A <see cref="T:System.Windows.Forms.Control" /> object that specifies the control with which this context menu is associated.</param>
<param name="pos">A <see cref="T:System.Drawing.Point" /> object that specifies the coordinates at which to display the menu. These coordinates are specified relative to the client coordinates of the control specified in the <paramref name="control" /> parameter.</param>
</member>
<member name="P:System.Windows.Forms.ContextMenu.SourceControl">
<summary>
<para> Gets the control that is displaying the shortcut menu.</para>
</summary>
</member>
<member name="E:System.Windows.Forms.ContextMenu.Popup">
<summary>
<para>Occurs before the context menu is displayed.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.ContextMenu.RightToLeft">
<summary>
<para> Gets or sets a value indicating whether text displayed by the control is displayed from right to left.</para>
</summary>
</member>
<member name="T:System.Windows.Forms.ControlBindingsCollection">
<summary>
<para> Represents the collection of data bindings for a control.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.ControlBindingsCollection.Add(System.Windows.Forms.Binding)">
<summary>
<para>Adds the specified <see cref="T:System.Windows.Forms.Binding" /> to the collection.</para>
</summary>
<param name="binding">The <see cref="T:System.Windows.Forms.Binding" /> to add.</param>
</member>
<member name="M:System.Windows.Forms.ControlBindingsCollection.Add(System.String,System.Object,System.String)">
<summary>
<para>Creates a <see cref="T:System.Windows.Forms.Binding" /> using the specified control property
name, data source, and data member, and adds it to the collection.</para>
</summary>
<param name="propertyName">The name of the control property to bind. </param>
<param name="dataSource">An <see cref="T:System.Object" /> that represents the data source. </param>
<param name="dataMember">The property or list to bind to. </param>
<returns>
<para> The newly-created <see cref="T:System.Windows.Forms.Binding" /> .</para>
</returns>
</member>
<member name="M:System.Windows.Forms.ControlBindingsCollection.Clear">
<summary>
<para>Clears the collection of any bindings.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.ControlBindingsCollection.Remove(System.Windows.Forms.Binding)">
<summary>
<para>Deletes the specified <see cref="T:System.Windows.Forms.Binding" />
from the collection.</para>
</summary>
<param name="binding">The <see cref="T:System.Windows.Forms.Binding" /> to remove.</param>
</member>
<member name="M:System.Windows.Forms.ControlBindingsCollection.RemoveAt(System.Int32)">
<summary>
<para> Deletes the <see cref="T:System.Windows.Forms.Binding" />
at the specified index.</para>
</summary>
<param name="index">The zero-based index of the item to remove.</param>
</member>
<member name="P:System.Windows.Forms.ControlBindingsCollection.Control">
<summary>
<para>Gets the control that the collection belongs to.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.ControlBindingsCollection.Item(System.String)">
<summary>
<para>Gets the <see cref="T:System.Windows.Forms.Binding" /> specified by the control's property name.</para>
</summary>
<param name="propertyName">The name of the property on the data-bound control.</param>
</member>
<member name="T:System.Windows.Forms.ControlEventArgs">
<summary>
<para>Provides data for the <see cref="E:System.Windows.Forms.Control.ControlAdded" /> and <see cref="E:System.Windows.Forms.Control.ControlRemoved" /> events.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.ControlEventArgs.#ctor(System.Windows.Forms.Control)">
<summary>
<para>Initializes a new instance of the <see cref="T:System.Windows.Forms.ControlEventArgs" /> class for the specified control.</para>
</summary>
<param name="control">The <see cref="T:System.Windows.Forms.Control" /> to store in this event.</param>
</member>
<member name="P:System.Windows.Forms.ControlEventArgs.Control">
<summary>
Gets the control object used by this event.
</summary>
</member>
<member name="T:System.Windows.Forms.ControlEventHandler">
<summary>
<para>Represents the method that will handle the <see cref="E:System.Windows.Forms.Control.ControlAdded" /> and <see cref="E:System.Windows.Forms.Control.ControlRemoved" /> events of the <see cref="T:System.Windows.Forms.Control" />
class.</para>
</summary>
<param name="sender">The source of the event.</param>
<param name=" e">A <see cref="T:System.Windows.Forms.ControlEventArgs" /> that contains the event data.</param>
</member>
<member name="T:System.Windows.Forms.ControlPaint">
<summary>
<para>Provides methods used to paint common Windows controls and their
elements.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.ControlPaint.Dark(System.Drawing.Color,System.Single)">
<summary>
<para>Creates a new dark color object for the control from the specified color and darkens it by the specified percentage.</para>
</summary>
<param name="baseColor">The <see cref="T:System.Drawing.Color" /> to be darkened.</param>
<param name="percOfDarkDark">The percentage to darken the specified <see cref="T:System.Drawing.Color" />.</param>
<returns>
<para>A <see cref="T:System.Drawing.Color" /> that represent the dark color on the control.</para>
</returns>
</member>
<member name="M:System.Windows.Forms.ControlPaint.Dark(System.Drawing.Color)">
<summary>
<para>Creates a new dark color object for the control from the specified color.</para>
</summary>
<param name="baseColor">The <see cref="T:System.Drawing.Color" /> to be darkened.</param>
<returns>
<para>A <see cref="T:System.Drawing.Color" /> that represents the dark color on the control.</para>
</returns>
</member>
<member name="M:System.Windows.Forms.ControlPaint.DarkDark(System.Drawing.Color)">
<summary>
<para>Creates a new dark color object for the control from the specified color.</para>
</summary>
<param name="baseColor">The <see cref="T:System.Drawing.Color" /> to be darkened.</param>
<returns>
<para>A <see cref="T:System.Drawing.Color" /> that represents the dark color on the control.</para>
</returns>
</member>
<member name="M:System.Windows.Forms.ControlPaint.DrawBorder(System.Drawing.Graphics,System.Drawing.Rectangle,System.Drawing.Color,System.Windows.Forms.ButtonBorderStyle)">
<summary>
<para> Draws a border with the specified style and
color, on the specified graphics surface, and within the specified
bounds on a button-style control.</para>
</summary>
<param name="graphics">The <see cref="T:System.Drawing.Graphics" /> object to draw on. </param>
<param name="bounds">The <see cref="T:System.Drawing.Rectangle" /> that represents the dimensions of the border. </param>
<param name="color">The <see cref="T:System.Drawing.Color" /> of the border. </param>
<param name="style">The <see cref="T:System.Windows.Forms.ButtonBorderStyle" /> of the border. </param>
</member>
<member name="M:System.Windows.Forms.ControlPaint.DrawBorder(System.Drawing.Graphics,System.Drawing.Rectangle,System.Drawing.Color,System.Int32,System.Windows.Forms.ButtonBorderStyle,System.Drawing.Color,System.Int32,System.Windows.Forms.ButtonBorderStyle,System.Drawing.Color,System.Int32,System.Windows.Forms.ButtonBorderStyle,System.Drawing.Color,System.Int32,System.Windows.Forms.ButtonBorderStyle)">
<summary>
<para> Draws a border on a button-style control with the specified styles, colors, and
border widths, on the specified graphics surface, and within the specified
bounds.</para>
</summary>
<param name="graphics">The <see cref="T:System.Drawing.Graphics" /> object to draw on. </param>
<param name="bounds">The <see cref="T:System.Drawing.Rectangle" /> that represents the dimensions of the border. </param>
<param name="leftColor">The <see cref="T:System.Drawing.Color" /> of the left of the border. </param>
<param name="leftWidth">The <see cref="P:System.Drawing.Pen.Width" /> of the left border. </param>
<param name="leftStyle">The <see cref="T:System.Windows.Forms.ButtonBorderStyle" /> of the left border. </param>
<param name="topColor">The <see cref="T:System.Drawing.Color" /> of the top of the border. </param>
<param name="topWidth">The <see cref="P:System.Drawing.Pen.Width" /> of the top border. </param>
<param name="topStyle">The <see cref="T:System.Windows.Forms.ButtonBorderStyle" /> of the top border. </param>
<param name="rightColor">The <see cref="T:System.Drawing.Color" /> of the right of the border. </param>
<param name="rightWidth">The <see cref="P:System.Drawing.Pen.Width" /> of the right border. </param>
<param name="rightStyle">The <see cref="T:System.Windows.Forms.ButtonBorderStyle" /> of the right border. </param>
<param name="bottomColor">The <see cref="T:System.Drawing.Color" /> of the bottom of the border. </param>
<param name="bottomWidth">The <see cref="P:System.Drawing.Pen.Width" /> of the left border. </param>
<param name="bottomStyle">The <see cref="T:System.Windows.Forms.ButtonBorderStyle" /> of the bottom border. </param>
</member>
<member name="M:System.Windows.Forms.ControlPaint.DrawBorder3D(System.Drawing.Graphics,System.Drawing.Rectangle)">
<summary>
<para> Draws a three-dimensional style border on the specified graphics surface and within the specified bounds
on a control.</para>
</summary>
<param name="graphics">The <see cref="T:System.Drawing.Graphics" /> object to draw on. </param>
<param name="rectangle">The <see cref="T:System.Drawing.Rectangle" /> that represents the dimensions of the border. </param>
</member>
<member name="M:System.Windows.Forms.ControlPaint.DrawBorder3D(System.Drawing.Graphics,System.Drawing.Rectangle,System.Windows.Forms.Border3DStyle)">
<summary>
<para>Draws a three-dimensional style border with the specified style, on the
specified graphics surface, and within the specified bounds on a control.</para>
</summary>
<param name="graphics">The <see cref="T:System.Drawing.Graphics" /> object to draw on. </param>
<param name="rectangle">The <see cref="T:System.Drawing.Rectangle" /> that represents the dimensions of the border. </param>
<param name="style">The <see cref="T:System.Windows.Forms.Border3DStyle" /> to use when drawing the border. </param>
</member>
<member name="M:System.Windows.Forms.ControlPaint.DrawBorder3D(System.Drawing.Graphics,System.Drawing.Rectangle,System.Windows.Forms.Border3DStyle,System.Windows.Forms.Border3DSide)">
<summary>
<para>Draws a three-dimensional style border with the specified style, on the specified
graphics surface and sides, and within the specified bounds on a
control.</para>
</summary>
<param name="graphics">The <see cref="T:System.Drawing.Graphics" /> object to draw on. </param>
<param name="rectangle">The <see cref="T:System.Drawing.Rectangle" /> that represents the dimensions of the border. </param>
<param name="style">The <see cref="T:System.Windows.Forms.Border3DStyle" /> to use when drawing the border. </param>
<param name="sides">The <see cref="T:System.Windows.Forms.Border3DSide" /> of the rectangle to draw the border on.</param>
</member>
<member name="M:System.Windows.Forms.ControlPaint.DrawBorder3D(System.Drawing.Graphics,System.Int32,System.Int32,System.Int32,System.Int32)">
<summary>
<para>Draws a three-dimensional style border on the specified graphics surface and
within the specified bounds on a control.</para>
</summary>
<param name="graphics">The <see cref="T:System.Drawing.Graphics" /> object to draw on. </param>
<param name="x">The <see cref="P:System.Drawing.Rectangle.X" /> coordinate of the top left of the border rectangle.</param>
<param name="y">The <see cref="P:System.Drawing.Rectangle.Y" /> coordinate of the top left of the border rectangle.</param>
<param name="width">The <see cref="P:System.Drawing.Rectangle.Width" /> of the border rectangle.</param>
<param name="height">The <see cref="P:System.Drawing.Rectangle.Height" /> of the border rectangle.</param>
</member>
<member name="M:System.Windows.Forms.ControlPaint.DrawBorder3D(System.Drawing.Graphics,System.Int32,System.Int32,System.Int32,System.Int32,System.Windows.Forms.Border3DStyle)">
<summary>
<para>Draws a three-dimensional style border with the specified style, on the
specified graphics surface, and within the specified bounds on a control.</para>
</summary>
<param name="graphics">The <see cref="T:System.Drawing.Graphics" /> object to draw on. </param>
<param name="x">The <see cref="P:System.Drawing.Rectangle.X" /> coordinate of the top left of the border rectangle.</param>
<param name="y">The <see cref="P:System.Drawing.Rectangle.Y" /> coordinate of the top left of the border rectangle.</param>
<param name="width">The <see cref="P:System.Drawing.Rectangle.Width" /> of the border rectangle.</param>
<param name="height">The <see cref="P:System.Drawing.Rectangle.Height" /> of the border rectangle.</param>
<param name="style">The <see cref="T:System.Windows.Forms.Border3DStyle" /> to use when drawing the border.</param>
</member>
<member name="M:System.Windows.Forms.ControlPaint.DrawBorder3D(System.Drawing.Graphics,System.Int32,System.Int32,System.Int32,System.Int32,System.Windows.Forms.Border3DStyle,System.Windows.Forms.Border3DSide)">
<summary>
<para>Draws a three-dimensional style border with the specified style, on the specified
graphics surface and side, and within the specified bounds on a
control.</para>
</summary>
<param name="graphics">The <see cref="T:System.Drawing.Graphics" /> object to draw on. </param>
<param name="x">The <see cref="P:System.Drawing.Rectangle.X" /> coordinate of the top left of the border rectangle.</param>
<param name="y">The <see cref="P:System.Drawing.Rectangle.Y" /> coordinate of the top left of the border rectangle.</param>
<param name="width">The <see cref="P:System.Drawing.Rectangle.Width" /> of the border rectangle.</param>
<param name="height">The <see cref="P:System.Drawing.Rectangle.Height" /> of the border rectangle.</param>
<param name="style">The <see cref="T:System.Windows.Forms.Border3DStyle" /> to use when drawing the border.</param>
<param name="sides">The <see cref="T:System.Windows.Forms.Border3DSide" /> of the rectangle to draw the border on.</param>
</member>
<member name="M:System.Windows.Forms.ControlPaint.DrawButton(System.Drawing.Graphics,System.Drawing.Rectangle,System.Windows.Forms.ButtonState)">
<summary>
<para>Draws a button control in the specified state, on
the specified graphics surface, and within the specified bounds.</para>
</summary>
<param name="graphics">The <see cref="T:System.Drawing.Graphics" /> object to draw on. </param>
<param name="rectangle">The <see cref="T:System.Drawing.Rectangle" /> that represents the dimensions of the button. </param>
<param name="state">The <see cref="T:System.Windows.Forms.ButtonState" /> to draw the button in. </param>
</member>
<member name="M:System.Windows.Forms.ControlPaint.DrawButton(System.Drawing.Graphics,System.Int32,System.Int32,System.Int32,System.Int32,System.Windows.Forms.ButtonState)">
<summary>
<para>Draws a button control in the specified state, on the specified graphics
surface, and within the specified bounds.</para>
</summary>
<param name="graphics">The <see cref="T:System.Drawing.Graphics" /> object to draw on. </param>
<param name="x">The <see cref="P:System.Drawing.Rectangle.X" /> coordinate of the upper left corner of the drawing rectangle. </param>
<param name="y">The <see cref="P:System.Drawing.Rectangle.Y" /> coordinate of the upper left corner of the drawing rectangle. </param>
<param name="width">The <see cref="P:System.Drawing.Rectangle.Width" /> of the button. </param>
<param name="height">The <see cref="P:System.Drawing.Rectangle.Height" /> of the button. </param>
<param name="state">The <see cref="T:System.Windows.Forms.ButtonState" /> to draw the button in. </param>
</member>
<member name="M:System.Windows.Forms.ControlPaint.DrawCaptionButton(System.Drawing.Graphics,System.Drawing.Rectangle,System.Windows.Forms.CaptionButton,System.Windows.Forms.ButtonState)">
<summary>
<para>Draws the specified caption button control in the specified state, on the specified
graphics surface, and within the specified bounds.</para>
</summary>
<param name="graphics">The <see cref="T:System.Drawing.Graphics" /> object to draw on. </param>
<param name="rectangle">The <see cref="T:System.Drawing.Rectangle" /> that represents the dimensions of the caption button. </param>
<param name="button">The <see cref="T:System.Windows.Forms.CaptionButton" /> to draw. </param>
<param name="state">The <see cref="T:System.Windows.Forms.ButtonState" /> to draw the caption button in. </param>
</member>
<member name="M:System.Windows.Forms.ControlPaint.DrawCaptionButton(System.Drawing.Graphics,System.Int32,System.Int32,System.Int32,System.Int32,System.Windows.Forms.CaptionButton,System.Windows.Forms.ButtonState)">
<summary>
<para>Draws the specified caption button control in the specified state, on the
specified graphics surface, and within the specified bounds.</para>
</summary>
<param name="graphics">The <see cref="T:System.Drawing.Graphics" /> object to draw on. </param>
<param name="x">The <see cref="P:System.Drawing.Rectangle.X" /> coordinate of the top left of the drawing rectangle.</param>
<param name="y">The <see cref="P:System.Drawing.Rectangle.Y" /> coordinate of the top left of the drawing rectangle.</param>
<param name="width">The <see cref="P:System.Drawing.Rectangle.Width" /> of the drawing rectangle.</param>
<param name="height">The <see cref="P:System.Drawing.Rectangle.Height" /> of the drawing rectangle.</param>
<param name="button">The <see cref="T:System.Windows.Forms.CaptionButton" /> to draw. </param>
<param name="state">The <see cref="T:System.Windows.Forms.ButtonState" /> to draw the caption button in. </param>
</member>
<member name="M:System.Windows.Forms.ControlPaint.DrawCheckBox(System.Drawing.Graphics,System.Drawing.Rectangle,System.Windows.Forms.ButtonState)">
<summary>
<para>Draws a check box control in the specified state, on the specified graphics
surface, and within the specified bounds.</para>
</summary>
<param name="graphics">The <see cref="T:System.Drawing.Graphics" /> object to draw on. </param>
<param name="rectangle">The <see cref="T:System.Drawing.Rectangle" /> that represents the dimensions of the check box. </param>
<param name="state">The <see cref="T:System.Windows.Forms.ButtonState" /> to draw the check box in. </param>
</member>
<member name="M:System.Windows.Forms.ControlPaint.DrawCheckBox(System.Drawing.Graphics,System.Int32,System.Int32,System.Int32,System.Int32,System.Windows.Forms.ButtonState)">
<summary>
<para>Draws a check box control in the specified state, on the specified graphics surface, and within the specified bounds.</para>
</summary>
<param name="graphics">The <see cref="T:System.Drawing.Graphics" /> object to draw on. </param>
<param name="x">The <see cref="P:System.Drawing.Rectangle.X" /> coordinate of the upper left corner of the drawing rectangle. </param>
<param name="y">The <see cref="P:System.Drawing.Rectangle.Y" /> coordinate of the upper left corner of the drawing rectangle. </param>
<param name="width">The <see cref="P:System.Drawing.Rectangle.Width" /> of the check box. </param>
<param name="height">The <see cref="P:System.Drawing.Rectangle.Height" /> of the check box. </param>
<param name="state">The <see cref="T:System.Windows.Forms.ButtonState" /> to draw the check box in. </param>
</member>
<member name="M:System.Windows.Forms.ControlPaint.DrawComboButton(System.Drawing.Graphics,System.Drawing.Rectangle,System.Windows.Forms.ButtonState)">
<summary>
<para>Draws a drop-down button on a combo box control in the specified state, on the specified graphics
surface, and within the specified bounds.</para>
</summary>
<param name="graphics">The <see cref="T:System.Drawing.Graphics" /> object to draw on. </param>
<param name="rectangle">The <see cref="T:System.Drawing.Rectangle" /> that represents the dimensions of the combo box. </param>
<param name="state">The <see cref="T:System.Windows.Forms.ButtonState" /> to draw the combo box in. </param>
</member>
<member name="M:System.Windows.Forms.ControlPaint.DrawComboButton(System.Drawing.Graphics,System.Int32,System.Int32,System.Int32,System.Int32,System.Windows.Forms.ButtonState)">
<summary>
<para>Draws a drop-down button on a combo box control in the specified state, on the specified graphics surface, and within the specified bounds.</para>
</summary>
<param name="graphics">The <see cref="T:System.Drawing.Graphics" /> object to draw on. </param>
<param name="x">The <see cref="P:System.Drawing.Rectangle.X" /> coordinate of the top left of the border rectangle.</param>
<param name="y">The <see cref="P:System.Drawing.Rectangle.Y" /> coordinate of the top left of the border rectangle.</param>
<param name="width">The <see cref="P:System.Windows.Forms.Control.Width" /> of the combo box. </param>
<param name="height">The <see cref="P:System.Windows.Forms.Control.Height" /> of the combo box. </param>
<param name="state">The <see cref="T:System.Windows.Forms.ButtonState" /> to draw the combo box in. </param>
</member>
<member name="M:System.Windows.Forms.ControlPaint.DrawContainerGrabHandle(System.Drawing.Graphics,System.Drawing.Rectangle)">
<summary>
<para>Draws a container control grab handle glyph on the specified graphics surface and within the specified bounds.</para>
</summary>
<param name="graphics">The <see cref="T:System.Drawing.Graphics" /> object to draw on. </param>
<param name="bounds">The <see cref="T:System.Drawing.Rectangle" /> that represents the dimensions of the grab handle glyph. </param>
</member>
<member name="M:System.Windows.Forms.ControlPaint.DrawFocusRectangle(System.Drawing.Graphics,System.Drawing.Rectangle)">
<summary>
<para> Draws a focus rectangle on the specified graphics surface and within the specified bounds.</para>
</summary>
<param name="graphics">The <see cref="T:System.Drawing.Graphics" /> object to draw on. </param>
<param name="rectangle">The <see cref="T:System.Drawing.Rectangle" /> that represents the dimensions of the grab handle glyph. </param>
</member>
<member name="M:System.Windows.Forms.ControlPaint.DrawFocusRectangle(System.Drawing.Graphics,System.Drawing.Rectangle,System.Drawing.Color,System.Drawing.Color)">
<summary>
<para> Draws a focus rectangle on the specified graphics surface and within the specified bounds.</para>
</summary>
<param name="graphics">The <see cref="T:System.Drawing.Graphics" /> object to draw on. </param>
<param name="rectangle">The <see cref="T:System.Drawing.Rectangle" /> that represents the dimensions of the grab handle glyph. </param>
<param name="foreColor">The <see cref="P:System.Windows.Forms.Control.ForeColor" /> of the object to draw the focus rectangle on.</param>
<param name="backColor">The <see cref="P:System.Windows.Forms.Control.BackColor" /> of the object to draw the focus rectangle on.</param>
</member>
<member name="M:System.Windows.Forms.ControlPaint.DrawGrabHandle(System.Drawing.Graphics,System.Drawing.Rectangle,System.Boolean,System.Boolean)">
<summary>
<para> Draws a standard selection grab handle glyph on the specified graphics surface, within the specified bounds, and in the specified state and style. </para>
</summary>
<param name="graphics">The <see cref="T:System.Drawing.Graphics" /> object to draw on. </param>
<param name="rectangle">The <see cref="T:System.Drawing.Rectangle" /> that represents the dimensions of the grab handle glyph. </param>
<param name="primary">
<para>
<see langword="true" /> to draw the handle as a primary grab handle; otherwise, <see langword="false" />.</para>
</param>
<param name="enabled">
<para>
<see langword="true" /> to draw the handle in an enabled state; otherwise, <see langword="false" />.</para>
</param>
</member>
<member name="M:System.Windows.Forms.ControlPaint.DrawGrid(System.Drawing.Graphics,System.Drawing.Rectangle,System.Drawing.Size,System.Drawing.Color)">
<summary>
<para> Draws a grid of one-pixel dots with the specified
spacing, within the specified bounds, on the specified graphics surface, and in the specified color.</para>
</summary>
<param name="graphics">The <see cref="T:System.Drawing.Graphics" /> object to draw on. </param>
<param name="area">The <see cref="T:System.Drawing.Rectangle" /> that represents the dimensions of the grab handle glyph. </param>
<param name="pixelsBetweenDots">The <see cref="P:System.Drawing.Size.Height" /> and <see cref="P:System.Drawing.Size.Width" /> between the dots of the grid. </param>
<param name="backColor">The <see cref="T:System.Drawing.Color" /> of the background behind the grid. </param>
</member>
<member name="M:System.Windows.Forms.ControlPaint.DrawImageDisabled(System.Drawing.Graphics,System.Drawing.Image,System.Int32,System.Int32,System.Drawing.Color)">
<summary>
<para>Draws the specified image in a disabled state.</para>
</summary>
<param name="graphics">The <see cref="T:System.Drawing.Graphics" /> object to draw on.</param>
<param name="image">The <see cref="T:System.Drawing.Image" /> to draw.</param>
<param name="x">The <see cref="P:System.Drawing.Rectangle.X" /> coordinate of the top left of the border image.</param>
<param name="y">The <see cref="P:System.Drawing.Rectangle.Y" /> coordinate of the top left of the border image.</param>
<param name="background">The <see cref="T:System.Drawing.Color" /> of the background behind the image. </param>
</member>
<member name="M:System.Windows.Forms.ControlPaint.DrawLockedFrame(System.Drawing.Graphics,System.Drawing.Rectangle,System.Boolean)">
<summary>
<para> Draws a locked selection frame on the screen
within the specified bounds and on the specified graphics surface. Specifies whether
to draw the frame with the primary selected colors.</para>
</summary>
<param name="graphics">The <see cref="T:System.Drawing.Graphics" /> object to draw on.</param>
<param name="rectangle">
<para>The <see cref="T:System.Drawing.Rectangle" /> that represents the dimensions of the frame. </para>
</param>
<param name="primary">
<para>
<see langword="true" /> to draw this frame with the colors used for the primary selection; otherwise, <see langword="false" />.</para>
</param>
</member>
<member name="M:System.Windows.Forms.ControlPaint.DrawMenuGlyph(System.Drawing.Graphics,System.Drawing.Rectangle,System.Windows.Forms.MenuGlyph)">
<summary>
<para>Draws the specified menu glyph on a menu item control within the specified
bounds and on the specified surface.</para>
</summary>
<param name="graphics">The <see cref="T:System.Drawing.Graphics" /> object to draw on. </param>
<param name="rectangle">The <see cref="T:System.Drawing.Rectangle" /> that represents the dimensions of the glyph. </param>
<param name="glyph">The <see cref="T:System.Windows.Forms.MenuGlyph" /> to draw. </param>
</member>
<member name="M:System.Windows.Forms.ControlPaint.DrawMenuGlyph(System.Drawing.Graphics,System.Int32,System.Int32,System.Int32,System.Int32,System.Windows.Forms.MenuGlyph)">
<summary>
<para>Draws the specified menu glyph on a menu item control with the specified
bounds and on the specified surface.</para>
</summary>
<param name="graphics">The <see cref="T:System.Drawing.Graphics" /> object to draw on. </param>
<param name="x">The <see cref="P:System.Drawing.Rectangle.X" /> coordinate of the upper left corner of the drawing rectangle. </param>
<param name="y">The <see cref="P:System.Drawing.Rectangle.Y" /> coordinate of the upper left corner of the drawing rectangle. </param>
<param name="width">The <see cref="P:System.Drawing.Rectangle.Width" /> of the menu glyph. </param>
<param name="height">The <see cref="P:System.Drawing.Rectangle.Height" /> of the menu glyph. </param>
<param name="glyph">The <see cref="T:System.Windows.Forms.MenuGlyph" /> to draw. </param>
</member>
<member name="M:System.Windows.Forms.ControlPaint.DrawMixedCheckBox(System.Drawing.Graphics,System.Drawing.Rectangle,System.Windows.Forms.ButtonState)">
<summary>
<para>Draws a three-state check box control in the specified state, on the specified graphics
surface, and within the specified bounds.</para>
</summary>
<param name="graphics">The <see cref="T:System.Drawing.Graphics" /> object to draw on. </param>
<param name="rectangle">The <see cref="T:System.Drawing.Rectangle" /> that represents the dimensions of the check box. </param>
<param name="state">The <see cref="T:System.Windows.Forms.ButtonState" /> to draw the check box in. </param>
</member>
<member name="M:System.Windows.Forms.ControlPaint.DrawMixedCheckBox(System.Drawing.Graphics,System.Int32,System.Int32,System.Int32,System.Int32,System.Windows.Forms.ButtonState)">
<summary>
<para>Draws a three-state check box control in the specified state, on the specified graphics surface, and within the specified bounds.</para>
</summary>
<param name="graphics">The <see cref="T:System.Drawing.Graphics" /> object to draw on. </param>
<param name="x">The <see cref="P:System.Drawing.Rectangle.X" /> coordinate of the upper left corner of the drawing rectangle. </param>
<param name="y">The <see cref="P:System.Drawing.Rectangle.Y" /> coordinate of the upper left corner of the drawing rectangle. </param>
<param name="width">The <see cref="P:System.Drawing.Rectangle.Width" /> of the check box. </param>
<param name="height">The <see cref="P:System.Drawing.Rectangle.Height" /> of the check box. </param>
<param name="state">The <see cref="T:System.Windows.Forms.ButtonState" /> to draw the check box in. </param>
</member>
<member name="M:System.Windows.Forms.ControlPaint.DrawRadioButton(System.Drawing.Graphics,System.Drawing.Rectangle,System.Windows.Forms.ButtonState)">
<summary>
<para>Draws a radio button control in the specified state, on the specified graphics
surface, and within the specified bounds.</para>
</summary>
<param name="graphics">The <see cref="T:System.Drawing.Graphics" /> object to draw on. </param>
<param name="rectangle">The <see cref="T:System.Drawing.Rectangle" /> that represents the dimensions of the radio button. </param>
<param name="state">The <see cref="T:System.Windows.Forms.ButtonState" /> to draw the radio button in. </param>
</member>
<member name="M:System.Windows.Forms.ControlPaint.DrawRadioButton(System.Drawing.Graphics,System.Int32,System.Int32,System.Int32,System.Int32,System.Windows.Forms.ButtonState)">
<summary>
<para>Draws a radio button control in the specified state, on the specified graphics surface, and within the specified bounds.</para>
</summary>
<param name="graphics">The <see cref="T:System.Drawing.Graphics" /> object to draw on. </param>
<param name="x">The <see cref="P:System.Drawing.Rectangle.X" /> coordinate of the upper left corner of the drawing rectangle. </param>
<param name="y">The <see cref="P:System.Drawing.Rectangle.Y" /> coordinate of the upper left corner of the drawing rectangle. </param>
<param name="width">The <see cref="P:System.Windows.Forms.Control.Width" /> of the radio button. </param>
<param name="height">The <see cref="P:System.Windows.Forms.Control.Height" /> of the radio button. </param>
<param name="state">The <see cref="T:System.Windows.Forms.ButtonState" /> to draw the radio button in. </param>
</member>
<member name="M:System.Windows.Forms.ControlPaint.DrawReversibleFrame(System.Drawing.Rectangle,System.Drawing.Color,System.Windows.Forms.FrameStyle)">
<summary>
<para>Draws a reversible frame on the screen within the
specified bounds, with the specified background color, and in the specified state.</para>
</summary>
<param name="rectangle">
<para>The <see cref="T:System.Drawing.Rectangle" /> that represents the dimensions of the rectangle to draw, in screen coordinates. </para>
</param>
<param name="backColor">The <see cref="T:System.Drawing.Color" /> of the background behind the frame. </param>
<param name="style">The <see cref="T:System.Windows.Forms.FrameStyle" /> of the frame. </param>
</member>
<member name="M:System.Windows.Forms.ControlPaint.DrawReversibleLine(System.Drawing.Point,System.Drawing.Point,System.Drawing.Color)">
<summary>
<para>Draws a reversible line on the screen within the specified starting and
ending points and with the specified background color.</para>
</summary>
<param name="start">The starting <see cref="T:System.Drawing.Point" /> of the line, in screen coordinates. </param>
<param name="end">The ending <see cref="T:System.Drawing.Point" /> of the line, in screen coordinates. </param>
<param name="backColor">The <see cref="T:System.Drawing.Color" /> of the background behind the line. </param>
</member>
<member name="M:System.Windows.Forms.ControlPaint.DrawScrollButton(System.Drawing.Graphics,System.Drawing.Rectangle,System.Windows.Forms.ScrollButton,System.Windows.Forms.ButtonState)">
<summary>
<para>Draws the specified scroll button on a scroll bar control
in the specified state, on the specified graphics surface, and within the
specified bounds.</para>
</summary>
<param name="graphics">The <see cref="T:System.Drawing.Graphics" /> object to draw on. </param>
<param name="rectangle">The <see cref="T:System.Drawing.Rectangle" /> that represents the dimensions of the glyph. </param>
<param name="button">The <see cref="T:System.Windows.Forms.ScrollButton" /> to draw. </param>
<param name="state">The <see cref="T:System.Windows.Forms.ButtonState" /> that represents the state to draw the scroll button in. </param>
</member>
<member name="M:System.Windows.Forms.ControlPaint.DrawScrollButton(System.Drawing.Graphics,System.Int32,System.Int32,System.Int32,System.Int32,System.Windows.Forms.ScrollButton,System.Windows.Forms.ButtonState)">
<summary>
<para>Draws the specified scroll button on a scroll bar control
in the specified state, on the specified graphics surface, and within the specified bounds.</para>
</summary>
<param name="graphics">The <see cref="T:System.Drawing.Graphics" /> object to draw on. </param>
<param name="x">The <see cref="P:System.Drawing.Rectangle.X" /> coordinate of the upper left corner of the drawing rectangle. </param>
<param name="y">The <see cref="P:System.Drawing.Rectangle.Y" /> coordinate of the upper left corner of the drawing rectangle. </param>
<param name="width">The <see cref="P:System.Drawing.Rectangle.Width" /> of the scroll button. </param>
<param name="height">The <see cref="P:System.Drawing.Rectangle.Height" /> of the scroll button. </param>
<param name="button">The <see cref="T:System.Windows.Forms.ScrollButton" /> to draw. </param>
<param name="state">The <see cref="T:System.Windows.Forms.ButtonState" /> that represents the state to draw the scroll button in. </param>
</member>
<member name="M:System.Windows.Forms.ControlPaint.DrawSelectionFrame(System.Drawing.Graphics,System.Boolean,System.Drawing.Rectangle,System.Drawing.Rectangle,System.Drawing.Color)">
<summary>
<para>Draws a standard selection frame in the specified state, on the specified
graphics surface, with the specified inner and outer dimensions, and with the
specified background color. </para>
</summary>
<param name="graphics">The <see cref="T:System.Drawing.Graphics" /> object to draw on. </param>
<param name="active">
<para>
<see langword="true" /> to draw the selection frame in an active state; otherwise, <see langword="false" />. </para>
</param>
<param name="insideRect">The <see cref="T:System.Drawing.Rectangle" /> that represents the inner boundary of the selection frame.</param>
<param name="outsideRect">The <see cref="T:System.Drawing.Rectangle" /> that represents the outer boundary of the selection frame.</param>
<param name="backColor">The <see cref="T:System.Drawing.Color" /> of the background behind the frame. </param>
</member>
<member name="M:System.Windows.Forms.ControlPaint.DrawSizeGrip(System.Drawing.Graphics,System.Drawing.Color,System.Drawing.Rectangle)">
<summary>
<para>Draws a size grip on a form with the specified bounds and background color and
on the specified graphics surface.</para>
</summary>
<param name="graphics">The <see cref="T:System.Drawing.Graphics" /> object to draw on. </param>
<param name="bounds">The <see cref="T:System.Drawing.Rectangle" /> that represents the dimensions of the size grip. </param>
<param name="backColor">
<para>The <see cref="T:System.Drawing.Color" /> of the background used to determine the colors of the size grip. </para>
</param>
</member>
<member name="M:System.Windows.Forms.ControlPaint.DrawSizeGrip(System.Drawing.Graphics,System.Drawing.Color,System.Int32,System.Int32,System.Int32,System.Int32)">
<summary>
<para>Draws a size grip on a form with the specified bounds and background color and
on the specified graphics surface.</para>
</summary>
<param name="graphics">The <see cref="T:System.Drawing.Graphics" /> object to draw on. </param>
<param name="backColor">
<para>The <see cref="T:System.Drawing.Color" /> of the background used to determine the colors of the size grip. </para>
</param>
<param name="x">The <see cref="P:System.Drawing.Rectangle.X" /> coordinate of the upper left corner of the size grip. </param>
<param name="y">The <see cref="P:System.Drawing.Rectangle.Y" /> coordinate of the upper left corner of the size grip. </param>
<param name="width">The <see cref="P:System.Drawing.Rectangle.Width" /> of the size grip. </param>
<param name="height">The <see cref="P:System.Drawing.Rectangle.Height" /> of the size grip. </param>
</member>
<member name="M:System.Windows.Forms.ControlPaint.DrawStringDisabled(System.Drawing.Graphics,System.String,System.Drawing.Font,System.Drawing.Color,System.Drawing.RectangleF,System.Drawing.StringFormat)">
<summary>
<para> Draws the specified string in a disabled
state on the specified graphics surface, within the specified bounds, and
in the specified font, color, and format.</para>
</summary>
<param name="graphics">The <see cref="T:System.Drawing.Graphics" /> object to draw on.</param>
<param name="s">The <see cref="T:System.String" /> to draw.</param>
<param name="font">The <see cref="T:System.Drawing.Font" /> to draw the string with.</param>
<param name="color">The <see cref="T:System.Drawing.Color" /> to draw the string with.</param>
<param name="layoutRectangle">The <see cref="T:System.Drawing.RectangleF" /> object that represents the dimensions of the string.</param>
<param name="format">The <see cref="T:System.Drawing.StringFormat" /> to apply to the string.</param>
</member>
<member name="M:System.Windows.Forms.ControlPaint.FillReversibleRectangle(System.Drawing.Rectangle,System.Drawing.Color)">
<summary>
<para> Draws a filled,
reversible rectangle on the screen.</para>
</summary>
<param name="rectangle">
<para>The <see cref="T:System.Drawing.Rectangle" /> that represents the dimensions of the rectangle to fill, in screen coordinates. </para>
</param>
<param name="backColor">The <see cref="T:System.Drawing.Color" /> of the background behind the fill. </param>
</member>
<member name="M:System.Windows.Forms.ControlPaint.Light(System.Drawing.Color,System.Single)">
<summary>
<para>Creates a new light color object for the control from the specified color and lightens it by the specified percentage.</para>
</summary>
<param name="baseColor">The <see cref="T:System.Drawing.Color" /> to be lightened.</param>
<param name="percOfLightLight">The percentage to lighten the specified <see cref="T:System.Drawing.Color" />.</param>
<returns>
<para>A <see cref="T:System.Drawing.Color" /> that represents the light color on the control.</para>
</returns>
</member>
<member name="M:System.Windows.Forms.ControlPaint.Light(System.Drawing.Color)">
<summary>
<para>Creates a new light color object for the control from the specified color.</para>
</summary>
<param name="baseColor">The <see cref="T:System.Drawing.Color" /> to be lightened.</param>
<returns>
<para>A <see cref="T:System.Drawing.Color" /> that represents the light color on the control.</para>
</returns>
</member>
<member name="M:System.Windows.Forms.ControlPaint.LightLight(System.Drawing.Color)">
<summary>
<para>Creates a new light color object for the control from the specified color.</para>
</summary>
<param name="baseColor">The <see cref="T:System.Drawing.Color" /> to be lightened.</param>
<returns>
<para>A <see cref="T:System.Drawing.Color" /> that represents the light color on the control.</para>
</returns>
</member>
<member name="P:System.Windows.Forms.ControlPaint.ContrastControlDark">
<summary>
<para>Gets the color to use as the
<see cref="P:System.Drawing.SystemColors.ControlDark" /> color.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.ControlPaint.HLSColor.#ctor(System.Drawing.Color)">
<summary>
</summary>
</member>
<member name="M:System.Windows.Forms.ControlPaint.HLSColor.Darker(System.Single)">
<summary>
</summary>
</member>
<member name="M:System.Windows.Forms.ControlPaint.HLSColor.Lighter(System.Single)">
<summary>
</summary>
</member>
<member name="P:System.Windows.Forms.ControlPaint.HLSColor.Hue">
<summary>
</summary>
</member>
<member name="P:System.Windows.Forms.ControlPaint.HLSColor.Luminosity">
<summary>
</summary>
</member>
<member name="P:System.Windows.Forms.ControlPaint.HLSColor.Saturation">
<summary>
</summary>
</member>
<member name="T:System.Windows.Forms.ControlStyles">
<summary>
<para>Specifies the style and behavior of the control.</para>
</summary>
</member>
<member name="F:System.Windows.Forms.ControlStyles.ContainerControl">
<summary>
<para>The control is a container-like control.</para>
</summary>
</member>
<member name="F:System.Windows.Forms.ControlStyles.UserPaint">
<summary>
<para>The control paints itself rather than the operating system doing so. This
style only applies to classes derived from <see cref="T:System.Windows.Forms.Control" />.</para>
</summary>
</member>
<member name="F:System.Windows.Forms.ControlStyles.Opaque">
<summary>
<para> The control is drawn opaque and the background is
not painted.</para>
</summary>
</member>
<member name="F:System.Windows.Forms.ControlStyles.ResizeRedraw">
<summary>
<para> The control is redrawn when it is resized.</para>
</summary>
</member>
<member name="F:System.Windows.Forms.ControlStyles.FixedWidth">
<summary>
<para>
The control has a fixed width.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.ControlStyles.FixedHeight">
<summary>
<para>
The control has a fixed height.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.ControlStyles.StandardClick">
<summary>
<para>The control implements the standard <see cref="E:System.Windows.Forms.Control.Click" />
behavior.</para>
</summary>
</member>
<member name="F:System.Windows.Forms.ControlStyles.Selectable">
<summary>
<para> The control can receive focus.</para>
</summary>
</member>
<member name="F:System.Windows.Forms.ControlStyles.UserMouse">
<summary>
<para> The control does its own mouse processing, and mouse events are not
handled by the operating system.</para>
</summary>
</member>
<member name="F:System.Windows.Forms.ControlStyles.SupportsTransparentBackColor">
<summary>
<para>The control accepts a <see cref="P:System.Windows.Forms.Control.BackColor" /> with an alpha component of less than 255
to simulate transparency. Transparency will be simulated only if the <see cref="F:System.Windows.Forms.ControlStyles.UserPaint" />
bit is set to <see langword="true" />
and the parent control is derived from <see cref="T:System.Windows.Forms.Control" />.</para>
</summary>
</member>
<member name="F:System.Windows.Forms.ControlStyles.StandardDoubleClick">
<summary>
<para>The control implements the standard <see cref="E:System.Windows.Forms.Control.DoubleClick" /> behavior. This style is ignored
if <see cref="F:System.Windows.Forms.ControlStyles.StandardClick" /><see langword=" " />is not set.</para>
</summary>
</member>
<member name="F:System.Windows.Forms.ControlStyles.AllPaintingInWmPaint">
<summary>
<para> The control ignores the window message WM_ERASEBKGND
to reduce flicker. This style should only be used if <see cref="F:System.Windows.Forms.ControlStyles.UserPaint" /> is set to
<see langword="true" />.</para>
</summary>
</member>
<member name="F:System.Windows.Forms.ControlStyles.CacheText">
<summary>
<para>The control keeps a copy of the text rather than getting
it from the <see cref="P:System.Windows.Forms.Control.Handle" /> each time it is
needed. This style defaults to <see langword="false" />. This behavior improves performance, but
makes it difficult to keep the text synchronized.</para>
</summary>
</member>
<member name="F:System.Windows.Forms.ControlStyles.EnableNotifyMessage">
<summary>
<para>If <see langword="true" /> , the <see cref="M:System.Windows.Forms.Control.OnNotifyMessage(System.Windows.Forms.Message)" /> method is called for
every message sent to the control's <see cref="M:System.Windows.Forms.Control.WndProc(System.Windows.Forms.Message@)" />. This style defaults to
<see langword="false" />
.</para>
</summary>
</member>
<member name="F:System.Windows.Forms.ControlStyles.DoubleBuffer">
<summary>
<para> Drawing is performed in a buffer, and after it
completes, the result is output to the screen. Double-buffering prevents flicker
caused by the redrawing of the control. To fully enable double-buffering, you
must also set the <see cref="F:System.Windows.Forms.ControlStyles.UserPaint" /> and <see cref="F:System.Windows.Forms.ControlStyles.AllPaintingInWmPaint" /> bits to <see langword="true" />
.</para>
</summary>
</member>
<member name="T:System.Windows.Forms.ConvertEventArgs">
<summary>
<para>Provides data for the <see cref="E:System.Windows.Forms.Binding.Format" /> and <see cref="E:System.Windows.Forms.Binding.Parse" /> events.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.ConvertEventArgs.#ctor(System.Object,System.Type)">
<summary>
<para>Initializes a new instance of the <see cref="T:System.Windows.Forms.ConvertEventArgs" /> class.</para>
</summary>
<param name="value">An <see cref="T:System.Object" /> that contains the value of the current property.</param>
<param name=" desiredType">The <see cref="T:System.Type" /> of the value.</param>
</member>
<member name="P:System.Windows.Forms.ConvertEventArgs.Value">
<summary>
<para>Gets or sets the value of the <see cref="T:System.Windows.Forms.ConvertEventArgs" /> object.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.ConvertEventArgs.DesiredType">
<summary>
<para> Gets the data type of the desired value.</para>
</summary>
</member>
<member name="T:System.Windows.Forms.ConvertEventHandler">
<summary>
<para>Represents the method that will handle the <see cref="E:System.Windows.Forms.Binding.Parse" /> and <see cref="E:System.Windows.Forms.Binding.Format" /> events of a <see cref="T:System.Windows.Forms.Binding" /> object.</para>
</summary>
<param name="sender">The source of the event.</param>
<param name=" e">A <see cref="T:System.Windows.Forms.ConvertEventArgs" /> that contains the event data.</param>
</member>
<member name="T:System.Windows.Forms.CreateParams">
<summary>
<para> Encapsulates the information needed when creating
a control.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.CreateParams.ClassName">
<summary>
<para> Gets
or
sets the name of the
class to derive the control from.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.CreateParams.Caption">
<summary>
<para> Gets or sets the control's initial text.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.CreateParams.Style">
<summary>
<para>Gets or sets a bitwise combination of window style values.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.CreateParams.ExStyle">
<summary>
<para> Gets or sets a bitwise combination of extended window
style values.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.CreateParams.ClassStyle">
<summary>
<para>Gets or sets a bitwise combination of class style values.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.CreateParams.X">
<summary>
<para> Gets or sets the initial left position of the control.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.CreateParams.Y">
<summary>
<para>Gets or sets the top position of the initial location of the control.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.CreateParams.Width">
<summary>
<para> Gets or sets the initial width of the control.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.CreateParams.Height">
<summary>
<para> Gets or sets the initial height of the control.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.CreateParams.Parent">
<summary>
<para>Gets or sets the control's parent.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.CreateParams.Param">
<summary>
<para>Gets or sets additional parameter information needed to create the control.</para>
</summary>
</member>
<member name="T:System.Windows.Forms.CurrencyManager">
<summary>
<para> Manages a list of <see cref="T:System.Windows.Forms.Binding" />
objects.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.CurrencyManager.AddNew">
<summary>
<para>Adds a new item to the underlying list.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.CurrencyManager.CancelCurrentEdit">
<summary>
<para>Cancels the current edit operation.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.CurrencyManager.CheckEmpty">
<summary>
<para>Throws an exception if there is no list, or the list is empty.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.CurrencyManager.RemoveAt(System.Int32)">
<summary>
<para>Removes the item at the specified index.</para>
</summary>
<param name="index">The index of the item to remove from the list.</param>
</member>
<member name="M:System.Windows.Forms.CurrencyManager.EndCurrentEdit">
<summary>
<para>Ends the current edit operation.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.CurrencyManager.OnItemChanged(System.Windows.Forms.ItemChangedEventArgs)">
<summary>
<para>Raises the <see cref="E:System.Windows.Forms.CurrencyManager.ItemChanged" /> event.</para>
</summary>
<param name="e">An <see cref="T:System.Windows.Forms.ItemChangedEventArgs" /> that contains the event data.</param>
</member>
<member name="M:System.Windows.Forms.CurrencyManager.Refresh">
<summary>
<para>Forces a repopulation of the bound controls.</para>
</summary>
</member>
<member name="E:System.Windows.Forms.CurrencyManager.ItemChanged">
<summary>
<para>Occurs when the
current item has been
altered.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.CurrencyManager.List">
<summary>
<para>Gets the list for this <see cref="T:System.Windows.Forms.CurrencyManager" /> .</para>
</summary>
</member>
<member name="T:System.Windows.Forms.Cursor">
<summary>
<para>Represents the image used to paint the mouse pointer.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.Cursor.#ctor(System.IntPtr)">
<summary>
<para> Initializes a new instance of the <see cref="T:System.Windows.Forms.Cursor" /> class from the specified Windows handle.
</para>
</summary>
<param name="handle">The Windows handle of the cursor to create. </param>
</member>
<member name="M:System.Windows.Forms.Cursor.#ctor(System.String)">
<summary>
<para> Initializes a new instance of the <see cref="T:System.Windows.Forms.Cursor" />
class from
the specified file.</para>
</summary>
<param name="fileName">The cursor file to load. </param>
</member>
<member name="M:System.Windows.Forms.Cursor.#ctor(System.Type,System.String)">
<summary>
<para>Initializes a new instance of the <see cref="T:System.Windows.Forms.Cursor" /> class from the specified resource with the specified resource type.</para>
</summary>
<param name="type">The resource <see cref="T:System.Type" /> .</param>
<param name="resource">A <see cref="T:System.String" /> that represents the name of the resource.</param>
</member>
<member name="M:System.Windows.Forms.Cursor.#ctor(System.IO.Stream)">
<summary>
<para> Initializes a new instance of the <see cref="T:System.Windows.Forms.Cursor" /> class from the
specified data stream.
</para>
</summary>
<param name="stream">The data stream to load the <see cref="T:System.Windows.Forms.Cursor" /> from. </param>
</member>
<member name="M:System.Windows.Forms.Cursor.CopyHandle">
<summary>
<para> Copies the handle of this <see cref="T:System.Windows.Forms.Cursor" />.</para>
</summary>
<returns>
<para>An <see cref="T:System.IntPtr" /> object that represents the cursor's handle.</para>
</returns>
</member>
<member name="M:System.Windows.Forms.Cursor.Dispose">
<summary>
<para>Releases all resources used by the <see cref="T:System.Windows.Forms.Cursor" /> .</para>
</summary>
</member>
<member name="M:System.Windows.Forms.Cursor.Draw(System.Drawing.Graphics,System.Drawing.Rectangle)">
<summary>
<para> Draws the cursor on the specified surface, within the specified bounds.</para>
</summary>
<param name="g">The <see cref="T:System.Drawing.Graphics" /> surface on which to draw the <see cref="T:System.Windows.Forms.Cursor" /> .</param>
<param name="targetRect">The <see cref="T:System.Drawing.Rectangle" /> that represents the bounds of the <see cref="T:System.Windows.Forms.Cursor" /> .</param>
</member>
<member name="M:System.Windows.Forms.Cursor.DrawStretched(System.Drawing.Graphics,System.Drawing.Rectangle)">
<summary>
<para>Draws the cursor in a stretched format on the specified
surface, within the specified bounds.</para>
</summary>
<param name="g">The <see cref="T:System.Drawing.Graphics" /> surface on which to draw the <see cref="T:System.Windows.Forms.Cursor" /> .</param>
<param name="targetRect">The <see cref="T:System.Drawing.Rectangle" /> that represents the bounds of the <see cref="T:System.Windows.Forms.Cursor" /> .</param>
</member>
<member name="M:System.Windows.Forms.Cursor.Hide">
<summary>
<para> Hides the cursor.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.Cursor.Show">
<summary>
<para> Displays the cursor.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.Cursor.op_Equality(System.Windows.Forms.Cursor,System.Windows.Forms.Cursor)">
<summary>
<para>Returns a value indicating whether two instances
of a <see cref="T:System.Windows.Forms.Cursor" /> object are equal.</para>
</summary>
<param name="left">A <see cref="T:System.Windows.Forms.Cursor" /> object to compare.</param>
<param name=" right">A <see cref="T:System.Windows.Forms.Cursor" /> object to compare.</param>
<returns>
<para>
<see langword="true" /> if two instances of a <see cref="T:System.Windows.Forms.Cursor" /> object are equal;
otherwise, <see langword="false" />.</para>
</returns>
</member>
<member name="M:System.Windows.Forms.Cursor.op_Inequality(System.Windows.Forms.Cursor,System.Windows.Forms.Cursor)">
<summary>
<para>Returns a value indicating whether two instances
of a <see cref="T:System.Windows.Forms.Cursor" /> object are not equal.</para>
</summary>
<param name="left">A <see cref="T:System.Windows.Forms.Cursor" /> object to compare.</param>
<param name=" right">A <see cref="T:System.Windows.Forms.Cursor" /> object to compare.</param>
<returns>
<para>
<see langword="true" /> if two instances of a <see cref="T:System.Windows.Forms.Cursor" /> object are not equal;
otherwise, <see langword="false" />.</para>
</returns>
</member>
<member name="M:System.Windows.Forms.Cursor.Equals(System.Object)">
<summary>
<para> Returns a value indicating whether the cursor is equal to the specified <see cref="T:System.Windows.Forms.Cursor" /> object.</para>
</summary>
<param name="obj">The <see cref="T:System.Windows.Forms.Cursor" /> object to compare.</param>
<returns>
<para>
<see langword="true" /> if the cursor is equal to the specified <see cref="T:System.Windows.Forms.Cursor" />
object;
otherwise, <see langword="false" />.</para>
</returns>
</member>
<member name="P:System.Windows.Forms.Cursor.Clip">
<summary>
<para> Gets or sets the bounds that represents the
clipping rectangle for
the cursor.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.Cursor.Current">
<summary>
<para>Gets or sets a cursor object that represents the mouse cursor.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.Cursor.Handle">
<summary>
<para> Gets the handle of the cursor.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.Cursor.Position">
<summary>
<para> Gets or
sets the cursor's position.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.Cursor.Size">
<summary>
<para>Gets the size of the cursor object.</para>
</summary>
</member>
<member name="T:System.Windows.Forms.CursorConverter">
<summary>
<para>Provides a type converter to convert <see cref="T:System.Windows.Forms.Cursor" /> objects to and from various other
representations.</para>
</summary>
</member>
<member name="T:System.Windows.Forms.Cursors">
<summary>
<para>Provides a collection of <see cref="T:System.Windows.Forms.Cursor" /> objects for use by a Windows Forms
application.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.Cursors.AppStarting">
<summary>
<para> Gets the cursor that appears when an application starts.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.Cursors.Arrow">
<summary>
<para>Gets the arrow cursor.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.Cursors.Cross">
<summary>
<para>Gets the crosshair cursor.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.Cursors.Default">
<summary>
<para>Gets the default cursor, which is usually an arrow cursor.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.Cursors.IBeam">
<summary>
<para> Gets the I-beam cursor, which is used to show where the
text cursor appears when the mouse is clicked.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.Cursors.No">
<summary>
<para>Gets the cursor that indicates that a particular region is
invalid for the current operation.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.Cursors.SizeAll">
<summary>
<para> Gets the four-headed sizing cursor, which consists of
four joined arrows that point north, south, east, and west.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.Cursors.SizeNESW">
<summary>
<para>Gets the two-headed diagonal (northeast/southwest) sizing cursor.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.Cursors.SizeNS">
<summary>
<para>Gets the two-headed vertical (north/south) sizing cursor.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.Cursors.SizeNWSE">
<summary>
<para>Gets the two-headed diagonal (northwest/southeast) sizing cursor.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.Cursors.SizeWE">
<summary>
<para>Gets the two-headed horizontal (west/east) sizing cursor.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.Cursors.UpArrow">
<summary>
<para>Gets the up arrow cursor, typically used to identify an insertion point.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.Cursors.WaitCursor">
<summary>
<para> Gets the wait cursor, typically an hourglass shape.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.Cursors.Help">
<summary>
<para>Gets the Help cursor, which is a combination of an arrow and a question mark.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.Cursors.HSplit">
<summary>
<para>Gets the cursor that appears when the mouse is positioned
over a horizontal splitter bar.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.Cursors.VSplit">
<summary>
<para>Gets the cursor that appears when the mouse is positioned over a vertical splitter bar.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.Cursors.NoMove2D">
<summary>
<para>Gets the cursor that appears during wheel operations when
the mouse is not moving, but the window can be scrolled in both a horizontal and vertical direction.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.Cursors.NoMoveHoriz">
<summary>
<para> Gets the cursor that appears during wheel operations when the mouse is not moving, but the window can be scrolled in a horizontal direction.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.Cursors.NoMoveVert">
<summary>
<para> Gets the cursor that appears during wheel operations when the mouse is not moving, but the window can be scrolled in a vertical direction.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.Cursors.PanEast">
<summary>
<para> Gets the cursor that appears during wheel operations when the mouse is moving and the window is scrolling horizontally to the right.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.Cursors.PanNE">
<summary>
<para>Gets the cursor that appears during wheel operations when the mouse is moving and the window is scrolling horizontally and vertically upward and to the right.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.Cursors.PanNorth">
<summary>
<para>Gets the cursor that appears during wheel operations when the mouse is moving and the window is scrolling vertically in an upward direction.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.Cursors.PanNW">
<summary>
<para>Gets the cursor that appears during wheel operations when the mouse is moving and the window is scrolling horizontally and vertically upward and to the left.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.Cursors.PanSE">
<summary>
<para>Gets the cursor that appears during wheel operations when the mouse is moving and the window is scrolling horizontally and vertically downward and to the right.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.Cursors.PanSouth">
<summary>
<para>Gets the cursor that appears during wheel operations when the mouse is moving and the window is scrolling vertically in a downward direction.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.Cursors.PanSW">
<summary>
<para>Gets the cursor that appears during wheel operations when the mouse is moving and the window is scrolling horizontally and vertically downward and to the left.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.Cursors.PanWest">
<summary>
<para>Gets the cursor that appears during wheel operations when the mouse is moving and the window is scrolling horizontally to the left.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.Cursors.Hand">
<summary>
<para>Gets the hand cursor, typically used when hovering over a Web link.</para>
</summary>
</member>
<member name="T:System.Windows.Forms.DataFormats">
<summary>
<para>Provides <see langword="static" />, predefined
<see cref="T:System.Windows.Forms.Clipboard" /> format names. Use them to identify the format
of data that you store in an <see cref="T:System.Windows.Forms.IDataObject" />
.</para>
</summary>
</member>
<member name="F:System.Windows.Forms.DataFormats.Text">
<summary>
<para>Specifies the standard ANSI text format. This <see langword="static " />
field is read-only.</para>
</summary>
</member>
<member name="F:System.Windows.Forms.DataFormats.UnicodeText">
<summary>
<para>Specifies the standard Windows Unicode text format. This
<see langword="static" /> field is read-only.</para>
</summary>
</member>
<member name="F:System.Windows.Forms.DataFormats.Dib">
<summary>
<para>Specifies the Windows Device Independent Bitmap (DIB)
format. This <see langword="static" /> field is read-only.</para>
</summary>
</member>
<member name="F:System.Windows.Forms.DataFormats.Bitmap">
<summary>
<para>Specifies a Windows bitmap format. This <see langword="static" /> field is read-only.</para>
</summary>
</member>
<member name="F:System.Windows.Forms.DataFormats.EnhancedMetafile">
<summary>
<para>Specifies the Windows enhanced metafile format. This
<see langword="static" /> field is read-only.</para>
</summary>
</member>
<member name="F:System.Windows.Forms.DataFormats.MetafilePict">
<summary>
<para>Specifies the Windows metafile format, which Windows Forms
does not directly use. This <see langword="static" /> field is read-only.</para>
</summary>
</member>
<member name="F:System.Windows.Forms.DataFormats.SymbolicLink">
<summary>
<para>Specifies the Windows symbolic link format, which Windows
Forms does not directly use. This <see langword="static" /> field is read-only.</para>
</summary>
</member>
<member name="F:System.Windows.Forms.DataFormats.Dif">
<summary>
<para>Specifies the Windows Data Interchange Format (DIF), which Windows
Forms does not directly use. This <see langword="static" /> field is read-only.</para>
</summary>
</member>
<member name="F:System.Windows.Forms.DataFormats.Tiff">
<summary>
<para>Specifies the Tagged Image File Format (TIFF), which Windows
Forms does not directly use. This <see langword="static" /> field is read-only.</para>
</summary>
</member>
<member name="F:System.Windows.Forms.DataFormats.OemText">
<summary>
<para>Specifies the standard Windows original equipment
manufacturer (OEM) text format. This <see langword="static" /> field is read-only.</para>
</summary>
</member>
<member name="F:System.Windows.Forms.DataFormats.Palette">
<summary>
<para>Specifies the Windows palette format. This <see langword="static" />
field is read-only.</para>
</summary>
</member>
<member name="F:System.Windows.Forms.DataFormats.PenData">
<summary>
<para>Specifies the Windows pen data format, which consists of
pen strokes for handwriting software; Windows Forms does not use this format. This
<see langword="static" /> field is read-only.</para>
</summary>
</member>
<member name="F:System.Windows.Forms.DataFormats.Riff">
<summary>
<para>Specifies the Resource Interchange File Format (RIFF)
audio format, which Windows Forms does not directly use. This <see langword="static " /> field is read-only.</para>
</summary>
</member>
<member name="F:System.Windows.Forms.DataFormats.WaveAudio">
<summary>
<para>Specifies the wave audio format, which Windows Forms does not
directly use. This <see langword="static" /> field is read-only.</para>
</summary>
</member>
<member name="F:System.Windows.Forms.DataFormats.FileDrop">
<summary>
<para>Specifies the Windows file drop format, which Windows Forms
does not directly use. This <see langword="static" /> field is read-only.</para>
</summary>
</member>
<member name="F:System.Windows.Forms.DataFormats.Locale">
<summary>
<para>Specifies the Windows culture format, which Windows Forms does
not directly use. This <see langword="static" /> field is read-only.</para>
</summary>
</member>
<member name="F:System.Windows.Forms.DataFormats.Html">
<summary>
<para>Specifies text consisting of HTML data. This <see langword="static" /> field is read-only.</para>
</summary>
</member>
<member name="F:System.Windows.Forms.DataFormats.Rtf">
<summary>
<para>Specifies text consisting of Rich Text Format (RTF) data. This
<see langword="static" /> field is read-only.</para>
</summary>
</member>
<member name="F:System.Windows.Forms.DataFormats.CommaSeparatedValue">
<summary>
<para>Specifies a comma-separated value (CSV) format, which is a
common interchange format used by spreadsheets. This format is not used directly
by Windows Forms. This <see langword="static" /> field is read-only.</para>
</summary>
</member>
<member name="F:System.Windows.Forms.DataFormats.StringFormat">
<summary>
<para>Specifies the Windows Forms string class format, which Windows
Forms uses to store string objects. This <see langword="static" /> field is read-only.</para>
</summary>
</member>
<member name="F:System.Windows.Forms.DataFormats.Serializable">
<summary>
<para>Specifies a format that encapsulates any type of Windows Forms
object. This <see langword="static" /> field is read-only.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.DataFormats.GetFormat(System.String)">
<summary>
<para>Returns a <see cref="T:System.Windows.Forms.DataFormats.Format" /> with the Windows Clipboard numeric ID and name for the specified format.</para>
</summary>
<param name="format">The format name.</param>
<returns>
<para>A <see cref="T:System.Windows.Forms.DataFormats.Format" /> that has the Windows Clipboard numeric ID and the name
of the format.</para>
</returns>
</member>
<member name="M:System.Windows.Forms.DataFormats.GetFormat(System.Int32)">
<summary>
<para>Returns a <see cref="T:System.Windows.Forms.DataFormats.Format" /> with the Windows Clipboard numeric
ID and name for the specified ID.</para>
</summary>
<param name="id">The format ID.</param>
<returns>
<para>A <see cref="T:System.Windows.Forms.DataFormats.Format" /> that has the Windows Clipboard
numeric ID and the
name of the format.</para>
</returns>
</member>
<member name="P:System.Windows.Forms.DataFormats.Format.Name">
<summary>
<para>Gets the name of this format.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.DataFormats.Format.Id">
<summary>
<para>
Gets the ID number for this format.</para>
</summary>
</member>
<member name="T:System.Windows.Forms.DataGrid">
<summary>
<para>Displays ADO.NET data in a scrollable grid.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.IDataGridEditingService.BeginEdit(System.Windows.Forms.DataGridColumnStyle,System.Int32)">
<summary>
<para>Requests an edit operation.</para>
</summary>
<param name="gridColumn">The <see cref="T:System.Windows.Forms.DataGridColumnStyle" /> to edit.</param>
<param name=" rowNumber">The number of the row to edit</param>
<returns>
<para>If the operation will be performed, true is returned;
otherwise false is returned.</para>
</returns>
</member>
<member name="M:System.Windows.Forms.IDataGridEditingService.EndEdit(System.Windows.Forms.DataGridColumnStyle,System.Int32,System.Boolean)">
<summary>
<para>Requests an end to an edit operation taking place.</para>
</summary>
<param name="gridColumn">The <see cref="T:System.Windows.Forms.DataGridColumnStyle" /> to edit.</param>
<param name="rowNumber">The number of the row to edit</param>
<param name=" shouldAbort">True if an abort operation is requested</param>
<returns>
<para>If the operation will be performed, true is returned;
otherwise false is returned.</para>
</returns>
</member>
<member name="M:System.Windows.Forms.DataGrid.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:System.Windows.Forms.DataGrid" qualify="true" />
class.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.DataGrid.ResetAlternatingBackColor">
<summary>
<para>Resets the <see cref="P:System.Windows.Forms.DataGrid.AlternatingBackColor" /> property to its default color.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.DataGrid.ShouldSerializeAlternatingBackColor">
<summary>
<para>Indicates whether the <see cref="P:System.Windows.Forms.DataGrid.AlternatingBackColor" /> property should be persisted.</para>
</summary>
<returns>
<para>
<see langword="true" /> if the property value has changed
from its default; otherwise, <see langword="false" /> .</para>
</returns>
</member>
<member name="M:System.Windows.Forms.DataGrid.ResetBackColor">
<summary>
<para>Resets the <see cref="P:System.Windows.Forms.DataGrid.BackColor" /> property to its default value.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.DataGrid.ResetForeColor">
<summary>
<para>Resets the <see cref="P:System.Windows.Forms.DataGrid.ForeColor" /> property to its default value.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.DataGrid.ShouldSerializeCaptionBackColor">
<summary>
<para> Gets a value
indicating whether the <see cref="P:System.Windows.Forms.DataGrid.CaptionBackColor" /> property should be
persisted.
</para>
</summary>
<returns>
<para>
<see langword="true " />if the property value has been changed from its
default; otherwise, <see langword="false" />.
</para>
</returns>
</member>
<member name="M:System.Windows.Forms.DataGrid.ShouldSerializeCaptionForeColor">
<summary>
<para> Gets a value
indicating whether the <see cref="P:System.Windows.Forms.DataGrid.CaptionForeColor" /> property should be
persisted.
</para>
</summary>
<returns>
<para>
<see langword="true " />if the property value has been changed from its
default; otherwise, <see langword="false" />.
</para>
</returns>
</member>
<member name="M:System.Windows.Forms.DataGrid.ShouldSerializeSelectionBackColor">
<summary>
<para>Indicates whether the <see cref="P:System.Windows.Forms.DataGrid.SelectionBackColor" /> property should be persisted.</para>
</summary>
<returns>
<para>
<see langword="true" /> if the property value has changed
from its default; otherwise, <see langword="false" /> .</para>
</returns>
</member>
<member name="M:System.Windows.Forms.DataGrid.ResetSelectionBackColor">
<summary>
<para>Resets the <see cref="P:System.Windows.Forms.DataGrid.SelectionBackColor" /> property to
its default value.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.DataGrid.ShouldSerializeSelectionForeColor">
<summary>
<para>Indicates whether the <see cref="P:System.Windows.Forms.DataGrid.SelectionForeColor" /> property should be
persisted.</para>
</summary>
<returns>
<para>
<see langword="true" /> if the property value has changed
from its default; otherwise, <see langword="false" /> .</para>
</returns>
</member>
<member name="M:System.Windows.Forms.DataGrid.ResetSelectionForeColor">
<summary>
<para>Resets the <see cref="P:System.Windows.Forms.DataGrid.SelectionForeColor" /> property to its default value.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.DataGrid.SetDataBinding(System.Object,System.String)">
<summary>
<para>Sets the <see cref="P:System.Windows.Forms.DataGrid.DataSource" /> and <see cref="P:System.Windows.Forms.DataGrid.DataMember" /> properties at run time.</para>
</summary>
<param name="dataSource">The data source, typed as <see cref="T:System.Object" />, for the <see cref="T:System.Windows.Forms.DataGrid" qualify="true" /> control.</param>
<param name=" dataMember">The <see cref="P:System.Windows.Forms.DataGrid.DataMember" /> string that specifies the table to bind to within the object returned by the <see cref="P:System.Windows.Forms.DataGrid.DataSource" /> property.</param>
</member>
<member name="M:System.Windows.Forms.DataGrid.ShouldSerializeGridLineColor">
<summary>
<para>Indicates whether the <see cref="P:System.Windows.Forms.DataGrid.GridLineColor" /> property should be persisted.</para>
</summary>
<returns>
<para>
<see langword="true" /> if the property value has changed
from its default; otherwise, <see langword="false" /> .</para>
</returns>
</member>
<member name="M:System.Windows.Forms.DataGrid.ResetGridLineColor">
<summary>
<para>Resets the <see cref="P:System.Windows.Forms.DataGrid.GridLineColor" /> property to its default value.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.DataGrid.ShouldSerializeHeaderBackColor">
<summary>
<para>Indicates whether the <see cref="P:System.Windows.Forms.DataGrid.HeaderBackColor" /> property should be persisted.</para>
</summary>
<returns>
<para>
<see langword="true" /> if the property value has changed
from its default; otherwise, <see langword="false" /> .</para>
</returns>
</member>
<member name="M:System.Windows.Forms.DataGrid.ResetHeaderBackColor">
<summary>
<para>Resets the <see cref="P:System.Windows.Forms.DataGrid.HeaderBackColor" /> property to its default value.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.DataGrid.ShouldSerializeBackgroundColor">
<summary>
<para>Indicates whether the <see cref="P:System.Windows.Forms.DataGrid.BackgroundColor" /> property should be
persisted.</para>
</summary>
<returns>
<para>
<see langword="true" /> if the property value has changed from its default;
otherwise, <see langword="false" />.</para>
</returns>
</member>
<member name="M:System.Windows.Forms.DataGrid.ShouldSerializeHeaderFont">
<summary>
<para>Indicates whether the <see cref="P:System.Windows.Forms.DataGrid.HeaderFont" /> property should be persisted.</para>
</summary>
<returns>
<para>
<see langword="true" /> if the property value has changed
from its default; otherwise, <see langword="false" /> .</para>
</returns>
</member>
<member name="M:System.Windows.Forms.DataGrid.ResetHeaderFont">
<summary>
<para>Resets the <see cref="P:System.Windows.Forms.DataGrid.HeaderFont" /> property to its default value.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.DataGrid.ShouldSerializeHeaderForeColor">
<summary>
<para>Indicates whether the <see cref="P:System.Windows.Forms.DataGrid.HeaderForeColor" /> property should be
persisted.</para>
</summary>
<returns>
<para>
<see langword="true" /> if the property value has changed
from its default; otherwise, <see langword="false" /> .</para>
</returns>
</member>
<member name="M:System.Windows.Forms.DataGrid.ResetHeaderForeColor">
<summary>
<para>Resets the <see cref="P:System.Windows.Forms.DataGrid.HeaderForeColor" /> property to its default value.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.DataGrid.ResetLinkColor">
<summary>
<para>Resets the <see cref="P:System.Windows.Forms.DataGrid.LinkColor" /> property to its default value.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.DataGrid.ShouldSerializeLinkHoverColor">
<summary>
<para>Indicates whether the <see cref="P:System.Windows.Forms.DataGrid.LinkHoverColor" /> property should be persisted.</para>
</summary>
<returns>
<para>
<see langword="true" /> if the property value has changed
from its default; otherwise, <see langword="false" /> .</para>
</returns>
</member>
<member name="M:System.Windows.Forms.DataGrid.ShouldSerializeParentRowsBackColor">
<summary>
<para> Indicates whether the <see cref="P:System.Windows.Forms.DataGrid.ParentRowsBackColor" /> property should be
persisted.
</para>
</summary>
<returns>
<para>
<see langword="true " />if the property value has been changed from its
default; otherwise, <see langword="false" />.
</para>
</returns>
</member>
<member name="M:System.Windows.Forms.DataGrid.ShouldSerializeParentRowsForeColor">
<summary>
<para> Indicates whether the <see cref="P:System.Windows.Forms.DataGrid.ParentRowsForeColor" /> property should be
persisted.
</para>
</summary>
<returns>
<para>
<see langword="true " />if the property value has been changed from its
default; otherwise, <see langword="false" />.
</para>
</returns>
</member>
<member name="M:System.Windows.Forms.DataGrid.ShouldSerializePreferredRowHeight">
<summary>
<para>Indicates whether the <see cref="P:System.Windows.Forms.DataGrid.PreferredRowHeight" /> property should be
persisted.</para>
</summary>
<returns>
<see langword="true" /> if the property
value has changed from its default; otherwise, <see langword="false" />.
</returns>
</member>
<member name="M:System.Windows.Forms.DataGrid.OnBorderStyleChanged(System.EventArgs)">
<summary>
<para>Raises the <see cref="E:System.Windows.Forms.DataGrid.BorderStyleChanged" /> event.</para>
</summary>
<param name="e">An <see cref="T:System.EventArgs" /> that contains the event data.</param>
</member>
<member name="M:System.Windows.Forms.DataGrid.OnCaptionVisibleChanged(System.EventArgs)">
<summary>
<para>Raises the <see cref="E:System.Windows.Forms.DataGrid.CaptionVisibleChanged" /> event.</para>
</summary>
<param name="e">An <see cref="T:System.EventArgs" /> that contains the event data.</param>
</member>
<member name="M:System.Windows.Forms.DataGrid.OnCurrentCellChanged(System.EventArgs)">
<summary>
<para>Raises the <see cref="E:System.Windows.Forms.DataGrid.CurrentCellChanged" /> event.</para>
</summary>
<param name="e">An <see cref="T:System.EventArgs" /> that contains the event data.</param>
</member>
<member name="M:System.Windows.Forms.DataGrid.OnFlatModeChanged(System.EventArgs)">
<summary>
<para>Raises the <see cref="E:System.Windows.Forms.DataGrid.FlatModeChanged" /> event.</para>
</summary>
<param name="e">An <see cref="T:System.EventArgs" /> that contains the event data.</param>
</member>
<member name="M:System.Windows.Forms.DataGrid.OnBackgroundColorChanged(System.EventArgs)">
<summary>
<para>Raises the <see cref="E:System.Windows.Forms.DataGrid.BackgroundColorChanged" /> event.</para>
</summary>
<param name="e">An <see cref="T:System.EventArgs" /> that contains the event data.</param>
</member>
<member name="M:System.Windows.Forms.DataGrid.OnAllowNavigationChanged(System.EventArgs)">
<summary>
<para>Raises the <see cref="E:System.Windows.Forms.DataGrid.AllowNavigationChanged" /> event.</para>
</summary>
<param name="e">An <see cref="T:System.EventArgs" /> that contains the event data.</param>
</member>
<member name="M:System.Windows.Forms.DataGrid.OnParentRowsVisibleChanged(System.EventArgs)">
<summary>
<para>Raises the <see cref="E:System.Windows.Forms.DataGrid.ParentRowsVisibleChanged" /> event.</para>
</summary>
<param name="e">An <see cref="T:System.EventArgs" /> that contains the event data.</param>
</member>
<member name="M:System.Windows.Forms.DataGrid.OnParentRowsLabelStyleChanged(System.EventArgs)">
<summary>
<para>Raises the <see cref="E:System.Windows.Forms.DataGrid.ParentRowsLabelStyleChanged" /> event.</para>
</summary>
<param name="e">An <see cref="T:System.EventArgs" /> that contains the event data.</param>
</member>
<member name="M:System.Windows.Forms.DataGrid.OnReadOnlyChanged(System.EventArgs)">
<summary>
<para>Raises the <see cref="E:System.Windows.Forms.DataGrid.ReadOnlyChanged" /> event</para>
</summary>
<param name="e">An <see cref="T:System.EventArgs" /> that contains the event data.</param>
</member>
<member name="M:System.Windows.Forms.DataGrid.OnNavigate(System.Windows.Forms.NavigateEventArgs)">
<summary>
<para>Raises the <see cref="E:System.Windows.Forms.DataGrid.Navigate" />
event.</para>
</summary>
<param name="e">A <see cref="T:System.Windows.Forms.NavigateEventArgs" /> that contains the event data.</param>
</member>
<member name="M:System.Windows.Forms.DataGrid.OnRowHeaderClick(System.EventArgs)">
<summary>
<para>Raises the <see cref="E:System.Windows.Forms.DataGrid.RowHeaderClick" /> event.</para>
</summary>
<param name="e">An <see cref="T:System.EventArgs" /> that contains the event data.</param>
</member>
<member name="M:System.Windows.Forms.DataGrid.OnScroll(System.EventArgs)">
<summary>
<para>Raises the <see cref="E:System.Windows.Forms.DataGrid.Scroll" /> event.</para>
</summary>
<param name="e">An <see cref="T:System.EventArgs" /> that contains the event data.</param>
</member>
<member name="M:System.Windows.Forms.DataGrid.GridHScrolled(System.Object,System.Windows.Forms.ScrollEventArgs)">
<summary>
<para>
Listens
for the horizontal scrollbar's scroll
event.
</para>
</summary>
<param name="sender">
An <see cref="T:System.Object" /> that contains data about the control.
</param>
<param name="se">
A <see cref="T:System.Windows.Forms.ScrollEventArgs" /> that contains the event data.
</param>
</member>
<member name="M:System.Windows.Forms.DataGrid.GridVScrolled(System.Object,System.Windows.Forms.ScrollEventArgs)">
<summary>
<para>
Listens
for the vertical scrollbar's scroll event.
</para>
</summary>
<param name="sender">
An <see cref="T:System.Object" /> that contains data about the control.
</param>
<param name="se">
A <see cref="T:System.Windows.Forms.ScrollEventArgs" /> that contains the event data.
</param>
</member>
<member name="M:System.Windows.Forms.DataGrid.OnBackButtonClicked(System.Object,System.EventArgs)">
<summary>
<para> Listens
for the caption's back button clicked event.
</para>
</summary>
<param name="sender">An <see cref="T:System.Object" /> that contains data about the control. </param>
<param name="e">An <see cref="T:System.EventArgs" /> that contains data about the event. </param>
</member>
<member name="M:System.Windows.Forms.DataGrid.OnBackColorChanged(System.EventArgs)">
<summary>
<para>Raises the <see cref="E:System.Windows.Forms.Control.BackColorChanged" /> event.</para>
</summary>
<param name="e">An <see cref="T:System.EventArgs" /> that contains the event data.</param>
</member>
<member name="M:System.Windows.Forms.DataGrid.OnBindingContextChanged(System.EventArgs)">
<summary>
<para>Raises the <see cref="E:System.Windows.Forms.Control.BindingContextChanged" /> event.</para>
</summary>
<param name="e">An <see cref="T:System.EventArgs" /> that contains the event data.</param>
</member>
<member name="M:System.Windows.Forms.DataGrid.OnDataSourceChanged(System.EventArgs)">
<summary>
<para>Raises the <see cref="E:System.Windows.Forms.DataGrid.DataSourceChanged" /> event.</para>
</summary>
<param name="e">An <see cref="T:System.EventArgs" /> that contains the event data.</param>
</member>
<member name="M:System.Windows.Forms.DataGrid.OnShowParentDetailsButtonClicked(System.Object,System.EventArgs)">
<summary>
<para>Raises the <see cref="E:System.Windows.Forms.DataGrid.ShowParentDetailsButtonClick" /> event.</para>
</summary>
<param name="sender">The source of the event.</param>
<param name=" e">An <see cref="T:System.EventArgs" /> that contains the event data.</param>
</member>
<member name="M:System.Windows.Forms.DataGrid.OnForeColorChanged(System.EventArgs)">
<summary>
<para>Raises the <see cref="E:System.Windows.Forms.Control.ForeColorChanged" /> event.</para>
</summary>
<param name="e">An <see cref="T:System.EventArgs" /> that contains the event data.</param>
</member>
<member name="M:System.Windows.Forms.DataGrid.OnFontChanged(System.EventArgs)">
<summary>
<para>Raises the <see cref="E:System.Windows.Forms.Control.FontChanged" /> event.</para>
</summary>
<param name="e">An <see cref="T:System.EventArgs" /> that contains the event data.</param>
</member>
<member name="M:System.Windows.Forms.DataGrid.OnPaintBackground(System.Windows.Forms.PaintEventArgs)">
<summary>
<para> Overrides <see cref="M:System.Windows.Forms.Control.OnPaintBackground(System.Windows.Forms.PaintEventArgs)" qualify="true" />
to prevent painting the background of the
<see cref="T:System.Windows.Forms.DataGrid" qualify="true" /> control.</para>
</summary>
<param name="ebe">A <see cref="T:System.Windows.Forms.PaintEventArgs" /> that contains information about the control to paint.</param>
</member>
<member name="M:System.Windows.Forms.DataGrid.OnLayout(System.Windows.Forms.LayoutEventArgs)">
<summary>
<para>Raises the <see cref="E:System.Windows.Forms.Control.Layout" /> event that
repositions controls
and updates scroll bars.</para>
</summary>
<param name="levent">A <see cref="T:System.Windows.Forms.LayoutEventArgs" /> that contains the event data.</param>
</member>
<member name="M:System.Windows.Forms.DataGrid.OnHandleCreated(System.EventArgs)">
<summary>
<para>Raises the <see cref="M:System.Windows.Forms.Control.CreateHandle" />
event.</para>
</summary>
<param name="e">An <see cref="T:System.EventArgs" /> that contains the event data.</param>
</member>
<member name="M:System.Windows.Forms.DataGrid.OnHandleDestroyed(System.EventArgs)">
<summary>
<para>Raises the <see cref="M:System.Windows.Forms.Control.DestroyHandle" /> event.</para>
</summary>
<param name="e">An <see cref="T:System.EventArgs" /> containing the event data.</param>
</member>
<member name="M:System.Windows.Forms.DataGrid.OnEnter(System.EventArgs)">
<summary>
<para>Raises the <see cref="E:System.Windows.Forms.Control.Enter" /> event.</para>
</summary>
<param name="e">An <see cref="T:System.EventArgs" /> that contains the event data.</param>
</member>
<member name="M:System.Windows.Forms.DataGrid.OnLeave(System.EventArgs)">
<summary>
<para>Raises the <see cref="E:System.Windows.Forms.Control.Leave" />
event.</para>
</summary>
<param name="e">An <see cref="T:System.EventArgs" /> that contains the event data.</param>
</member>
<member name="M:System.Windows.Forms.DataGrid.OnKeyDown(System.Windows.Forms.KeyEventArgs)">
<summary>
<para>Raises the <see cref="E:System.Windows.Forms.Control.KeyDown" />
event.</para>
</summary>
<param name="ke">A <see cref="T:System.Windows.Forms.KeyEventArgs" /> that provides data about the <see cref="M:System.Windows.Forms.Control.OnKeyDown(System.Windows.Forms.KeyEventArgs)" /> event.</param>
</member>
<member name="M:System.Windows.Forms.DataGrid.OnKeyPress(System.Windows.Forms.KeyPressEventArgs)">
<summary>
<para>Raises the <see cref="E:System.Windows.Forms.Control.KeyPress" /> event.</para>
</summary>
<param name="kpe">A <see cref="T:System.Windows.Forms.KeyPressEventArgs" /> that contains data about the <see cref="M:System.Windows.Forms.Control.OnKeyPress(System.Windows.Forms.KeyPressEventArgs)" /> event</param>
</member>
<member name="M:System.Windows.Forms.DataGrid.OnMouseDown(System.Windows.Forms.MouseEventArgs)">
<summary>
<para>Raises the <see cref="E:System.Windows.Forms.Control.MouseDown" /> event.</para>
</summary>
<param name="e">A <see cref="T:System.Windows.Forms.MouseEventArgs" /> that contains data about the <see cref="M:System.Windows.Forms.Control.OnMouseDown(System.Windows.Forms.MouseEventArgs)" /> event.</param>
</member>
<member name="M:System.Windows.Forms.DataGrid.OnMouseLeave(System.EventArgs)">
<summary>
<para>Creates the <see cref="E:System.Windows.Forms.Control.MouseLeave" />
event.</para>
</summary>
<param name="e">An <see cref="T:System.EventArgs" /> that contains data about the <see cref="M:System.Windows.Forms.Control.OnMouseLeave(System.EventArgs)" /> event.</param>
</member>
<member name="M:System.Windows.Forms.DataGrid.OnMouseMove(System.Windows.Forms.MouseEventArgs)">
<summary>
<para>Raises the <see cref="E:System.Windows.Forms.Control.MouseMove" />
event.</para>
</summary>
<param name="e">A <see cref="T:System.Windows.Forms.MouseEventArgs" /> that contains data about the <see cref="M:System.Windows.Forms.Control.OnMouseMove(System.Windows.Forms.MouseEventArgs)" /> event.</param>
</member>
<member name="M:System.Windows.Forms.DataGrid.OnMouseUp(System.Windows.Forms.MouseEventArgs)">
<summary>
<para>Raises the <see cref="E:System.Windows.Forms.Control.MouseUp" /> event.</para>
</summary>
<param name="e">A <see cref="T:System.Windows.Forms.MouseEventArgs" /> that contains data about the <see cref="M:System.Windows.Forms.Control.OnMouseUp(System.Windows.Forms.MouseEventArgs)" /> event.</param>
</member>
<member name="M:System.Windows.Forms.DataGrid.OnMouseWheel(System.Windows.Forms.MouseEventArgs)">
<summary>
<para>Raises the <see cref="E:System.Windows.Forms.Control.MouseWheel" /> event.</para>
</summary>
<param name="e">A <see cref="T:System.Windows.Forms.MouseEventArgs" /> that contains data about the <see cref="M:System.Windows.Forms.Control.OnMouseUp(System.Windows.Forms.MouseEventArgs)" /> event.</param>
</member>
<member name="M:System.Windows.Forms.DataGrid.OnPaint(System.Windows.Forms.PaintEventArgs)">
<summary>
<para>Raises the <see cref="E:System.Windows.Forms.Control.Paint" /> event.</para>
</summary>
<param name="pe">A <see cref="T:System.Windows.Forms.PaintEventArgs" /> which contains data about the event.</param>
</member>
<member name="M:System.Windows.Forms.DataGrid.OnResize(System.EventArgs)">
<summary>
<para>Raises the <see cref="E:System.Windows.Forms.Control.Resize" /> event.</para>
</summary>
<param name="e">An <see cref="T:System.EventArgs" /> that contains the event data.</param>
</member>
<member name="M:System.Windows.Forms.DataGrid.BeginEdit(System.Windows.Forms.DataGridColumnStyle,System.Int32)">
<summary>
<para>Attempts to
put the grid into a state where editing is
allowed.</para>
</summary>
<param name="gridColumn">A <see cref="T:System.Windows.Forms.DataGridColumnStyle" /> to edit.</param>
<param name="rowNumber">The number of the row to edit.</param>
<returns>
<para>
<see langword="true " />if the method is successful; otherwise,
<see langword="false" />.</para>
</returns>
</member>
<member name="M:System.Windows.Forms.DataGrid.BeginInit">
<summary>
<para>Begins the initialization of a <see cref="T:System.Windows.Forms.DataGrid" qualify="true" /> that
is used on a form or used by another component. The initialization occurs at run time.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.DataGrid.Collapse(System.Int32)">
<summary>
<para> Collapses child relations, if any exist for all rows, or for a
specified row.
</para>
</summary>
<param name="row"> The number of the row to collapse. If set to -1, all rows are collapsed. </param>
</member>
<member name="M:System.Windows.Forms.DataGrid.CreateAccessibilityInstance">
<summary>
<para> Constructs a new instance of the accessibility
object for this control.</para>
</summary>
<returns>
<para>The <see cref="T:System.Windows.Forms.Control.ControlAccessibleObject" /> for this control.</para>
</returns>
</member>
<member name="M:System.Windows.Forms.DataGrid.EndEdit(System.Windows.Forms.DataGridColumnStyle,System.Int32,System.Boolean)">
<summary>
<para>Requests an end to an edit operation taking place on the
<see cref="T:System.Windows.Forms.DataGrid" qualify="true" />
control.</para>
</summary>
<param name="gridColumn">The <see cref="T:System.Windows.Forms.DataGridColumnStyle" /> to cease editing.</param>
<param name="rowNumber">The number of the row to cease editing.</param>
<param name="shouldAbort">Set to <see langword="true" /> if the current operation should be stopped.</param>
<returns>
<para>
<see langword="true " />if the editing operation ceases; otherwise,
<see langword="false" />.</para>
</returns>
</member>
<member name="M:System.Windows.Forms.DataGrid.ColumnStartedEditing(System.Drawing.Rectangle)">
<summary>
<para>Informs the <see cref="T:System.Windows.Forms.DataGrid" qualify="true" /> control when the user begins to edit the
column at the specified location.</para>
</summary>
<param name="bounds">The <see cref="T:System.Drawing.Rectangle" /> that defines the location of the edited column.</param>
</member>
<member name="M:System.Windows.Forms.DataGrid.ColumnStartedEditing(System.Windows.Forms.Control)">
<summary>
<para>Informs the <see cref="T:System.Windows.Forms.DataGrid" qualify="true" /> control when the user begins to edit a column using the specified
control.</para>
</summary>
<param name="editingControl">The <see cref="T:System.Windows.Forms.Control" /> used to edit the column.</param>
</member>
<member name="M:System.Windows.Forms.DataGrid.Expand(System.Int32)">
<summary>
<para>
Displays child relations, if any exist, for all rows or a
specific row.
</para>
</summary>
<param name="row">
The number of the row to expand. If set to -1, all rows are expanded.
</param>
</member>
<member name="M:System.Windows.Forms.DataGrid.CreateGridColumn(System.ComponentModel.PropertyDescriptor,System.Boolean)">
<summary>
<para>Creates a <see cref="T:System.Windows.Forms.DataGridColumnStyle" /> using the specified
<see cref="T:System.ComponentModel.PropertyDescriptor" />.</para>
</summary>
<param name="prop">The <see cref="T:System.ComponentModel.PropertyDescriptor" /> to use for creating the grid column style.</param>
<param name=" isDefault">
<see langword="true" /> to set the column style as the default; otherwise, <see langword="false" />.</param>
<returns>
<para>The new <see cref="T:System.Windows.Forms.DataGridColumnStyle" /> .</para>
</returns>
</member>
<member name="M:System.Windows.Forms.DataGrid.CreateGridColumn(System.ComponentModel.PropertyDescriptor)">
<summary>
<para>Creates a new <see cref="T:System.Windows.Forms.DataGridColumnStyle" /> with the specified <see cref="T:System.ComponentModel.PropertyDescriptor" />.</para>
</summary>
<param name="prop">The <see cref="T:System.ComponentModel.PropertyDescriptor" /> to use for creating the grid column style. </param>
<returns>
<para>The new <see cref="T:System.Windows.Forms.DataGridColumnStyle" /> .</para>
</returns>
</member>
<member name="M:System.Windows.Forms.DataGrid.EndInit">
<summary>
<para>Ends the initialization of a <see cref="T:System.Windows.Forms.DataGrid" qualify="true" /> that is used on a form or
used by another component. The initialization occurs at run time.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.DataGrid.GetCurrentCellBounds">
<summary>
<para>Gets a <see cref="T:System.Drawing.Rectangle" />
that specifies the four corners of the selected cell.</para>
</summary>
<returns>
<para>A <see cref="T:System.Drawing.Rectangle" /> that defines the current cell's corners.</para>
</returns>
</member>
<member name="M:System.Windows.Forms.DataGrid.GetCellBounds(System.Int32,System.Int32)">
<summary>
<para>Gets the <see cref="T:System.Drawing.Rectangle" /> of the cell specified by row and column number.</para>
</summary>
<param name="row">The number of the cell's row.</param>
<param name="col">The number of the cell's column.</param>
<returns>
<para>A <see cref="T:System.Drawing.Rectangle" /> that defines the current cell's corners.</para>
</returns>
</member>
<member name="M:System.Windows.Forms.DataGrid.GetCellBounds(System.Windows.Forms.DataGridCell)">
<summary>
<para>Gets the <see cref="T:System.Drawing.Rectangle" /> of the cell specified by <see cref="T:System.Windows.Forms.DataGridCell" />.</para>
</summary>
<param name="dgc">The <see cref="T:System.Windows.Forms.DataGridCell" /> to look up.</param>
<returns>
<para>A <see cref="T:System.Drawing.Rectangle" /> that defines the current cell's corners.</para>
</returns>
</member>
<member name="M:System.Windows.Forms.DataGrid.HitTest(System.Int32,System.Int32)">
<summary>
<para>Gets information, such as row and column number of a
clicked point on
the grid,
using the x
and y coordinate passed to the method.</para>
</summary>
<param name="x">The horizontal position of the coordinate.</param>
<param name="y">The vertical position of the coordinate.</param>
<returns>
<para>A <see cref="T:System.Windows.Forms.DataGrid.HitTestInfo" />
that contains information about the clicked part of the
grid.</para>
</returns>
</member>
<member name="M:System.Windows.Forms.DataGrid.HitTest(System.Drawing.Point)">
<summary>
<para>Gets information, such as row and column number of a
clicked point on the grid, about the grid using a specific <see cref="T:System.Drawing.Point" />.</para>
</summary>
<param name="position">A <see cref="T:System.Drawing.Point" /> that represents single x,y coordinate.</param>
<returns>
<para>A <see cref="T:System.Windows.Forms.DataGrid.HitTestInfo" />
that contains specific information about the grid.</para>
</returns>
</member>
<member name="M:System.Windows.Forms.DataGrid.IsExpanded(System.Int32)">
<summary>
<para>Gets a value that indicates whether a specified row's node is expanded or collapsed.</para>
</summary>
<param name="rowNumber">The number of the row in question.</param>
<returns>
<para>
<see langword="true " />if the node is expanded; otherwise,
<see langword="false" />.</para>
</returns>
</member>
<member name="M:System.Windows.Forms.DataGrid.IsSelected(System.Int32)">
<summary>
<para> Gets a value indicating whether a
specified row is selected.
</para>
</summary>
<param name="row">The number of the row you interested in. </param>
<returns>
<para>
<see langword="true" /> if the row is
selected; otherwise, <see langword="false" /> .
</para>
</returns>
</member>
<member name="M:System.Windows.Forms.DataGrid.NavigateBack">
<summary>
<para>Navigates back to the table previously displayed in the grid.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.DataGrid.NavigateTo(System.Int32,System.String)">
<summary>
<para> Navigates to the table specified by row and relation
name.
</para>
</summary>
<param name="rowNumber">
The number of the row to navigate to.
</param>
<param name="relationName">
The name of the child relation to navigate to.
</param>
</member>
<member name="M:System.Windows.Forms.DataGrid.ProcessDialogKey(System.Windows.Forms.Keys)">
<summary>
<para> Gets or sets a value that indicates whether a key should be processed
further.
</para>
</summary>
<param name="keyData">A <see cref="T:System.Windows.Forms.Keys" /> that contains data about the pressed key. </param>
<returns>
<para>
<see langword="true" />, the key should be processed; otherwise,
<see langword="false" />.
</para>
</returns>
</member>
<member name="M:System.Windows.Forms.DataGrid.ProcessGridKey(System.Windows.Forms.KeyEventArgs)">
<summary>
<para> Processes keys for grid navigation.
</para>
</summary>
<param name="ke">A <see cref="T:System.Windows.Forms.KeyEventArgs" /> that contains data about the key up or key down event. </param>
<returns>
<para>
<see langword="true" />, if the key was processed;
otherwise <see langword="false" /> .
</para>
</returns>
</member>
<member name="M:System.Windows.Forms.DataGrid.ProcessKeyPreview(System.Windows.Forms.Message@)">
<summary>
<para>Previews a keyboard message and returns a value indicating if the key was
consumed.</para>
</summary>
<param name="m">A <see cref="T:System.Windows.Forms.Message" /> that contains data about the event. The parameter is passed by reference.</param>
<returns>
<para>
<see langword="true" />, if the key was consumed;
otherwise, <see langword="false" /> .</para>
</returns>
</member>
<member name="M:System.Windows.Forms.DataGrid.ProcessTabKey(System.Windows.Forms.Keys)">
<summary>
<para> Gets a value indicating whether the Tab key should be processed.
</para>
</summary>
<param name="keyData">A <see cref="T:System.Windows.Forms.Keys" /> that contains data about which the pressed key. </param>
<returns>
<para>
<see langword="true " />if the Tab key should be processed; otherwise,
<see langword="false" />.
</para>
</returns>
</member>
<member name="M:System.Windows.Forms.DataGrid.CancelEditing">
<summary>
<para>Cancels the current edit operation and rolls back all changes.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.DataGrid.ResetSelection">
<summary>
Turns off selection for all rows that are selected.
</summary>
</member>
<member name="M:System.Windows.Forms.DataGrid.Select(System.Int32)">
<summary>
<para>Selects a specified row.</para>
</summary>
<param name="row">The index of the row to select.</param>
</member>
<member name="M:System.Windows.Forms.DataGrid.UnSelect(System.Int32)">
<summary>
<para>Unselects a specified row.</para>
</summary>
<param name="row">The index of the row to deselect.</param>
</member>
<member name="P:System.Windows.Forms.DataGrid.AllowSorting">
<summary>
<para>Gets or sets a value indicating whether the grid can be resorted by clicking on
a column header.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.DataGrid.AlternatingBackColor">
<summary>
<para>Gets or sets the background color of alternating rows for a ledger
appearance.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.DataGrid.BackColor">
<summary>
<para>Gets or sets the background color of the grid.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.DataGrid.ForeColor">
<summary>
<para>Gets or sets the foreground color (typically the color of the text) property
of the <see cref="T:System.Windows.Forms.DataGrid" qualify="true" /> control.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.DataGrid.BorderStyle">
<summary>
<para>Gets or sets
the grid's border style.</para>
</summary>
</member>
<member name="E:System.Windows.Forms.DataGrid.BorderStyleChanged">
<summary>
<para>Occurs when the <see cref="P:System.Windows.Forms.DataGrid.BorderStyle" /> has changed.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.DataGrid.DefaultSize">
<summary>
<para>Gets the default size of the control.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.DataGrid.CaptionBackColor">
<summary>
<para> Gets or sets the background color of the caption area.
</para>
</summary>
</member>
<member name="P:System.Windows.Forms.DataGrid.CaptionForeColor">
<summary>
<para> Gets
or sets the foreground color
of the caption area.
</para>
</summary>
</member>
<member name="P:System.Windows.Forms.DataGrid.CaptionFont">
<summary>
<para> Gets or sets the font of the grid's caption.
</para>
</summary>
</member>
<member name="P:System.Windows.Forms.DataGrid.CaptionText">
<summary>
<para> Gets or sets the text of the grid's window caption.
</para>
</summary>
</member>
<member name="P:System.Windows.Forms.DataGrid.CaptionVisible">
<summary>
<para>Gets or sets a value that indicates
whether the grid's caption is visible.</para>
</summary>
</member>
<member name="E:System.Windows.Forms.DataGrid.CaptionVisibleChanged">
<summary>
<para>Occurs when the <see cref="P:System.Windows.Forms.DataGrid.CaptionVisible" /> property has changed.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.DataGrid.CurrentCell">
<summary>
<para>Gets or sets which cell has the focus. Not available at design time.</para>
</summary>
</member>
<member name="E:System.Windows.Forms.DataGrid.CurrentCellChanged">
<summary>
<para>Occurs when the <see cref="P:System.Windows.Forms.DataGrid.CurrentCell" /> property has changed.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.DataGrid.SelectionBackColor">
<summary>
<para> Gets or sets the background color of selected rows.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.DataGrid.SelectionForeColor">
<summary>
<para>Gets or set the foreground color of selected rows.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.DataGrid.DataSource">
<summary>
<para>Gets or sets the data source that the grid is displaying data for.</para>
</summary>
</member>
<member name="E:System.Windows.Forms.DataGrid.DataSourceChanged">
<summary>
<para>Occurs when the <see cref="P:System.Windows.Forms.DataGrid.DataSource" /> property value has changed.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.DataGrid.DataMember">
<summary>
<para>Gets or sets the specific list in a <see cref="P:System.Windows.Forms.DataGrid.DataSource" /> for which the <see cref="T:System.Windows.Forms.DataGrid" qualify="true" />
control
displays a grid.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.DataGrid.ListManager">
<summary>
<para>Gets the <see cref="T:System.Windows.Forms.CurrencyManager" /> for this <see cref="T:System.Windows.Forms.DataGrid" qualify="true" /> control.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.DataGrid.CurrentRowIndex">
<summary>
<para>Gets or sets index of the selected row.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.DataGrid.TableStyles">
<summary>
<para>Gets the collection of <see cref="T:System.Windows.Forms.DataGridTableStyle" /> objects for the grid.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.DataGrid.GridLineColor">
<summary>
<para>Gets or sets the color of the grid lines.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.DataGrid.GridLineStyle">
<summary>
<para>
Gets or sets the line style of the grid.
</para>
</summary>
</member>
<member name="P:System.Windows.Forms.DataGrid.ParentRowsLabelStyle">
<summary>
<para>Gets or sets the way parent row labels are displayed.</para>
</summary>
</member>
<member name="E:System.Windows.Forms.DataGrid.ParentRowsLabelStyleChanged">
<summary>
<para>Occurs when the label style of the parent row is changed.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.DataGrid.FirstVisibleColumn">
<summary>
<para>Gets the index of the first visible column in a grid.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.DataGrid.FlatMode">
<summary>
<para> Gets or sets a value indicating whether the grid displays in flat mode.
</para>
</summary>
</member>
<member name="E:System.Windows.Forms.DataGrid.FlatModeChanged">
<summary>
<para>Occurs when the <see cref="P:System.Windows.Forms.DataGrid.FlatMode" /> has changed.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.DataGrid.HeaderBackColor">
<summary>
<para> Gets or
sets the background color of all row and column headers.
</para>
</summary>
</member>
<member name="P:System.Windows.Forms.DataGrid.BackgroundColor">
<summary>
<para>Gets or sets the color of the non-row area of the grid.</para>
</summary>
</member>
<member name="E:System.Windows.Forms.DataGrid.BackgroundColorChanged">
<summary>
<para>Occurs when the <see cref="P:System.Windows.Forms.DataGrid.BackgroundColor" /> has changed. </para>
</summary>
</member>
<member name="P:System.Windows.Forms.DataGrid.HeaderFont">
<summary>
<para>Gets or sets the font used for column headers.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.DataGrid.HeaderForeColor">
<summary>
<para> Gets or sets the foreground color of headers.
</para>
</summary>
</member>
<member name="P:System.Windows.Forms.DataGrid.HorizScrollBar">
<summary>
<para>Gets the horizontal scrollbar for the grid.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.DataGrid.LinkColor">
<summary>
<para>Gets or sets the color of the text that you can click to
navigate to a child table. </para>
</summary>
</member>
<member name="P:System.Windows.Forms.DataGrid.LinkHoverColor">
<summary>
<para> Gets
or sets the color a link changes to when
the mouse pointer moves over it.
</para>
</summary>
</member>
<member name="P:System.Windows.Forms.DataGrid.AllowNavigation">
<summary>
<para>Gets or sets a value indicating whether navigation is allowed.</para>
</summary>
</member>
<member name="E:System.Windows.Forms.DataGrid.AllowNavigationChanged">
<summary>
<para>Occurs when the <see cref="P:System.Windows.Forms.DataGrid.AllowNavigation" /> property has changed.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.DataGrid.ParentRowsBackColor">
<summary>
<para> Gets or sets the background color of parent rows.
</para>
</summary>
</member>
<member name="P:System.Windows.Forms.DataGrid.ParentRowsForeColor">
<summary>
<para> Gets or sets the foreground color of parent rows.
</para>
</summary>
</member>
<member name="P:System.Windows.Forms.DataGrid.PreferredColumnWidth">
<summary>
<para> Gets
or sets the default width of the grid columns in
pixels.
</para>
</summary>
</member>
<member name="P:System.Windows.Forms.DataGrid.PreferredRowHeight">
<summary>
<para> Gets or sets the preferred row height for the <see cref="T:System.Windows.Forms.DataGrid" qualify="true" /> control.
</para>
</summary>
</member>
<member name="P:System.Windows.Forms.DataGrid.ReadOnly">
<summary>
<para>Gets or sets a value indicating whether the grid
is in read-only mode.</para>
</summary>
</member>
<member name="E:System.Windows.Forms.DataGrid.ReadOnlyChanged">
<summary>
<para>Occurs when the <see cref="P:System.Windows.Forms.DataGrid.ReadOnly" /> property value changes.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.DataGrid.ColumnHeadersVisible">
<summary>
<para> Gets or sets a value indicating whether the column headers a table are
visible.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.DataGrid.ParentRowsVisible">
<summary>
<para>
Gets or sets a value indicating whether the parent rows of a table are
visible.
</para>
</summary>
</member>
<member name="E:System.Windows.Forms.DataGrid.ParentRowsVisibleChanged">
<summary>
<para>Occurs when the <see cref="P:System.Windows.Forms.DataGrid.ParentRowsVisible" /> property value changes.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.DataGrid.RowHeadersVisible">
<summary>
<para>Gets or sets a value that specifies whether row
headers are visible.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.DataGrid.RowHeaderWidth">
<summary>
<para> Gets or sets the width of row headers.
</para>
</summary>
</member>
<member name="P:System.Windows.Forms.DataGrid.VertScrollBar">
<summary>
<para>
Gets the vertical scroll bar of the control.
</para>
</summary>
</member>
<member name="P:System.Windows.Forms.DataGrid.VisibleColumnCount">
<summary>
<para>Gets the number of visible columns.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.DataGrid.VisibleRowCount">
<summary>
<para>Gets the number of rows visible.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.DataGrid.Item(System.Int32,System.Int32)">
<summary>
<para>Gets or sets the value of the cell at
the specified the row and column.</para>
</summary>
<param name="rowIndex">The zero-based index of the row containing the value.</param>
<param name="columnIndex">The zero-based index of the column containing the value.</param>
</member>
<member name="P:System.Windows.Forms.DataGrid.Item(System.Windows.Forms.DataGridCell)">
<summary>
<para>Gets or sets the value of a specified <see cref="T:System.Windows.Forms.DataGridCell" /> .</para>
</summary>
<param name="cell">A <see cref="T:System.Windows.Forms.DataGridCell" /> that represents a cell in the grid.</param>
</member>
<member name="E:System.Windows.Forms.DataGrid.Navigate">
<summary>
<para>Occurs when the user navigates to a new table.</para>
</summary>
</member>
<member name="E:System.Windows.Forms.DataGrid.RowHeaderClick">
<summary>
<para>Occurs when a row header is clicked.</para>
</summary>
</member>
<member name="E:System.Windows.Forms.DataGrid.Scroll">
<summary>
<para> Occurs when the user scrolls the <see cref="T:System.Windows.Forms.DataGrid" qualify="true" /> control.
</para>
</summary>
</member>
<member name="E:System.Windows.Forms.DataGrid.BackButtonClick">
<summary>
<para>Occurs when the <see langword="Back " /> button on a child table is clicked.</para>
</summary>
</member>
<member name="E:System.Windows.Forms.DataGrid.ShowParentDetailsButtonClick">
<summary>
<para>Occurs when the <see langword="ShowParentDetails" /> button is clicked.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.DataGrid.DataGridAccessibleObject.#ctor(System.Windows.Forms.DataGrid)">
</member>
<member name="F:System.Windows.Forms.DataGrid.HitTestInfo.Nowhere">
<summary>
<para> Indicates that a coordinate corresponds to a non-functioning part of the
<see cref="T:System.Windows.Forms.DataGrid" qualify="true" />
control.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.DataGrid.HitTestInfo.Equals(System.Object)">
<summary>
<para>Indicates whether two objects are identical.</para>
</summary>
<param name="value">The second object to compare, typed as <see cref="T:System.Object" />.</param>
<returns>
<para>
<see langword="true " />if the objects are equal;
otherwise, <see langword="false" /> .</para>
</returns>
</member>
<member name="M:System.Windows.Forms.DataGrid.HitTestInfo.GetHashCode">
<summary>
<para>Gets the hash code for the <see cref="T:System.Windows.Forms.DataGrid.HitTestInfo" /> instance.</para>
</summary>
<returns>
<para>The hash code for this instance.</para>
</returns>
</member>
<member name="M:System.Windows.Forms.DataGrid.HitTestInfo.ToString">
<summary>
<para>Gets the type, row number, and column number.</para>
</summary>
<returns>
<para>The type, row number, and column number.</para>
</returns>
</member>
<member name="P:System.Windows.Forms.DataGrid.HitTestInfo.Column">
<summary>
<para>Gets the number of the column the user has clicked.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.DataGrid.HitTestInfo.Row">
<summary>
<para>Gets the number of the
row the user has clicked.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.DataGrid.HitTestInfo.Type">
<summary>
<para>Gets the part of the <see cref="T:System.Windows.Forms.DataGrid" qualify="true" /> control, other than the row or column, that was
clicked.</para>
</summary>
</member>
<member name="F:System.Windows.Forms.DataGrid.HitTestType.None">
<summary>
<para>The background area, visible when the control contains no table,
few rows, or when a table
is scrolled to its bottom.</para>
</summary>
</member>
<member name="F:System.Windows.Forms.DataGrid.HitTestType.Cell">
<summary>
<para>A cell in the <see cref="T:System.Windows.Forms.DataGrid" qualify="true" />
control.</para>
</summary>
</member>
<member name="F:System.Windows.Forms.DataGrid.HitTestType.ColumnHeader">
<summary>
<para>A column header in the <see cref="T:System.Windows.Forms.DataGrid" qualify="true" />
control.</para>
</summary>
</member>
<member name="F:System.Windows.Forms.DataGrid.HitTestType.RowHeader">
<summary>
<para>A row header in the <see cref="T:System.Windows.Forms.DataGrid" qualify="true" />
control.</para>
</summary>
</member>
<member name="F:System.Windows.Forms.DataGrid.HitTestType.ColumnResize">
<summary>
<para>The column border, which is the line between
column headers. It can be dragged to resize a column's width.</para>
</summary>
</member>
<member name="F:System.Windows.Forms.DataGrid.HitTestType.RowResize">
<summary>
<para>The row border, which is the line between grid row
headers. It can be dragged to resize a row's height.</para>
</summary>
</member>
<member name="F:System.Windows.Forms.DataGrid.HitTestType.Caption">
<summary>
<para> The caption of the <see cref="T:System.Windows.Forms.DataGrid" qualify="true" />
control.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.DataGrid.HitTestType.ParentRows">
<summary>
<para>The parent row section of the <see cref="T:System.Windows.Forms.DataGrid" qualify="true" /> control. The parent row displays information
from or about the parent table of the currently displayed child table, such as
the name of the parent table, column names and values of the parent
record.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.DataGridRow.#ctor(System.Windows.Forms.DataGrid,System.Windows.Forms.DataGridTableStyle,System.Int32)">
<summary>
<para>Initializes a new instance of a <see cref="T:System.Windows.Forms.DataGridRow" /> . </para>
</summary>
<param name="dataGrid">The <see cref="T:System.Windows.Forms.DataGrid" /> control the row belongs to.</param>
<param name=" dgTable">The <see cref="T:System.Windows.Forms.DataGridTableStyle" /> the row belongs to.</param>
<param name=" rowNumber">The row number where the new row will be inserted.</param>
</member>
<member name="M:System.Windows.Forms.DataGridRow.GetBitmap(System.String)">
<summary>
<para>Gets the bitmap associated with the row.</para>
</summary>
<param name="bitmapName">The name of the bitmap.</param>
<returns>
<para>A <see cref="T:System.Drawing.Bitmap" /> associtaed with the row.</para>
</returns>
</member>
<member name="M:System.Windows.Forms.DataGridRow.GetCellBounds(System.Int32)">
<summary>
<para>When overridden in a derived class, gets the <see cref="T:System.Drawing.Rectangle" />
where a cell's contents gets painted.</para>
</summary>
<returns>
<para>The <see cref="T:System.Drawing.Rectangle" /> of the painted cell.</para>
</returns>
</member>
<member name="M:System.Windows.Forms.DataGridRow.GetNonScrollableArea">
<summary>
<para>When overridden in a derived class, gets the <see cref="T:System.Drawing.Rectangle" /> of the non-scrollable area of
the row.</para>
</summary>
<returns>
<para>The <see cref="T:System.Drawing.Rectangle" /> of the non-scrollable area.</para>
</returns>
</member>
<member name="M:System.Windows.Forms.DataGridRow.GetStarBitmap">
<summary>
<para>Gets or sets the bitmap displayed in the row header of a new row.</para>
</summary>
<returns>
<para>A Bitmap to be displayed in the row header.</para>
</returns>
</member>
<member name="M:System.Windows.Forms.DataGridRow.GetPencilBitmap">
<summary>
<para>Gets or sets the bitmap displayed in the row header that indicates a row can
be edited.</para>
</summary>
<returns>
<para>The bitmap to be displayed in a row header when the row can be edited.</para>
</returns>
</member>
<member name="M:System.Windows.Forms.DataGridRow.GetErrorBitmap">
<summary>
<para>Gets or sets the bitmap displayed on a row with an error.</para>
</summary>
<returns>
<para>A <see cref="T:System.Drawing.Bitmap" /> displayed on rows with errors.</para>
</returns>
</member>
<member name="M:System.Windows.Forms.DataGridRow.OnEdit">
<summary>
<para>When overridden in a derived class, notifies the grid that an edit will
occur.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.DataGridRow.OnKeyPress(System.Windows.Forms.Keys)">
<summary>
<para>When overridden in a derived class, called by the <see cref="T:System.Windows.Forms.DataGrid" /> control when a key press occurs on a row with focus.</para>
</summary>
<returns>
<para>
<see langword="true " />if the key press has been handled
and the grid should not process it further; otherwise,
<see langword="false" />
.</para>
</returns>
</member>
<member name="M:System.Windows.Forms.DataGridRow.OnMouseDown(System.Int32,System.Int32,System.Drawing.Rectangle)">
<summary>
<para> Called by the <see cref="T:System.Windows.Forms.DataGrid" /> when a click occurs in the row's client area
specifed by the x and y coordinates and the specified <see cref="T:System.Drawing.Rectangle" />
.</para>
</summary>
<param name="x">The x coordinate of the cell.</param>
<param name=" y">
<para>The y coordinate of the cell.</para>
</param>
<param name=" rowHeaders">A <see cref="T:System.Drawing.Rectangle" /> .</param>
<returns>
<para>
<see langword="true " />if the mouse event has been handled and the grid should
not process it further; otherwise, <see langword="false" /> .</para>
</returns>
</member>
<member name="M:System.Windows.Forms.DataGridRow.OnMouseDown(System.Int32,System.Int32,System.Drawing.Rectangle,System.Boolean)">
<summary>
<para>When overridden in a derived class, is called by the <see cref="T:System.Windows.Forms.DataGrid" /> when a click occurs
in the row's
client area, specified by x and y coordinates.</para>
</summary>
<param name="x">The x coordinate of the cell.</param>
<param name=" y">
<para>The y coordinate of the cell.</para>
</param>
<param name=" rowHeaders">A <see cref="T:System.Drawing.Rectangle" /> .</param>
<param name=" alignToRight">Indicates whether the text is right-aligned. <see langword="true" />if the text is right-aligned; otherwise, <see langword="false" />.</param>
</member>
<member name="M:System.Windows.Forms.DataGridRow.OnMouseMove(System.Int32,System.Int32,System.Drawing.Rectangle)">
<summary>
</summary>
<param name="x">The x coordinate of the cell.</param>
<param name=" y">
<para>The y coordinate of the cell.</para>
</param>
<param name=" rowHeaders">A <see cref="T:System.Drawing.Rectangle" /> .</param>
</member>
<member name="M:System.Windows.Forms.DataGridRow.OnMouseMove(System.Int32,System.Int32,System.Drawing.Rectangle,System.Boolean)">
<summary>
<para>When overridden in a derived class, is called by the <see cref="T:System.Windows.Forms.DataGrid" /> when
the mouse moves within the row's client area.</para>
</summary>
<param name="x">The x coordinate of the cell.</param>
<param name=" y">
<para>The y coordinate of the cell.</para>
</param>
<param name=" rowHeaders">A <see cref="T:System.Drawing.Rectangle" /> .</param>
<param name=" alignToRight">Indicates whether the text is right-aligned. <see langword="true" />if the text is right-aligned; otherwise, <see langword="false" />.</param>
</member>
<member name="M:System.Windows.Forms.DataGridRow.OnMouseLeft(System.Drawing.Rectangle,System.Boolean)">
<summary>
</summary>
</member>
<member name="M:System.Windows.Forms.DataGridRow.OnRowEnter">
<summary>
<para>When overridden in a derived class, causes the RowEnter event to occur.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.DataGridRow.Paint(System.Drawing.Graphics,System.Drawing.Rectangle,System.Drawing.Rectangle,System.Int32,System.Int32)">
<summary>
Paints the row.
</summary>
<returns>The width of bounds painted with data</returns>
</member>
<member name="M:System.Windows.Forms.DataGridRow.PaintBottomBorder(System.Drawing.Graphics,System.Drawing.Rectangle,System.Int32)">
<summary>
Draws a border on the bottom DataGrid.GridLineWidth pixels
of the bounding rectangle passed in.
</summary>
</member>
<member name="M:System.Windows.Forms.DataGridRow.PaintData(System.Drawing.Graphics,System.Drawing.Rectangle,System.Int32,System.Int32)">
<summary>
Paints the row.
</summary>
<returns>The width of bounds painted with data</returns>
</member>
<member name="M:System.Windows.Forms.DataGridRow.PaintPositionArrow(System.Drawing.Graphics,System.Drawing.Rectangle,System.Drawing.Brush,System.Boolean)">
<summary>
Paints a selection arrow onto the graphics context and
returns the width of the area painted.
</summary>
</member>
<member name="M:System.Windows.Forms.DataGridRow.BackBrushForDataPaint(System.Windows.Forms.DataGridCell@,System.Windows.Forms.DataGridColumnStyle,System.Int32)">
<summary>
Returns the BackColor and TextColor that the Graphics object should use
for the appropriate values for a given row and column when painting the data.
</summary>
</member>
<member name="P:System.Windows.Forms.DataGridRow.DataGrid">
<summary>
<para>Gets the <see cref="T:System.Windows.Forms.DataGrid" /> control the row belongs to.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.DataGridRow.Height">
<summary>
<para>Gets or sets the height of the row.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.DataGridRow.RowNumber">
<summary>
<para>Gets the row's number.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.DataGridRow.Selected">
<summary>
<para>Gets or sets a value indicating whether the row is selected.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.DataGridRow.DataGridRowAccessibleObject.GetFocused">
<summary>
Returns the currently focused child, if any.
Returns this if the object itself is focused.
</summary>
</member>
<member name="M:System.Windows.Forms.DataGridRow.DataGridRowAccessibleObject.Navigate(System.Windows.Forms.AccessibleNavigation)">
<summary>
Navigate to the next or previous grid entry.entry.
</summary>
</member>
<member name="M:System.Windows.Forms.DataGridRow.DataGridCellAccessibleObject.GetFocused">
<summary>
Returns the currently focused child, if any.
Returns this if the object itself is focused.
</summary>
</member>
<member name="M:System.Windows.Forms.DataGridRow.DataGridCellAccessibleObject.Navigate(System.Windows.Forms.AccessibleNavigation)">
<summary>
Navigate to the next or previous grid entry.
</summary>
</member>
<member name="M:System.Windows.Forms.DataGridAddNewRow.Paint(System.Drawing.Graphics,System.Drawing.Rectangle,System.Drawing.Rectangle,System.Int32,System.Int32)">
</member>
<member name="P:System.Windows.Forms.DataGridAddNewRow.DataBound">
</member>
<member name="T:System.Windows.Forms.DataGridBoolColumn">
<summary>
<para>Specifies a column in
which each cell contains a check box for representing
a Boolean value.</para>
</summary>
</member>
<member name="T:System.Windows.Forms.DataGridColumnStyle">
<summary>
<para>Specifies the appearance and text formatting and
behavior of a <see cref="T:System.Windows.Forms.DataGrid" qualify="true" /> control column. This
class is abstract.</para>
</summary>
</member>
<member name="T:System.Windows.Forms.IDataGridColumnStyleEditingNotificationService">
<summary>
<para>Provides an editing notification interface.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.IDataGridColumnStyleEditingNotificationService.ColumnStartedEditing(System.Windows.Forms.Control)">
<summary>
<para>Informs the <see cref="T:System.Windows.Forms.DataGrid" qualify="true" /> that the user has begun
editing the column.</para>
</summary>
<param name="editingControl">The <see cref="T:System.Windows.Forms.Control" /> that is editing the column.</param>
</member>
<member name="M:System.Windows.Forms.DataGridColumnStyle.#ctor">
<summary>
<para>In a derived class,
initializes a new instance of the <see cref="T:System.Windows.Forms.DataGridColumnStyle" /> class.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.DataGridColumnStyle.#ctor(System.ComponentModel.PropertyDescriptor)">
<summary>
<para>Initializes a new instance of the <see cref="T:System.Windows.Forms.DataGridColumnStyle" /> class with the specified <see cref="T:System.ComponentModel.PropertyDescriptor" />.</para>
</summary>
<param name="prop">A that <see cref="T:System.ComponentModel.PropertyDescriptor" /> that provides the attributes for the column.</param>
</member>
<member name="M:System.Windows.Forms.DataGridColumnStyle.UpdateUI(System.Windows.Forms.CurrencyManager,System.Int32,System.String)">
<summary>
<para> Updates the value of a specified row with
the given text.</para>
</summary>
<param name="source">The <see cref="T:System.Windows.Forms.CurrencyManager" /> associated with the <see cref="T:System.Windows.Forms.DataGridColumnStyle" />.</param>
<param name=" rowNum">The row to update.</param>
<param name=" instantText">The new value.</param>
</member>
<member name="M:System.Windows.Forms.DataGridColumnStyle.SetDataGrid(System.Windows.Forms.DataGrid)">
<summary>
<para> Sets the <see cref="T:System.Windows.Forms.DataGrid" qualify="true" /> control that this column
belongs to.</para>
</summary>
<param name="value">The <see cref="T:System.Windows.Forms.DataGrid" qualify="true" /> control that this column belongs to.</param>
</member>
<member name="M:System.Windows.Forms.DataGridColumnStyle.SetDataGridInColumn(System.Windows.Forms.DataGrid)">
<summary>
<para> Sets the <see cref="T:System.Windows.Forms.DataGrid" qualify="true" /> for the column.
</para>
</summary>
<param name="value">A <see cref="T:System.Windows.Forms.DataGrid" qualify="true" />. </param>
</member>
<member name="M:System.Windows.Forms.DataGridColumnStyle.ResetHeaderText">
<summary>
<para>Resets the <see cref="P:System.Windows.Forms.DataGridColumnStyle.HeaderText" /> to its default
value, <see langword="null" />.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.DataGridColumnStyle.BeginUpdate">
<summary>
<para> Suspends the painting of the column until the <see cref="M:System.Windows.Forms.DataGridColumnStyle.EndUpdate" />
method is called.
</para>
</summary>
</member>
<member name="M:System.Windows.Forms.DataGridColumnStyle.EndUpdate">
<summary>
<para> Resumes the painting of columns suspended by calling the
<see cref="M:System.Windows.Forms.DataGridColumnStyle.BeginUpdate" />
method.
</para>
</summary>
</member>
<member name="M:System.Windows.Forms.DataGridColumnStyle.GetPreferredSize(System.Drawing.Graphics,System.Object)">
<summary>
<para>When overridden in a derived class, gets the width and
height of the specified value. The width and height are used when the user
navigates to <see cref="T:System.Windows.Forms.DataGridTableStyle" /> using the <see cref="T:System.Windows.Forms.DataGridColumnStyle" />
.</para>
</summary>
<param name="g">A <see cref="T:System.Drawing.Graphics" /> object.</param>
<param name="value">An object value for which you want to know the screen height and width.</param>
<returns>
<para>A <see cref="T:System.Drawing.Size" /> that contains the dimensions of the cell.</para>
</returns>
</member>
<member name="M:System.Windows.Forms.DataGridColumnStyle.GetMinimumHeight">
<summary>
<para>When overridden in a derived class, gets the minimum height of a row.</para>
</summary>
<returns>
<para>The minimum height of a row.</para>
</returns>
</member>
<member name="M:System.Windows.Forms.DataGridColumnStyle.GetPreferredHeight(System.Drawing.Graphics,System.Object)">
<summary>
<para> When overridden in a derived class, gets the height used for automatically resizing columns.</para>
</summary>
<param name="g">A <see cref="T:System.Drawing.Graphics" /> object.</param>
<param name="value">A object value for which you want to know the screen height and width.</param>
<returns>
<para>The height used for auto resizing a cell.</para>
</returns>
</member>
<member name="M:System.Windows.Forms.DataGridColumnStyle.GetColumnValueAtRow(System.Windows.Forms.CurrencyManager,System.Int32)">
<summary>
<para>Gets the value in the specified row from the specified
<see cref="T:System.Windows.Forms.CurrencyManager" />.</para>
</summary>
<param name="source">The <see cref="T:System.Windows.Forms.CurrencyManager" /> containing the data.</param>
<param name="rowNum">The row number containing the data.</param>
<returns>
<para>An <see cref="T:System.Object" />
containing the value.</para>
</returns>
</member>
<member name="M:System.Windows.Forms.DataGridColumnStyle.Invalidate">
<summary>
<para>Redraws the column and causes a paint
message to be sent to the control.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.DataGridColumnStyle.CheckValidDataSource(System.Windows.Forms.CurrencyManager)">
<summary>
<para> Throws an exception if the <see cref="T:System.Windows.Forms.DataGrid" qualify="true" /> does
not have a valid data source, or if this column is not mapped to a valid
property in the data source.</para>
</summary>
<param name="value">A <see cref="T:System.Windows.Forms.CurrencyManager" /> to check.</param>
</member>
<member name="M:System.Windows.Forms.DataGridColumnStyle.Abort(System.Int32)">
<summary>
<para> When overridden in a derived class, initiates a
request to interrupt an edit procedure.
</para>
</summary>
<param name="rowNum">The row number upon which an operation is being interrupted. </param>
</member>
<member name="M:System.Windows.Forms.DataGridColumnStyle.Commit(System.Windows.Forms.CurrencyManager,System.Int32)">
<summary>
<para>When overridden in a derived class, initiates a request to complete an
editing procedure.</para>
</summary>
<param name="dataSource">The <see cref="T:System.Windows.Forms.CurrencyManager" /> for the <see cref="T:System.Windows.Forms.DataGridColumnStyle" />.</param>
<param name="rowNum">The number of the row being edited.</param>
<returns>
<para>
<see langword="true" /> if the editing procedure committed
successfully; otherwise, <see langword="false" />.</para>
</returns>
</member>
<member name="M:System.Windows.Forms.DataGridColumnStyle.Edit(System.Windows.Forms.CurrencyManager,System.Int32,System.Drawing.Rectangle,System.Boolean)">
<summary>
<para> Prepares a cell for editing.</para>
</summary>
<param name="source">The <see cref="T:System.Windows.Forms.CurrencyManager" /> for the <see cref="T:System.Windows.Forms.DataGridColumnStyle" />.</param>
<param name=" rowNum">The row number to edit.</param>
<param name=" bounds">The bounding <see cref="T:System.Drawing.Rectangle" /> in which the control is to be sited.</param>
<param name=" readOnly">A value indicating whether the column is a read-only. <see langword="true" /> if the value is read-only; otherwise, <see langword="false" />. </param>
</member>
<member name="M:System.Windows.Forms.DataGridColumnStyle.Edit(System.Windows.Forms.CurrencyManager,System.Int32,System.Drawing.Rectangle,System.Boolean,System.String)">
<summary>
<para>Prepares the cell for editing using the specified
<see cref="T:System.Windows.Forms.CurrencyManager" />, row number, and <see cref="T:System.Drawing.Rectangle" />
parameters.</para>
</summary>
<param name="source">The <see cref="T:System.Windows.Forms.CurrencyManager" /> for the <see cref="T:System.Windows.Forms.DataGridColumnStyle" />.</param>
<param name="rowNum">The row number in this column which is being edited.</param>
<param name="bounds">The <see cref="T:System.Drawing.Rectangle" /> in which the control is to be sited.</param>
<param name="readOnly">A value indicating whether the column is a read-only. <see langword="true" /> if the value is read-only; otherwise, <see langword="false" />.</param>
<param name="instantText">The text to display in the control.</param>
</member>
<member name="M:System.Windows.Forms.DataGridColumnStyle.Edit(System.Windows.Forms.CurrencyManager,System.Int32,System.Drawing.Rectangle,System.Boolean,System.String,System.Boolean)">
<summary>
<para>When overridden in a deriving class, prepares a cell for editing.</para>
</summary>
<param name="source">The <see cref="T:System.Windows.Forms.CurrencyManager" /> for the <see cref="T:System.Windows.Forms.DataGridColumnStyle" />.</param>
<param name="rowNum">The row number in this column which is being edited.</param>
<param name="bounds">The <see cref="T:System.Drawing.Rectangle" /> in which the control is to be sited.</param>
<param name="readOnly">A value indicating whether the column is a read-only. <see langword="true" /> if the value is read-only; otherwise, <see langword="false" />.</param>
<param name="instantText">The text to display in the control.</param>
<param name="cellIsVisible">A value indicating whether the cell is visible. <see langword="true" /> if the cell is visible; otherwise, <see langword="false" />.</param>
</member>
<member name="M:System.Windows.Forms.DataGridColumnStyle.EnterNullValue">
<summary>
<para> Enters a <see cref="F:System.DBNull.Value" qualify="true" />
into the column.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.DataGridColumnStyle.ConcedeFocus">
<summary>
<para>Notifies a column that it must relinquish the focus to the control it is hosting.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.DataGridColumnStyle.Paint(System.Drawing.Graphics,System.Drawing.Rectangle,System.Windows.Forms.CurrencyManager,System.Int32)">
<summary>
<para>Paints the a <see cref="T:System.Windows.Forms.DataGridColumnStyle" /> with the specified <see cref="T:System.Drawing.Graphics" />,
<see cref="T:System.Drawing.Rectangle" />, <see cref="T:System.Windows.Forms.CurrencyManager" />, and row number.</para>
</summary>
<param name="g">The <see cref="T:System.Drawing.Graphics" /> object to draw to.</param>
<param name="bounds">The bounding <see cref="T:System.Drawing.Rectangle" /> to paint into.</param>
<param name="source">The <see cref="T:System.Windows.Forms.CurrencyManager" /> of the <see cref="T:System.Windows.Forms.DataGrid" qualify="true" /> control the column belongs to.</param>
<param name="rowNum">The number of the row in the underlying data being referred to.</param>
</member>
<member name="M:System.Windows.Forms.DataGridColumnStyle.Paint(System.Drawing.Graphics,System.Drawing.Rectangle,System.Windows.Forms.CurrencyManager,System.Int32,System.Boolean)">
<summary>
<para>When overridden in a derived class, paints a <see cref="T:System.Windows.Forms.DataGridColumnStyle" /> with the specified <see cref="T:System.Drawing.Graphics" />, <see cref="T:System.Drawing.Rectangle" />, <see cref="T:System.Windows.Forms.CurrencyManager" />, row number, and
alignment.</para>
</summary>
<param name="g">The <see cref="T:System.Drawing.Graphics" /> object to draw to.</param>
<param name="bounds">The bounding <see cref="T:System.Drawing.Rectangle" /> to paint into.</param>
<param name="source">The <see cref="T:System.Windows.Forms.CurrencyManager" /> of the <see cref="T:System.Windows.Forms.DataGrid" qualify="true" /> control the column belongs to.</param>
<param name="rowNum">The number of the row in the underlying data being referred to.</param>
<param name="alignToRight">A value indicating whether to align the column's content to the right. <see langword="true" />if the content should be aligned to the right; otherwise <see langword="false" />.</param>
</member>
<member name="M:System.Windows.Forms.DataGridColumnStyle.Paint(System.Drawing.Graphics,System.Drawing.Rectangle,System.Windows.Forms.CurrencyManager,System.Int32,System.Drawing.Brush,System.Drawing.Brush,System.Boolean)">
<summary>
<para>Paints a <see cref="T:System.Windows.Forms.DataGridColumnStyle" /> with the specified <see cref="T:System.Drawing.Graphics" />, <see cref="T:System.Drawing.Rectangle" />, <see cref="T:System.Windows.Forms.CurrencyManager" />, row number, background color, foreground color, and alignment.</para>
</summary>
<param name="g">The <see cref="T:System.Drawing.Graphics" /> object to draw to.</param>
<param name="bounds">The bounding <see cref="T:System.Drawing.Rectangle" /> to paint into.</param>
<param name="source">The <see cref="T:System.Windows.Forms.CurrencyManager" /> of the <see cref="T:System.Windows.Forms.DataGrid" qualify="true" /> control the column belongs to. </param>
<param name="rowNum">The number of the row in the underlying data table being referred to.</param>
<param name="backBrush">A <see cref="T:System.Drawing.Brush" /> used to paint the background color.</param>
<param name="foreBrush">A <see cref="T:System.Drawing.Color" /> used to paint the foreground color.</param>
<param name="alignToRight">A value indicating whether to align the content to the right. <see langword="true" />if the content is aligned to the right, otherwise, <see langword="false" />.</param>
</member>
<member name="M:System.Windows.Forms.DataGridColumnStyle.SetColumnValueAtRow(System.Windows.Forms.CurrencyManager,System.Int32,System.Object)">
<summary>
<para>Sets the value in a specified row with the value from a
specified <see cref="T:System.Windows.Forms.CurrencyManager" />.</para>
</summary>
<param name="source">A <see cref="T:System.Windows.Forms.CurrencyManager" /> associated with the <see cref="T:System.Windows.Forms.DataGridColumnStyle" />.</param>
<param name="rowNum">The number of the row.</param>
<param name="value">The value to set.</param>
</member>
<member name="M:System.Windows.Forms.DataGridColumnStyle.ColumnStartedEditing(System.Windows.Forms.Control)">
<summary>
<para>Informs the <see cref="T:System.Windows.Forms.DataGrid" qualify="true" /> that the user has begun editing the
column.</para>
</summary>
<param name="editingControl">The <see cref="T:System.Windows.Forms.Control" /> that hosted by the column. </param>
</member>
<member name="P:System.Windows.Forms.DataGridColumnStyle.Alignment">
<summary>
<para>Gets or sets the alignment of text in a column.</para>
</summary>
</member>
<member name="E:System.Windows.Forms.DataGridColumnStyle.AlignmentChanged">
<summary>
<para>Occurs when the <see cref="P:System.Windows.Forms.DataGridColumnStyle.Alignment" /> property value changes.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.DataGridColumnStyle.PropertyDescriptor">
<summary>
<para>Gets or sets the <see cref="T:System.ComponentModel.PropertyDescriptor" /> that determines the
attributes of data displayed by the <see cref="T:System.Windows.Forms.DataGridColumnStyle" />.</para>
</summary>
</member>
<member name="E:System.Windows.Forms.DataGridColumnStyle.PropertyDescriptorChanged">
<summary>
<para>Occurs when the <see cref="P:System.Windows.Forms.DataGridColumnStyle.PropertyDescriptor" /> property value changes.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.DataGridColumnStyle.DataGridTableStyle">
<summary>
<para>Gets the <see cref="T:System.Windows.Forms.DataGridTableStyle" /> for the column.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.DataGridColumnStyle.FontHeight">
<summary>
<para> Gets the height of the column's font.
</para>
</summary>
</member>
<member name="P:System.Windows.Forms.DataGridColumnStyle.HeaderText">
<summary>
<para>Gets or sets
the text of the column header.</para>
</summary>
</member>
<member name="E:System.Windows.Forms.DataGridColumnStyle.HeaderTextChanged">
<summary>
<para>Occurs when the <see cref="P:System.Windows.Forms.DataGridColumnStyle.HeaderText" /> property value changes.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.DataGridColumnStyle.MappingName">
<summary>
<para>Gets or sets the name used to map the column style
to a data member.</para>
</summary>
</member>
<member name="E:System.Windows.Forms.DataGridColumnStyle.MappingNameChanged">
<summary>
<para>Occurs when the <see cref="P:System.Windows.Forms.DataGridColumnStyle.MappingName" /> value changes.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.DataGridColumnStyle.NullText">
<summary>
<para> Gets or sets the text that is displayed when the
column contains <see langword="null" />
.</para>
</summary>
</member>
<member name="E:System.Windows.Forms.DataGridColumnStyle.NullTextChanged">
<summary>
<para>Occurs when the <see cref="P:System.Windows.Forms.DataGridColumnStyle.NullText" /> value changes.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.DataGridColumnStyle.ReadOnly">
<summary>
<para>Gets or sets a value indicating whether the data in the column can be edited.</para>
</summary>
</member>
<member name="E:System.Windows.Forms.DataGridColumnStyle.ReadOnlyChanged">
<summary>
<para>Occurs when the <see cref="P:System.Windows.Forms.DataGridColumnStyle.ReadOnly" /> property value changes.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.DataGridColumnStyle.Width">
<summary>
<para> Gets or sets the width of the column.
</para>
</summary>
</member>
<member name="E:System.Windows.Forms.DataGridColumnStyle.WidthChanged">
<summary>
<para>Occurs when the <see cref="P:System.Windows.Forms.DataGridColumnStyle.Width" /> property value changes.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.DataGridColumnStyle.DataGridColumnHeaderAccessibleObject.#ctor(System.Windows.Forms.DataGridColumnStyle)">
<summary>
<para>Initializes a new instance of the <see cref="T:System.Windows.Forms.DataGridColumnStyle.DataGridColumnHeaderAccessibleObject" /> class.</para>
</summary>
<param name="owner">The <see cref="T:System.Windows.Forms.DataGridColumnStyle" /> that hosts the object.</param>
</member>
<member name="M:System.Windows.Forms.DataGridColumnStyle.DataGridColumnHeaderAccessibleObject.Navigate(System.Windows.Forms.AccessibleNavigation)">
<summary>
Alows navigation to another object.
</summary>
<param name="navdir">One of the <see cref="T:System.Windows.Forms.AccessibleNavigation" /> values.</param>
<returns>
<para>An <see cref="T:System.Windows.Forms.AccessibleObject" /> specified by the
<paramref name="navdir " /> parameter.</para>
</returns>
</member>
<member name="P:System.Windows.Forms.DataGridColumnStyle.DataGridColumnHeaderAccessibleObject.Bounds">
<summary>
<para>Gets the bounding rectangle of a column.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.DataGridColumnStyle.DataGridColumnHeaderAccessibleObject.Name">
<summary>
<para>Gets the name of the column that owns the accessiblity object.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.DataGridColumnStyle.DataGridColumnHeaderAccessibleObject.Owner">
<summary>
<para>Gets the column style object that owns the accessiblity object.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.DataGridColumnStyle.DataGridColumnHeaderAccessibleObject.Parent">
<summary>
Gets the parent accesibility object.
</summary>
</member>
<member name="P:System.Windows.Forms.DataGridColumnStyle.DataGridColumnHeaderAccessibleObject.Role">
<summary>
<para>Gets the role of the the accessibility object.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.DataGridBoolColumn.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:System.Windows.Forms.DataGridBoolColumn" /> class.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.DataGridBoolColumn.#ctor(System.ComponentModel.PropertyDescriptor)">
<summary>
<para>Initializes a new instance of a <see cref="T:System.Windows.Forms.DataGridBoolColumn" /> with the
specified <see cref="T:System.ComponentModel.PropertyDescriptor" />.</para>
</summary>
<param name="prop">The <see cref="T:System.ComponentModel.PropertyDescriptor" /> associated with the column.</param>
</member>
<member name="P:System.Windows.Forms.DataGridBoolColumn.TrueValue">
<summary>
<para>Gets or sets the actual value used when setting the
value of the column to <see langword="true" /> .</para>
</summary>
</member>
<member name="E:System.Windows.Forms.DataGridBoolColumn.TrueValueChanged">
<summary>
<para>Occurs when the <see cref="P:System.Windows.Forms.DataGridBoolColumn.TrueValue" /> property value is changed.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.DataGridBoolColumn.FalseValue">
<summary>
<para>Gets or sets the actual value used when setting the value of the column to
<see langword="false" />.</para>
</summary>
</member>
<member name="E:System.Windows.Forms.DataGridBoolColumn.FalseValueChanged">
<summary>
<para>Occurs when the <see cref="P:System.Windows.Forms.DataGridBoolColumn.FalseValue" /> property is changed.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.DataGridBoolColumn.NullValue">
<summary>
<para>Gets or sets the actual value used when setting the
value of the column to <see cref="F:System.DBNull.Value" />.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.DataGridBoolColumn.AllowNull">
<summary>
<para>Gets or sets a value indicating whether null values are allowed.</para>
</summary>
</member>
<member name="E:System.Windows.Forms.DataGridBoolColumn.AllowNullChanged">
<summary>
<para>Occurs when the <see cref="P:System.Windows.Forms.DataGridBoolColumn.AllowNull" /> property is changed.</para>
</summary>
</member>
<member name="T:System.Windows.Forms.DataGridCell">
<summary>
<para>Identifies a cell in the grid.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.DataGridCell.#ctor(System.Int32,System.Int32)">
<summary>
<para>Initializes a new instance of the <see cref="T:System.Windows.Forms.DataGridCell" /> class.</para>
</summary>
<param name="r">The number of a row in the <see cref="T:System.Windows.Forms.DataGrid" qualify="true" />.</param>
<param name="c">The number of a column in the <see cref="T:System.Windows.Forms.DataGrid" qualify="true" />.</param>
</member>
<member name="M:System.Windows.Forms.DataGridCell.ToString">
<summary>
<para>Gets the row number and column number of the cell.</para>
</summary>
<returns>
<para>A string containing the row number and column number.</para>
</returns>
</member>
<member name="P:System.Windows.Forms.DataGridCell.ColumnNumber">
<summary>
<para>Gets or sets the number of a column in the <see cref="T:System.Windows.Forms.DataGrid" qualify="true" /> control.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.DataGridCell.RowNumber">
<summary>
<para>Gets or sets the number of a row in the <see cref="T:System.Windows.Forms.DataGrid" qualify="true" /> control.</para>
</summary>
</member>
<member name="T:System.Windows.Forms.GridColumnStylesCollection">
<summary>
<para>Represents a collection of <see cref="T:System.Windows.Forms.DataGridColumnStyle" /> objects in the <see cref="T:System.Windows.Forms.DataGrid" qualify="true" />
control.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.GridColumnStylesCollection.Add(System.Windows.Forms.DataGridColumnStyle)">
<summary>
<para>Adds a column style to the collection.</para>
</summary>
<param name="column">The <see cref="T:System.Windows.Forms.DataGridColumnStyle" /> to add.</param>
<returns>
<para>The index of the new <see cref="T:System.Windows.Forms.DataGridColumnStyle" /> object.</para>
</returns>
</member>
<member name="M:System.Windows.Forms.GridColumnStylesCollection.AddRange(System.Windows.Forms.DataGridColumnStyle[])">
<summary>
<para>Adds an array of column style objects to the collection.</para>
</summary>
<param name="columns">An array of <see cref="T:System.Windows.Forms.DataGridColumnStyle" /> objects to add to the collection.</param>
</member>
<member name="M:System.Windows.Forms.GridColumnStylesCollection.Clear">
<summary>
<para>Clears the collection of <see cref="T:System.Windows.Forms.DataGridColumnStyle" /> objects.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.GridColumnStylesCollection.Contains(System.ComponentModel.PropertyDescriptor)">
<summary>
<para>Gets a value indicating whether the <see cref="T:System.Windows.Forms.GridColumnStylesCollection" /> contains a <see cref="T:System.Windows.Forms.DataGridColumnStyle" /> associated
with the specified <see cref="T:System.ComponentModel.PropertyDescriptor" />.</para>
</summary>
<param name="propDesc">The <see cref="T:System.ComponentModel.PropertyDescriptor" /> associated with the desired <see cref="T:System.Windows.Forms.DataGridColumnStyle" />.</param>
<returns>
<para>
<see langword="true " />if the collection contains the
<see cref="T:System.Windows.Forms.DataGridColumnStyle" />; otherwise, <see langword="false" />.</para>
</returns>
</member>
<member name="M:System.Windows.Forms.GridColumnStylesCollection.Contains(System.Windows.Forms.DataGridColumnStyle)">
<summary>
<para>Gets a value indicating whether the <see cref="T:System.Windows.Forms.GridColumnStylesCollection" /> contains the specified <see cref="T:System.Windows.Forms.DataGridColumnStyle" />.</para>
</summary>
<param name="column">The desired <see cref="T:System.Windows.Forms.DataGridColumnStyle" />.</param>
<returns>
<para>
<see langword="true " />if the collection contains the <see cref="T:System.Windows.Forms.DataGridColumnStyle" />; otherwise, <see langword="false" />. </para>
</returns>
</member>
<member name="M:System.Windows.Forms.GridColumnStylesCollection.Contains(System.String)">
<summary>
<para>Gets a value indicating whether the <see cref="T:System.Windows.Forms.GridColumnStylesCollection" /> contains the <see cref="T:System.Windows.Forms.DataGridColumnStyle" /> with the specified name.</para>
</summary>
<param name="name">The <see cref="P:System.Windows.Forms.DataGridColumnStyle.MappingName" /> of the desired <see cref="T:System.Windows.Forms.DataGridColumnStyle" />.</param>
<returns>
<para>
<see langword="true " />if the collection contains the <see cref="T:System.Windows.Forms.DataGridColumnStyle" />; otherwise, <see langword="false" />. </para>
</returns>
</member>
<member name="M:System.Windows.Forms.GridColumnStylesCollection.IndexOf(System.Windows.Forms.DataGridColumnStyle)">
<summary>
<para>Gets the index of a specified <see cref="T:System.Windows.Forms.DataGridColumnStyle" />.</para>
</summary>
<param name="element">The <see cref="T:System.Windows.Forms.DataGridColumnStyle" /> to find.</param>
<returns>
<para>The zero-based index of the <see cref="T:System.Windows.Forms.DataGridColumnStyle" /> within the <see cref="T:System.Windows.Forms.GridColumnStylesCollection" /> or -1 if no
corresponding <see cref="T:System.Windows.Forms.DataGridColumnStyle" />
exists.</para>
</returns>
</member>
<member name="M:System.Windows.Forms.GridColumnStylesCollection.OnCollectionChanged(System.ComponentModel.CollectionChangeEventArgs)">
<summary>
<para>Raises the <see cref="E:System.Windows.Forms.GridColumnStylesCollection.CollectionChanged" /> event.</para>
</summary>
<param name="ccevent">A <see cref="T:System.ComponentModel.CollectionChangeEventArgs" /> that contains the event data event.</param>
</member>
<member name="M:System.Windows.Forms.GridColumnStylesCollection.Remove(System.Windows.Forms.DataGridColumnStyle)">
<summary>
<para>Removes the specified <see cref="T:System.Windows.Forms.DataGridColumnStyle" /> from the <see cref="T:System.Windows.Forms.GridColumnStylesCollection" />.</para>
</summary>
<param name="column">The <see cref="T:System.Windows.Forms.DataGridColumnStyle" /> to remove from the collection.</param>
</member>
<member name="M:System.Windows.Forms.GridColumnStylesCollection.RemoveAt(System.Int32)">
<summary>
<para>Removes the <see cref="T:System.Windows.Forms.DataGridColumnStyle" /> with the specified index from the <see cref="T:System.Windows.Forms.GridColumnStylesCollection" />.</para>
</summary>
<param name="index">The zero-based index of the <see cref="T:System.Windows.Forms.DataGridColumnStyle" /> to remove.</param>
</member>
<member name="M:System.Windows.Forms.GridColumnStylesCollection.ResetPropertyDescriptors">
<summary>
<para>Sets the <see cref="T:System.ComponentModel.PropertyDescriptor" /> for each column style in the
collection to <see langword="null" /> .</para>
</summary>
</member>
<member name="P:System.Windows.Forms.GridColumnStylesCollection.Item(System.Int32)">
<summary>
<para>Gets the <see cref="T:System.Windows.Forms.DataGridColumnStyle" /> at a specified index.</para>
</summary>
<param name="index">The zero-based index of the <see cref="T:System.Windows.Forms.DataGridColumnStyle" /> to return.</param>
</member>
<member name="P:System.Windows.Forms.GridColumnStylesCollection.Item(System.String)">
<summary>
<para>Gets the <see cref="T:System.Windows.Forms.DataGridColumnStyle" />
with the specified name.</para>
</summary>
<param name="columnName">The <see cref="P:System.Windows.Forms.DataGridColumnStyle.MappingName" /> of the <see cref="T:System.Windows.Forms.DataGridColumnStyle" /> retrieve.</param>
</member>
<member name="P:System.Windows.Forms.GridColumnStylesCollection.Item(System.ComponentModel.PropertyDescriptor)">
<summary>
<para>Gets the <see cref="T:System.Windows.Forms.DataGridColumnStyle" /> associated
with the specified <see cref="T:System.ComponentModel.PropertyDescriptor" />.</para>
</summary>
<param name="propDesc">The <see cref="T:System.ComponentModel.PropertyDescriptor" /> associated with the <see cref="T:System.Windows.Forms.DataGridColumnStyle" />.</param>
</member>
<member name="E:System.Windows.Forms.GridColumnStylesCollection.CollectionChanged">
<summary>
<para>Occurs when a change is made to the <see cref="T:System.Windows.Forms.GridColumnStylesCollection" />.</para>
</summary>
</member>
<member name="T:System.Windows.Forms.DataGridPreferredColumnWidthTypeConverter">
<summary>
Converts the value of an object to a different data
type.
</summary>
</member>
<member name="T:System.Windows.Forms.DataGridLineStyle">
<summary>
<para> Specifies the style of gridlines in a <see cref="T:System.Windows.Forms.DataGrid" qualify="true" />.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.DataGridLineStyle.None">
<summary>
<para>
No gridlines between cells.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.DataGridLineStyle.Solid">
<summary>
<para> Solid gridlines between cells.
</para>
</summary>
</member>
<member name="M:System.Windows.Forms.DataGridParentRows.DataGridParentRowsAccessibleObject.GetFocused">
<summary>
Returns the currently focused child, if any.
Returns this if the object itself is focused.
</summary>
</member>
<member name="M:System.Windows.Forms.DataGridParentRows.DataGridParentRowsAccessibleObject.Navigate(System.Windows.Forms.AccessibleNavigation)">
<summary>
Navigate to the next or previous grid entry.
</summary>
</member>
<member name="T:System.Windows.Forms.DataGridParentRowsLabelStyle">
<summary>
<para>Specifies how the parent row labels of a <see cref="T:System.Windows.Forms.DataGrid" />
control are displayed.</para>
</summary>
</member>
<member name="F:System.Windows.Forms.DataGridParentRowsLabelStyle.None">
<summary>
<para>
Display no parent row labels.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.DataGridParentRowsLabelStyle.TableName">
<summary>
<para> Displays the parent table name.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.DataGridParentRowsLabelStyle.ColumnName">
<summary>
<para> Displays the parent column name.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.DataGridParentRowsLabelStyle.Both">
<summary>
<para>
Displays
both the parent table and column names.
</para>
</summary>
</member>
<member name="M:System.Windows.Forms.DataGridRelationshipRow.OnKeyPress(System.Windows.Forms.Keys)">
<summary>
Called by the DataGrid when a keypress occurs on a row with "focus."
</summary>
<returns> True if the keypress has been handled and the grid should not
process it any further. False otherwise.
</returns>
</member>
<member name="M:System.Windows.Forms.DataGridRelationshipRow.Paint(System.Drawing.Graphics,System.Drawing.Rectangle,System.Drawing.Rectangle,System.Int32,System.Int32)">
<summary>
Paints the row.
</summary>
<returns>The width of bounds painted with data</returns>
</member>
<member name="M:System.Windows.Forms.DataGridRelationshipRow.DataGridRelationshipAccessibleObject.Navigate(System.Windows.Forms.AccessibleNavigation)">
<summary>
Navigate to the next or previous grid entry.
</summary>
</member>
<member name="M:System.Windows.Forms.DataGridState.PushState(System.Windows.Forms.DataGrid)">
<summary>
Called by a DataGrid when it wishes to preserve its
transient state in the current DataGridState object.
</summary>
</member>
<member name="M:System.Windows.Forms.DataGridState.PullState(System.Windows.Forms.DataGrid)">
<summary>
Called by a grid when it wishes to match its transient
state with the current DataGridState object.
</summary>
</member>
<member name="M:System.Windows.Forms.DataGridState.DataGridStateParentRowAccessibleObject.Navigate(System.Windows.Forms.AccessibleNavigation)">
<summary>
Navigate to the next or previous grid entry.
</summary>
</member>
<member name="T:System.Windows.Forms.DataGridTableStyle">
<summary>
<para>Represents the table drawn by the <see cref="T:System.Windows.Forms.DataGrid" qualify="true" /> control at run time.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.DataGridTableStyle.ResetAlternatingBackColor">
<summary>
<para>Resets the <see cref="P:System.Windows.Forms.DataGridTableStyle.AlternatingBackColor" /> property to its default value.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.DataGridTableStyle.ShouldSerializeAlternatingBackColor">
<summary>
<para>Indicates whether the <see cref="P:System.Windows.Forms.DataGridTableStyle.AlternatingBackColor" /> property should be persisted.</para>
</summary>
<returns>
<para>
<see langword="true" /> if the property value has changed from its default;
otherwise, <see langword="false" />.</para>
</returns>
</member>
<member name="M:System.Windows.Forms.DataGridTableStyle.ShouldSerializeBackColor">
<summary>
<para>Indicates whether the <see cref="P:System.Windows.Forms.DataGridTableStyle.BackColor" /> property should be
persisted.</para>
</summary>
<returns>
<para>
<see langword="true" /> if the property value has changed from its default;
otherwise, <see langword="false" />.</para>
</returns>
</member>
<member name="M:System.Windows.Forms.DataGridTableStyle.ShouldSerializeForeColor">
<summary>
<para>Indicates whether the <see cref="P:System.Windows.Forms.DataGridTableStyle.ForeColor" /> property should be persisted.</para>
</summary>
<returns>
<para>
<see langword="true" /> if the property value has changed
from its default; otherwise, <see langword="false" /> .</para>
</returns>
</member>
<member name="M:System.Windows.Forms.DataGridTableStyle.ResetBackColor">
<summary>
<para>Resets the <see cref="P:System.Windows.Forms.DataGridTableStyle.BackColor" /> property to its default value.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.DataGridTableStyle.ResetForeColor">
<summary>
<para>Resets the <see cref="P:System.Windows.Forms.DataGridTableStyle.ForeColor" /> property to its default value.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.DataGridTableStyle.ShouldSerializeGridLineColor">
<summary>
<para>Indicates whether the <see cref="P:System.Windows.Forms.DataGridTableStyle.GridLineColor" /> property should be persisted.</para>
</summary>
<returns>
<para>
<see langword="true" /> if the property value has changed from its default;
otherwise, <see langword="false" />.</para>
</returns>
</member>
<member name="M:System.Windows.Forms.DataGridTableStyle.ResetGridLineColor">
<summary>
<para>Resets the <see cref="P:System.Windows.Forms.DataGridTableStyle.GridLineColor" /> property to its default value.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.DataGridTableStyle.ShouldSerializeHeaderBackColor">
<summary>
<para>Indicates whether the <see cref="P:System.Windows.Forms.DataGridTableStyle.HeaderBackColor" /> property should be persisted.</para>
</summary>
<returns>
<para>
<see langword="true" /> if the property value has changed
from its default; otherwise, <see langword="false" /> .</para>
</returns>
</member>
<member name="M:System.Windows.Forms.DataGridTableStyle.ResetHeaderBackColor">
<summary>
<para>Resets the <see cref="P:System.Windows.Forms.DataGridTableStyle.HeaderBackColor" /> property to its default value.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.DataGridTableStyle.ResetHeaderFont">
<summary>
<para>Resets the <see cref="P:System.Windows.Forms.DataGridTableStyle.HeaderFont" /> property to its default value.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.DataGridTableStyle.ShouldSerializeHeaderForeColor">
<summary>
<para>Indicates whether the <see cref="P:System.Windows.Forms.DataGridTableStyle.HeaderForeColor" /> property should be persisted.</para>
</summary>
<returns>
<para>
<see langword="true" /> if the property value
has changed from its default; otherwise, <see langword="false" />.</para>
</returns>
</member>
<member name="M:System.Windows.Forms.DataGridTableStyle.ResetHeaderForeColor">
<summary>
<para>Resets the <see cref="P:System.Windows.Forms.DataGridTableStyle.HeaderForeColor" /> property to its default value.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.DataGridTableStyle.ShouldSerializeLinkColor">
<summary>
<para>Indicates whether the <see cref="P:System.Windows.Forms.DataGridTableStyle.LinkColor" /> property should be
persisted.</para>
</summary>
<returns>
<para>
<see langword="true" /> if the property value has changed
from its default; otherwise, <see langword="false" /> .</para>
</returns>
</member>
<member name="M:System.Windows.Forms.DataGridTableStyle.ResetLinkColor">
<summary>
<para>Resets the <see cref="P:System.Windows.Forms.DataGridTableStyle.LinkColor" /> property to its default
value.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.DataGridTableStyle.ShouldSerializePreferredRowHeight">
<summary>
<para>Indicates whether the <see cref="P:System.Windows.Forms.DataGridTableStyle.PreferredRowHeight" /> property should be persisted.</para>
</summary>
<returns>
<para>
<see langword="true" /> if the property value has changed
from its default; otherwise, <see langword="false" /> .</para>
</returns>
</member>
<member name="M:System.Windows.Forms.DataGridTableStyle.ShouldSerializeSelectionBackColor">
<summary>
<para>Indicates whether the <see cref="P:System.Windows.Forms.DataGridTableStyle.SelectionBackColor" /> property should be persisted.</para>
</summary>
<returns>
<para>
<see langword="true" /> if the property value has changed from its default;
otherwise, <see langword="false" />.</para>
</returns>
</member>
<member name="M:System.Windows.Forms.DataGridTableStyle.ResetSelectionBackColor">
<summary>
<para>Resets the <see cref="P:System.Windows.Forms.DataGridTableStyle.SelectionBackColor" /> property to its default value.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.DataGridTableStyle.ShouldSerializeSelectionForeColor">
<summary>
<para>Indicates whether the <see cref="P:System.Windows.Forms.DataGridTableStyle.SelectionForeColor" /> property should be persisted.</para>
</summary>
<returns>
<para>
<see langword="true" /> if the property value has changed from its default;
otherwise, <see langword="false" />.</para>
</returns>
</member>
<member name="M:System.Windows.Forms.DataGridTableStyle.ResetSelectionForeColor">
<summary>
<para>Resets the <see cref="P:System.Windows.Forms.DataGridTableStyle.SelectionForeColor" /> property to its default value.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.DataGridTableStyle.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:System.Windows.Forms.DataGridTableStyle" /> class.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.DataGridTableStyle.#ctor(System.Windows.Forms.CurrencyManager)">
<summary>
<para>Initializes a new instance of the <see cref="T:System.Windows.Forms.DataGridTableStyle" /> class with the specified
<see cref="T:System.Windows.Forms.CurrencyManager" />.</para>
</summary>
<param name="listManager">The <see cref="T:System.Windows.Forms.CurrencyManager" /> to use.</param>
</member>
<member name="M:System.Windows.Forms.DataGridTableStyle.CreateGridColumn(System.ComponentModel.PropertyDescriptor)">
<summary>
<para>Creates a <see cref="T:System.Windows.Forms.DataGridColumnStyle" />. using the specified property
descriptor.</para>
</summary>
<param name="prop">The <see cref="T:System.ComponentModel.PropertyDescriptor" /> used to create the column style object.</param>
<returns>
<para>The newly created <see cref="T:System.Windows.Forms.DataGridColumnStyle" /> object.</para>
</returns>
</member>
<member name="M:System.Windows.Forms.DataGridTableStyle.CreateGridColumn(System.ComponentModel.PropertyDescriptor,System.Boolean)">
<summary>
<para>Creates a <see cref="T:System.Windows.Forms.DataGridColumnStyle" /> using the specified property descriptor.
Specifies whether the <see cref="T:System.Windows.Forms.DataGridColumnStyle" /> is a default column
style.</para>
</summary>
<param name="prop">The <see cref="T:System.ComponentModel.PropertyDescriptor" /> used to create the column style object.</param>
<param name=" isDefault">Specifies whether the <see cref="T:System.Windows.Forms.DataGridColumnStyle" /> object is a default column style. This parameter is read-only.</param>
<returns>
<para>The newly created <see cref="T:System.Windows.Forms.DataGridColumnStyle" /> object.</para>
</returns>
</member>
<member name="M:System.Windows.Forms.DataGridTableStyle.BeginEdit(System.Windows.Forms.DataGridColumnStyle,System.Int32)">
<summary>
<para>Requests an edit operation.</para>
</summary>
<param name="gridColumn">The <see cref="T:System.Windows.Forms.DataGridColumnStyle" /> to edit.</param>
<param name=" rowNumber">The number of the edited row.</param>
<returns>
<para>
<see langword="true" />, if the operation succeeds;
otherwise, <see langword="false" /> .</para>
</returns>
</member>
<member name="M:System.Windows.Forms.DataGridTableStyle.EndEdit(System.Windows.Forms.DataGridColumnStyle,System.Int32,System.Boolean)">
<summary>
<para> Requests an end to an edit
operation.</para>
</summary>
<param name="gridColumn">The <see cref="T:System.Windows.Forms.DataGridColumnStyle" /> to edit.</param>
<param name="rowNumber">The number of the edited row.</param>
<param name=" shouldAbort">A value indicating whether the operation should be stopped; <see langword="true" /> if it should stop; otherwise, <see langword="false" />.</param>
<returns>
<para>
<see langword="true " />if the edit operation ends
successfully; otherwise, <see langword="false" />.</para>
</returns>
</member>
<member name="M:System.Windows.Forms.DataGridTableStyle.OnReadOnlyChanged(System.EventArgs)">
<summary>
<para>Raises the <see cref="E:System.Windows.Forms.DataGridTableStyle.ReadOnlyChanged" /> event.</para>
</summary>
<param name="e">An <see cref="T:System.EventArgs" /> that contains the event data.</param>
</member>
<member name="M:System.Windows.Forms.DataGridTableStyle.OnMappingNameChanged(System.EventArgs)">
<summary>
<para>Raises the <see cref="E:System.Windows.Forms.DataGridTableStyle.MappingNameChanged" /> event</para>
</summary>
<param name="e">An <see cref="T:System.EventArgs" /> that contains the event data.</param>
</member>
<member name="M:System.Windows.Forms.DataGridTableStyle.OnAlternatingBackColorChanged(System.EventArgs)">
<summary>
<para>Raises the <see cref="E:System.Windows.Forms.DataGridTableStyle.AlternatingBackColorChanged" /> event.</para>
</summary>
<param name="e">An <see cref="T:System.EventArgs" /> that contains the event data.</param>
</member>
<member name="M:System.Windows.Forms.DataGridTableStyle.OnForeColorChanged(System.EventArgs)">
<summary>
<para>Raises the <see cref="E:System.Windows.Forms.DataGridTableStyle.ForeColorChanged" /> event.</para>
</summary>
<param name="e">An <see cref="T:System.EventArgs" /> that contains the event data.</param>
</member>
<member name="M:System.Windows.Forms.DataGridTableStyle.OnBackColorChanged(System.EventArgs)">
<summary>
<para>Raises the <see cref="E:System.Windows.Forms.DataGridTableStyle.BackColorChanged" /> event.</para>
</summary>
<param name="e">An <see cref="T:System.EventArgs" /> that contains the event data.</param>
</member>
<member name="M:System.Windows.Forms.DataGridTableStyle.OnAllowSortingChanged(System.EventArgs)">
<summary>
<para>Raises the <see cref="E:System.Windows.Forms.DataGridTableStyle.AllowSortingChanged" /> event.</para>
</summary>
<param name="e">An <see cref="T:System.EventArgs" /> that contains the event data.</param>
</member>
<member name="M:System.Windows.Forms.DataGridTableStyle.OnGridLineColorChanged(System.EventArgs)">
<summary>
<para>Raises the <see cref="E:System.Windows.Forms.DataGridTableStyle.GridLineColorChanged" /> event.</para>
</summary>
<param name="e">An <see cref="T:System.EventArgs" /> that contains the event data.</param>
</member>
<member name="M:System.Windows.Forms.DataGridTableStyle.OnGridLineStyleChanged(System.EventArgs)">
<summary>
<para>Raises the <see cref="E:System.Windows.Forms.DataGridTableStyle.GridLineStyleChanged" /> event.</para>
</summary>
<param name="e">An <see cref="T:System.EventArgs" /> that contains the event data.</param>
</member>
<member name="M:System.Windows.Forms.DataGridTableStyle.OnHeaderBackColorChanged(System.EventArgs)">
<summary>
<para>Raises the <see cref="E:System.Windows.Forms.DataGridTableStyle.HeaderBackColorChanged" /> event.</para>
</summary>
<param name="e">An <see cref="T:System.EventArgs" /> that contains the event data.</param>
</member>
<member name="M:System.Windows.Forms.DataGridTableStyle.OnHeaderFontChanged(System.EventArgs)">
<summary>
<para>Raises the <see cref="E:System.Windows.Forms.DataGridTableStyle.HeaderFontChanged" /> event.</para>
</summary>
<param name="e">An <see cref="T:System.EventArgs" /> that contains the event data.</param>
</member>
<member name="M:System.Windows.Forms.DataGridTableStyle.OnHeaderForeColorChanged(System.EventArgs)">
<summary>
<para>Raises the <see cref="E:System.Windows.Forms.DataGridTableStyle.HeaderForeColorChanged" /> event.</para>
</summary>
<param name="e">An <see cref="T:System.EventArgs" /> that contains the event data.</param>
</member>
<member name="M:System.Windows.Forms.DataGridTableStyle.OnLinkColorChanged(System.EventArgs)">
<summary>
<para>Raises the <see cref="E:System.Windows.Forms.DataGridTableStyle.LinkColorChanged" /> event.</para>
</summary>
<param name="e">An <see cref="T:System.EventArgs" /> that contains the event data.</param>
</member>
<member name="M:System.Windows.Forms.DataGridTableStyle.OnLinkHoverColorChanged(System.EventArgs)">
<summary>
<para>Raises the LinkHoverColorChanged event.</para>
</summary>
<param name="e">An <see cref="T:System.EventArgs" /> that contains the event data.</param>
</member>
<member name="M:System.Windows.Forms.DataGridTableStyle.OnPreferredRowHeightChanged(System.EventArgs)">
<summary>
<para>Raises the <see cref="E:System.Windows.Forms.DataGridTableStyle.PreferredRowHeightChanged" /> event.</para>
</summary>
<param name="e">An <see cref="T:System.EventArgs" /> that contains the event data.</param>
</member>
<member name="M:System.Windows.Forms.DataGridTableStyle.OnPreferredColumnWidthChanged(System.EventArgs)">
<summary>
<para>Raises the <see cref="E:System.Windows.Forms.DataGridTableStyle.PreferredColumnWidthChanged" /> event.</para>
</summary>
<param name="e">An <see cref="T:System.EventArgs" /> that contains the event data.</param>
</member>
<member name="M:System.Windows.Forms.DataGridTableStyle.OnColumnHeadersVisibleChanged(System.EventArgs)">
<summary>
<para>Raises the <see cref="E:System.Windows.Forms.DataGridTableStyle.ColumnHeadersVisibleChanged" /> event.</para>
</summary>
<param name="e">An <see cref="T:System.EventArgs" /> that contains the event data.</param>
</member>
<member name="M:System.Windows.Forms.DataGridTableStyle.OnRowHeadersVisibleChanged(System.EventArgs)">
<summary>
<para>Raises the <see cref="E:System.Windows.Forms.DataGridTableStyle.RowHeadersVisibleChanged" /> event.</para>
</summary>
<param name="e">An <see cref="T:System.EventArgs" /> that contains the event data.</param>
</member>
<member name="M:System.Windows.Forms.DataGridTableStyle.OnRowHeaderWidthChanged(System.EventArgs)">
<summary>
<para>Raises the <see cref="E:System.Windows.Forms.DataGridTableStyle.RowHeaderWidthChanged" /> event.</para>
</summary>
<param name="e">An <see cref="T:System.EventArgs" /> that contains the event data.</param>
</member>
<member name="M:System.Windows.Forms.DataGridTableStyle.OnSelectionForeColorChanged(System.EventArgs)">
<summary>
<para>Raises the <see cref="E:System.Windows.Forms.DataGridTableStyle.SelectionForeColorChanged" /> event.</para>
</summary>
<param name="e">An <see cref="T:System.EventArgs" /> that contains the event data.</param>
</member>
<member name="M:System.Windows.Forms.DataGridTableStyle.OnSelectionBackColorChanged(System.EventArgs)">
<summary>
<para>Raises the <see cref="E:System.Windows.Forms.DataGridTableStyle.SelectionBackColorChanged" /> event.</para>
</summary>
<param name="e">An <see cref="T:System.EventArgs" /> that contains the event data.</param>
</member>
<member name="P:System.Windows.Forms.DataGridTableStyle.AllowSorting">
<summary>
<para>Indicates whether sorting is allowed on the grid table
when this <see cref="T:System.Windows.Forms.DataGridTableStyle" /> is used.</para>
</summary>
</member>
<member name="E:System.Windows.Forms.DataGridTableStyle.AllowSortingChanged">
<summary>
<para>Occurs when the <see cref="P:System.Windows.Forms.DataGridTableStyle.AllowSorting" /> property value changes.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.DataGridTableStyle.AlternatingBackColor">
<summary>
<para>The background color of alternating rows.</para>
</summary>
</member>
<member name="E:System.Windows.Forms.DataGridTableStyle.AlternatingBackColorChanged">
<summary>
<para>Occurs when the <see cref="P:System.Windows.Forms.DataGridTableStyle.AlternatingBackColor" /> value changes.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.DataGridTableStyle.BackColor">
<summary>
<para>Gets or sets the background color of the grid table.</para>
</summary>
</member>
<member name="E:System.Windows.Forms.DataGridTableStyle.BackColorChanged">
<summary>
<para>Occurs when the <see cref="P:System.Windows.Forms.DataGridTableStyle.BackColor" /> value changes.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.DataGridTableStyle.ForeColor">
<summary>
<para>Gets or sets the foreground color of the grid table.</para>
</summary>
</member>
<member name="E:System.Windows.Forms.DataGridTableStyle.ForeColorChanged">
<summary>
<para>Occurs when the <see cref="P:System.Windows.Forms.DataGridTableStyle.ForeColor" /> value changes.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.DataGridTableStyle.GridLineColor">
<summary>
<para>Gets or sets the color of grid lines.</para>
</summary>
</member>
<member name="E:System.Windows.Forms.DataGridTableStyle.GridLineColorChanged">
<summary>
<para>Occurs when the <see cref="P:System.Windows.Forms.DataGridTableStyle.GridLineColor" /> value changes.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.DataGridTableStyle.GridLineStyle">
<summary>
<para>Gets or sets the style of grid lines.</para>
</summary>
</member>
<member name="E:System.Windows.Forms.DataGridTableStyle.GridLineStyleChanged">
<summary>
<para>Occurs when the <see cref="P:System.Windows.Forms.DataGridTableStyle.GridLineStyle" /> value changes.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.DataGridTableStyle.HeaderBackColor">
<summary>
<para>Gets or sets the background color of headers.</para>
</summary>
</member>
<member name="E:System.Windows.Forms.DataGridTableStyle.HeaderBackColorChanged">
<summary>
<para>Occurs when the <see cref="P:System.Windows.Forms.DataGridTableStyle.HeaderBackColor" /> value changes.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.DataGridTableStyle.HeaderFont">
<summary>
<para>Gets or sets the font used for header captions.</para>
</summary>
</member>
<member name="E:System.Windows.Forms.DataGridTableStyle.HeaderFontChanged">
<summary>
<para>Occurs when the <see cref="P:System.Windows.Forms.DataGridTableStyle.HeaderFont" /> value changes.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.DataGridTableStyle.HeaderForeColor">
<summary>
<para>Gets or sets the foreground color of headers.</para>
</summary>
</member>
<member name="E:System.Windows.Forms.DataGridTableStyle.HeaderForeColorChanged">
<summary>
<para>Occurs when the <see cref="P:System.Windows.Forms.DataGridTableStyle.HeaderForeColor" /> value changes.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.DataGridTableStyle.LinkColor">
<summary>
<para>Gets or sets the color of link text.</para>
</summary>
</member>
<member name="E:System.Windows.Forms.DataGridTableStyle.LinkColorChanged">
<summary>
<para>Occurs when the <see cref="P:System.Windows.Forms.DataGridTableStyle.LinkColor" /> value changes.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.DataGridTableStyle.PreferredColumnWidth">
<summary>
<para>Gets or sets the width used to create columns when a new grid is displayed.</para>
</summary>
</member>
<member name="E:System.Windows.Forms.DataGridTableStyle.PreferredColumnWidthChanged">
<summary>
<para>Occurs when the <see cref="P:System.Windows.Forms.DataGridTableStyle.PreferredColumnWidth" /> property value changes.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.DataGridTableStyle.PreferredRowHeight">
<summary>
<para>Gets or sets the height used to create a row when a new grid is displayed.</para>
</summary>
</member>
<member name="E:System.Windows.Forms.DataGridTableStyle.PreferredRowHeightChanged">
<summary>
<para>Occurs when the <see cref="P:System.Windows.Forms.DataGridTableStyle.PreferredRowHeight" /> value changes.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.DataGridTableStyle.ColumnHeadersVisible">
<summary>
<para>Gets or sets a value indicating whether column headers are visible.</para>
</summary>
</member>
<member name="E:System.Windows.Forms.DataGridTableStyle.ColumnHeadersVisibleChanged">
<summary>
<para>Occurs when the <see cref="P:System.Windows.Forms.DataGridTableStyle.ColumnHeadersVisible" /> value changes.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.DataGridTableStyle.RowHeadersVisible">
<summary>
<para>Gets or sets a value indicating whether row headers are visible.</para>
</summary>
</member>
<member name="E:System.Windows.Forms.DataGridTableStyle.RowHeadersVisibleChanged">
<summary>
<para>Occurs when the <see cref="P:System.Windows.Forms.DataGridTableStyle.RowHeadersVisible" /> value changes.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.DataGridTableStyle.RowHeaderWidth">
<summary>
<para>Gets or sets the width of row headers.</para>
</summary>
</member>
<member name="E:System.Windows.Forms.DataGridTableStyle.RowHeaderWidthChanged">
<summary>
<para>Occurs when the <see cref="P:System.Windows.Forms.DataGridTableStyle.RowHeaderWidth" /> value changes.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.DataGridTableStyle.SelectionBackColor">
<summary>
<para>Gets or sets the background color of selected cells.</para>
</summary>
</member>
<member name="E:System.Windows.Forms.DataGridTableStyle.SelectionBackColorChanged">
<summary>
<para>Occurs when the <see cref="P:System.Windows.Forms.DataGridTableStyle.SelectionBackColor" /> value changes.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.DataGridTableStyle.SelectionForeColor">
<summary>
<para>Gets or sets the foreground color of selected cells.</para>
</summary>
</member>
<member name="E:System.Windows.Forms.DataGridTableStyle.SelectionForeColorChanged">
<summary>
<para>Occurs when the <see cref="P:System.Windows.Forms.DataGridTableStyle.SelectionForeColor" /> value changes.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.DataGridTableStyle.MappingName">
<summary>
<para>Gets or sets the name used to map this table to a specific data source.</para>
</summary>
</member>
<member name="E:System.Windows.Forms.DataGridTableStyle.MappingNameChanged">
<summary>
<para>Occurs when the <see cref="P:System.Windows.Forms.DataGridTableStyle.MappingName" /> value changes.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.DataGridTableStyle.GridColumnStyles">
<summary>
<para>Gets the collection of columns drawn for this table.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.DataGridTableStyle.DataGrid">
<summary>
<para>Gets or sets the <see cref="T:System.Windows.Forms.DataGrid" qualify="true" /> control for the drawn table.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.DataGridTableStyle.ReadOnly">
<summary>
<para>Gets or sets a value indicating whether columns can be
edited.</para>
</summary>
</member>
<member name="E:System.Windows.Forms.DataGridTableStyle.ReadOnlyChanged">
<summary>
<para>Occurs when the <see cref="P:System.Windows.Forms.DataGridTableStyle.ReadOnly" /> value changes.</para>
</summary>
</member>
<member name="T:System.Windows.Forms.GridTableStylesCollection">
<summary>
<para>Represents a collection of <see cref="T:System.Windows.Forms.DataGridTableStyle" /> objects in the <see cref="T:System.Windows.Forms.DataGrid" />
control.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.GridTableStylesCollection.Add(System.Windows.Forms.DataGridTableStyle)">
<summary>
<para>Adds a <see cref="T:System.Windows.Forms.DataGridTableStyle" /> to this collection.</para>
</summary>
<param name="table">The <see cref="T:System.Windows.Forms.DataGridTableStyle" /> to add to the collection.</param>
<returns>
<para>The index of the newly added object.</para>
</returns>
</member>
<member name="M:System.Windows.Forms.GridTableStylesCollection.AddRange(System.Windows.Forms.DataGridTableStyle[])">
<summary>
<para>Adds an array of table styles to the collection.</para>
</summary>
<param name="tables">An array of <see cref="T:System.Windows.Forms.DataGridTableStyle" /> objects.</param>
</member>
<member name="M:System.Windows.Forms.GridTableStylesCollection.Clear">
<summary>
<para>Clears the collection.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.GridTableStylesCollection.Contains(System.Windows.Forms.DataGridTableStyle)">
<summary>
<para>Gets a value indicating whether the <see cref="T:System.Windows.Forms.GridTableStylesCollection" /> contains the specified <see cref="T:System.Windows.Forms.DataGridTableStyle" /> .</para>
</summary>
<param name="table">The <see cref="T:System.Windows.Forms.DataGridTableStyle" /> to look for.</param>
<returns>
<para>
<see langword="true " />if the specified table style exists in
the collection; otherwise, <see langword="false" />
.</para>
</returns>
</member>
<member name="M:System.Windows.Forms.GridTableStylesCollection.Contains(System.String)">
<summary>
<para>Gets a value indicating whether the <see cref="T:System.Windows.Forms.GridTableStylesCollection" /> contains the <see cref="T:System.Windows.Forms.DataGridTableStyle" /> specified by name.</para>
</summary>
<param name="name">The <see cref="P:System.Windows.Forms.DataGridTableStyle.MappingName" /> of the <see cref="T:System.Windows.Forms.DataGridTableStyle" /> to look for.</param>
<returns>
<para>
<see langword="true " />if the specified table style exists in the collection;
otherwise, <see langword="false" /> .</para>
</returns>
</member>
<member name="M:System.Windows.Forms.GridTableStylesCollection.OnCollectionChanged(System.ComponentModel.CollectionChangeEventArgs)">
<summary>
<para>Raises the <see cref="E:System.Windows.Forms.GridTableStylesCollection.CollectionChanged" /> event.</para>
</summary>
<param name="ccevent">A <see cref="T:System.ComponentModel.CollectionChangeEventArgs" /> containing the event data.</param>
</member>
<member name="M:System.Windows.Forms.GridTableStylesCollection.Remove(System.Windows.Forms.DataGridTableStyle)">
<summary>
<para>Removes the specified <see cref="T:System.Windows.Forms.DataGridTableStyle" />.</para>
</summary>
<param name="table">The <see cref="T:System.Windows.Forms.DataGridTableStyle" /> to remove.</param>
</member>
<member name="M:System.Windows.Forms.GridTableStylesCollection.RemoveAt(System.Int32)">
<summary>
<para>Removes a <see cref="T:System.Windows.Forms.DataGridTableStyle" /> at the specified index.</para>
</summary>
<param name="index">The index of the <see cref="T:System.Windows.Forms.DataGridTableStyle" /> to remove.</param>
</member>
<member name="P:System.Windows.Forms.GridTableStylesCollection.Item(System.Int32)">
<summary>
<para>Gets the <see cref="T:System.Windows.Forms.DataGridTableStyle" /> specified by index.</para>
</summary>
<param name="index">The index of the <see cref="T:System.Windows.Forms.DataGridTableStyle" /> to get. </param>
</member>
<member name="P:System.Windows.Forms.GridTableStylesCollection.Item(System.String)">
<summary>
<para>Gets the <see cref="T:System.Windows.Forms.DataGridTableStyle" /> with the specified name.</para>
</summary>
<param name="tableName">The <see cref="P:System.Windows.Forms.DataGridTableStyle.MappingName" /> of the <see cref="T:System.Windows.Forms.DataGridTableStyle" /> to retrieve. </param>
</member>
<member name="E:System.Windows.Forms.GridTableStylesCollection.CollectionChanged">
<summary>
<para>Occurs when the collection has changed.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.GridTablesFactory.CreateGridTables(System.Windows.Forms.DataGridTableStyle,System.Object,System.String,System.Windows.Forms.BindingContext)">
<summary>
Takes a DataView and creates an intelligent mapping of
DataView storage types into available DataColumn types.
</summary>
<param name="gridTable">
</param>
<param name="dataSource">
</param>
<param name="dataMember">
</param>
<param name="bindingManager">
</param>
<returns>
A GridTables containing DataGridTable objects
which map to the DataTables "reachable" from the cursor specified.
Only DataTables that are accessible from the DataTable associated
with cursor through child relations will be contained in the
collection.
</returns>
</member>
<member name="T:System.Windows.Forms.DataGridTextBox">
<summary>
<para>Represents a <see cref="T:System.Windows.Forms.TextBox" /> control that is hosted in a
<see cref="T:System.Windows.Forms.DataGridTextBoxColumn" /> .</para>
</summary>
</member>
<member name="T:System.Windows.Forms.TextBox">
<summary>
<para>Represents
a Windows text box control.</para>
</summary>
</member>
<member name="T:System.Windows.Forms.TextBoxBase">
<summary>
<para>Implements the basic functionality required by text controls.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.TextBoxBase.AppendText(System.String)">
<summary>
<para>Appends text to the current text of text box.</para>
</summary>
<param name="text">The text to append to the current contents of the text box.</param>
</member>
<member name="M:System.Windows.Forms.TextBoxBase.Clear">
<summary>
<para>Clears all text from the text box control.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.TextBoxBase.ClearUndo">
<summary>
<para>Clears information about the most recent operation
from the undo buffer of the text box.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.TextBoxBase.Copy">
<summary>
<para>Copies the current selection in the text box to the Clipboard.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.TextBoxBase.Cut">
<summary>
<para>Moves the current selection in the text box to the Clipboard.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.TextBoxBase.Paste">
<summary>
<para>Replaces the current selection in the text box with the contents of the Clipboard.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.TextBoxBase.OnAutoSizeChanged(System.EventArgs)">
<summary>
<para>Raises the <see cref="E:System.Windows.Forms.TextBoxBase.AutoSizeChanged" /> event.</para>
</summary>
<param name="e">An <see cref="T:System.EventArgs" /> that contains the event data.</param>
</member>
<member name="M:System.Windows.Forms.TextBoxBase.OnAcceptsTabChanged(System.EventArgs)">
<summary>
<para>Raises the <see cref="E:System.Windows.Forms.TextBoxBase.AcceptsTabChanged" /> event.</para>
</summary>
<param name="e">An <see cref="T:System.EventArgs" /> that contains the event data.</param>
</member>
<member name="M:System.Windows.Forms.TextBoxBase.OnBorderStyleChanged(System.EventArgs)">
<summary>
<para>Raises the <see cref="E:System.Windows.Forms.TextBoxBase.BorderStyleChanged" /> event.</para>
</summary>
<param name="e">An <see cref="T:System.EventArgs" /> that contains the event data.</param>
</member>
<member name="M:System.Windows.Forms.TextBoxBase.OnHideSelectionChanged(System.EventArgs)">
<summary>
<para>Raise the <see cref="E:System.Windows.Forms.TextBoxBase.HideSelectionChanged" /> event.</para>
</summary>
<param name="e">An <see cref="T:System.EventArgs" /> that contains the event data.</param>
</member>
<member name="M:System.Windows.Forms.TextBoxBase.OnModifiedChanged(System.EventArgs)">
<summary>
<para>Raises the <see cref="E:System.Windows.Forms.TextBoxBase.ModifiedChanged" /> event.</para>
</summary>
<param name="e">An <see cref="T:System.EventArgs" /> that contains the event data.</param>
</member>
<member name="M:System.Windows.Forms.TextBoxBase.OnMultilineChanged(System.EventArgs)">
<summary>
<para>Raises the <see cref="E:System.Windows.Forms.TextBoxBase.MultilineChanged" /> event.</para>
</summary>
<param name="e">An <see cref="T:System.EventArgs" /> that contains the event data.</param>
</member>
<member name="M:System.Windows.Forms.TextBoxBase.OnReadOnlyChanged(System.EventArgs)">
<summary>
<para>Raises the <see cref="E:System.Windows.Forms.TextBoxBase.ReadOnlyChanged" /> event.</para>
</summary>
<param name="e">An <see cref="T:System.EventArgs" /> that contains the event data.</param>
</member>
<member name="M:System.Windows.Forms.TextBoxBase.ScrollToCaret">
<summary>
<para>Scrolls the contents of the control to the current caret position.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.TextBoxBase.Select(System.Int32,System.Int32)">
<summary>
<para>Selects a range of text in the text box.</para>
</summary>
<param name="start">The position of the first character in the current text selection within the text box.</param>
<param name="length">The number of characters to select.</param>
</member>
<member name="M:System.Windows.Forms.TextBoxBase.SelectAll">
<summary>
<para>Selects all text in the text box.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.TextBoxBase.Undo">
<summary>
<para>Undoes the last edit operation in the text box.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.TextBoxBase.AcceptsTab">
<summary>
<para>Gets or sets
a value indicating whether pressing the TAB key
in a multiline text box control types
a TAB character in the control instead of moving the focus to the next control
in the tab order.</para>
</summary>
</member>
<member name="E:System.Windows.Forms.TextBoxBase.AcceptsTabChanged">
<summary>
<para>Occurs when the value of the <see cref="P:System.Windows.Forms.TextBoxBase.AcceptsTab" /> property has changed.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.TextBoxBase.AutoSize">
<summary>
<para> Gets or sets a
value indicating whether
the height of the control automatically adjusts when the font assigned to
the control is changed.</para>
</summary>
</member>
<member name="E:System.Windows.Forms.TextBoxBase.AutoSizeChanged">
<summary>
<para>Occurs when the value of the <see cref="P:System.Windows.Forms.TextBoxBase.AutoSize" /> property has changed.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.TextBoxBase.BackColor">
<summary>
<para>Gets or sets
the background color of the control.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.TextBoxBase.BorderStyle">
<summary>
<para>Gets or sets the border type
of the text box control.</para>
</summary>
</member>
<member name="E:System.Windows.Forms.TextBoxBase.BorderStyleChanged">
<summary>
<para>Occurs when the value of the <see cref="P:System.Windows.Forms.TextBoxBase.BorderStyle" /> property has changed.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.TextBoxBase.CanUndo">
<summary>
<para>Gets a value
indicating whether the user can undo the previous operation in a text box control.</para>
</summary>
</member>
<member name="E:System.Windows.Forms.TextBoxBase.Click">
<summary>
<para>Occurs when the text box is clicked.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.TextBoxBase.ForeColor">
<summary>
<para>Gets or sets the foreground color of the control.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.TextBoxBase.HideSelection">
<summary>
<para>Gets or sets a value indicating whether the selected
text in the text box control remains highlighted when the control loses focus.</para>
</summary>
</member>
<member name="E:System.Windows.Forms.TextBoxBase.HideSelectionChanged">
<summary>
<para>Occurs when the value of the <see cref="P:System.Windows.Forms.TextBoxBase.HideSelection" /> property has changed.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.TextBoxBase.Lines">
<summary>
<para>Gets or
sets the lines of text in a text box control.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.TextBoxBase.MaxLength">
<summary>
<para>Gets or sets the maximum number of
characters the user can type into the text box control.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.TextBoxBase.Modified">
<summary>
<para>Gets or sets a value that indicates that the text box control has been modified by the user since
the control was created or its contents were last set.</para>
</summary>
</member>
<member name="E:System.Windows.Forms.TextBoxBase.ModifiedChanged">
<summary>
<para>Occurs when the value of the <see cref="P:System.Windows.Forms.TextBoxBase.Modified" /> property has changed.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.TextBoxBase.Multiline">
<summary>
<para>Gets or sets a value indicating whether this
is a multiline text box control.</para>
</summary>
</member>
<member name="E:System.Windows.Forms.TextBoxBase.MultilineChanged">
<summary>
<para>Occurs when the value of the <see cref="P:System.Windows.Forms.TextBoxBase.Multiline" /> property has changed.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.TextBoxBase.PreferredHeight">
<summary>
<para>Gets the preferred
height for a single-line text box.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.TextBoxBase.ReadOnly">
<summary>
<para>Gets or sets a value indicating whether text in the text box is read-only.</para>
</summary>
</member>
<member name="E:System.Windows.Forms.TextBoxBase.ReadOnlyChanged">
<summary>
<para>Occurs when the value of the <see cref="P:System.Windows.Forms.TextBoxBase.ReadOnly" /> property has changed.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.TextBoxBase.SelectedText">
<summary>
<para>Gets or sets a value indicating the currently selected text in the control.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.TextBoxBase.SelectionLength">
<summary>
<para>Gets or sets the number of characters selected in the text
box.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.TextBoxBase.SelectionStart">
<summary>
<para>Gets or sets the starting
point of text selected in the text
box.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.TextBoxBase.Text">
<summary>
<para>Gets or sets
the current text in the text box.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.TextBoxBase.TextLength">
<summary>
<para>Gets the length of text in the control.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.TextBoxBase.WordWrap">
<summary>
<para> Indicates whether a
multiline text box control automatically wraps words to the beginning of the next
line when necessary.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.TextBox.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:System.Windows.Forms.TextBox" />
class.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.TextBox.OnTextAlignChanged(System.EventArgs)">
<summary>
<para>Raises the <see cref="E:System.Windows.Forms.TextBox.TextAlignChanged" /> event.</para>
</summary>
<param name="e">An <see cref="T:System.EventArgs" /> that contains the event data.</param>
</member>
<member name="P:System.Windows.Forms.TextBox.AcceptsReturn">
<summary>
<para>Gets or sets a value indicating whether pressing ENTER
in a multiline <see cref="T:System.Windows.Forms.TextBox" />
control creates a new line of text in the control or activates the default button
for the form.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.TextBox.CharacterCasing">
<summary>
<para>Gets or sets whether the <see cref="T:System.Windows.Forms.TextBox" /> control
modifies the case of characters as they are typed.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.TextBox.PasswordChar">
<summary>
<para>Gets or sets the character used to mask characters of a
password in a single-line <see cref="T:System.Windows.Forms.TextBox" />
control.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.TextBox.ScrollBars">
<summary>
<para>Gets or sets which scroll bars should
appear in a multiline <see cref="T:System.Windows.Forms.TextBox" />
control.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.TextBox.TextAlign">
<summary>
<para>Gets or sets how text is
aligned in a <see cref="T:System.Windows.Forms.TextBox" />
control.</para>
</summary>
</member>
<member name="E:System.Windows.Forms.TextBox.TextAlignChanged">
<summary>
<para>Occurs when the value of the <see cref="P:System.Windows.Forms.TextBox.TextAlign" /> property has changed.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.DataGridTextBox.SetDataGrid(System.Windows.Forms.DataGrid)">
<summary>
<para>Sets the <see cref="T:System.Windows.Forms.DataGrid" /> to which this <see cref="T:System.Windows.Forms.TextBox" /> control belongs.</para>
</summary>
<param name="parentGrid">The <see cref="T:System.Windows.Forms.DataGrid" /> control that hosts the control.</param>
</member>
<member name="P:System.Windows.Forms.DataGridTextBox.IsInEditOrNavigateMode">
<summary>
<para>Gets or sets a value indicating whether the <see cref="T:System.Windows.Forms.DataGridTextBox" /> is in a mode
that allows either editing or navigating.</para>
</summary>
</member>
<member name="T:System.Windows.Forms.DataGridTextBoxColumn">
<summary>
<para>Hosts a <see cref="T:System.Windows.Forms.TextBox" /> control in a cell of a <see cref="T:System.Windows.Forms.DataGridColumnStyle" /> for editing strings.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.DataGridTextBoxColumn.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:System.Windows.Forms.DataGridTextBoxColumn" />
class.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.DataGridTextBoxColumn.#ctor(System.ComponentModel.PropertyDescriptor)">
<summary>
<para>Initializes a new instance of a <see cref="T:System.Windows.Forms.DataGridTextBoxColumn" /> with
a specified <see cref="T:System.ComponentModel.PropertyDescriptor" />.</para>
</summary>
<param name="prop">The <see cref="T:System.ComponentModel.PropertyDescriptor" /> for the column with which the <see cref="T:System.Windows.Forms.DataGridTextBoxColumn" /> will be associated.</param>
</member>
<member name="M:System.Windows.Forms.DataGridTextBoxColumn.#ctor(System.ComponentModel.PropertyDescriptor,System.String)">
<summary>
<para>Initializes a new instance of a <see cref="T:System.Windows.Forms.DataGridTextBoxColumn" /> with the
specified <see cref="T:System.ComponentModel.PropertyDescriptor" /> and format.</para>
</summary>
<param name="prop">The <see cref="T:System.ComponentModel.PropertyDescriptor" /> for the column with which the <see cref="T:System.Windows.Forms.DataGridTextBoxColumn" /> will be associated.</param>
<param name="format">
<para>The format used to format the column values.</para>
</param>
</member>
<member name="M:System.Windows.Forms.DataGridTextBoxColumn.SetDataGridInColumn(System.Windows.Forms.DataGrid)">
<summary>
<para>Adds a <see cref="T:System.Windows.Forms.TextBox" /> control to the <see cref="T:System.Windows.Forms.DataGrid" /> control's <see cref="T:System.Windows.Forms.Control.ControlCollection" />
.</para>
</summary>
<param name="value">The <see cref="T:System.Windows.Forms.DataGrid" /> control the <see cref="T:System.Windows.Forms.TextBox" /> control is added to.</param>
</member>
<member name="M:System.Windows.Forms.DataGridTextBoxColumn.HideEditBox">
<summary>
<para> Hides the <see cref="T:System.Windows.Forms.DataGridTextBox" />
control and moves the focus to the <see cref="T:System.Windows.Forms.DataGrid" />
control.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.DataGridTextBoxColumn.PaintText(System.Drawing.Graphics,System.Drawing.Rectangle,System.String,System.Boolean)">
<summary>
<para>Draws the text and
rectangle at the given location with the specified alignment.</para>
</summary>
<param name="g">A <see cref="T:System.Drawing.Graphics" /> object used to draw the string.</param>
<param name="bounds">A <see cref="T:System.Drawing.Rectangle" /> which contains the boundary data of the rectangle.</param>
<param name="text">The string to be drawn to the screen.</param>
<param name="alignToRight">A value indicating whether the text is right-aligned.</param>
</member>
<member name="M:System.Windows.Forms.DataGridTextBoxColumn.PaintText(System.Drawing.Graphics,System.Drawing.Rectangle,System.String,System.Drawing.Brush,System.Drawing.Brush,System.Boolean)">
<summary>
<para>Draws the text and rectangle at the specified location with the
specified colors and alignment.</para>
</summary>
<param name="g">A <see cref="T:System.Drawing.Graphics" /> object used to draw the string.</param>
<param name="textBounds">A <see cref="T:System.Drawing.Rectangle" /> which contains the boundary data of the rectangle.</param>
<param name="text">The string to be drawn to the screen.</param>
<param name="backBrush">A <see cref="T:System.Drawing.Brush" /> that determines the rectangle's background color</param>
<param name="foreBrush">A <see cref="T:System.Drawing.Brush" /> that determines the rectangles foreground color.</param>
<param name="alignToRight">A value indicating whether the text is right-aligned.</param>
</member>
<member name="P:System.Windows.Forms.DataGridTextBoxColumn.TextBox">
<summary>
<para>Gets the hosted <see cref="T:System.Windows.Forms.TextBox" /> control.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.DataGridTextBoxColumn.Format">
<summary>
<para>Gets or sets the character(s) that specify how text is formatted.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.DataGridTextBoxColumn.FormatInfo">
<summary>
<para>Gets or sets the culture specific information used to determine how values are formatted.</para>
</summary>
</member>
<member name="T:System.Windows.Forms.DataObject">
<summary>
<para>Implements a basic data transfer mechanism.</para>
</summary>
</member>
<member name="T:System.Windows.Forms.IDataObject">
<summary>
<para>Provides a format-independent mechanism for transferring
data.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.IDataObject.GetData(System.String,System.Boolean)">
<summary>
<para>Retrieves the data associated with the specified data
format, using a Boolean to determine whether to convert the data to the
format. </para>
</summary>
<param name="format">
<para>The format of the data to retrieve. See <see cref="T:System.Windows.Forms.DataFormats" /> for predefined formats. </para>
</param>
<param name="autoConvert">
<para>
<see langword="true" /> to convert the data to the specified format; otherwise, <see langword="false" />.</para>
</param>
<returns>
<para>The data associated with the specified format, or <see langword="null" />.</para>
</returns>
</member>
<member name="M:System.Windows.Forms.IDataObject.GetData(System.String)">
<summary>
<para>Retrieves the data associated with the specified data format.</para>
</summary>
<param name="format">
<para> The format of the data to retrieve. See <see cref="T:System.Windows.Forms.DataFormats" /> for predefined formats. </para>
</param>
<returns>
<para>The data associated with the specified format, or <see langword="null" />.</para>
</returns>
</member>
<member name="M:System.Windows.Forms.IDataObject.GetData(System.Type)">
<summary>
<para>Retrieves the data associated with the specified class
type format.</para>
</summary>
<param name="format">
<para>A <see cref="T:System.Type" /> representing the format of the data to retrieve. See <see cref="T:System.Windows.Forms.DataFormats" /> for predefined formats. </para>
</param>
<returns>
<para>The data associated with the specified format, or <see langword="null" />.</para>
</returns>
</member>
<member name="M:System.Windows.Forms.IDataObject.SetData(System.String,System.Boolean,System.Object)">
<summary>
<para>Stores the specified data and its associated format in this
instance, using a Boolean value to specify whether the data can be converted
to another format.</para>
</summary>
<param name="format">
<para>The format associated with the data. See <see cref="T:System.Windows.Forms.DataFormats" /> for predefined formats. </para>
</param>
<param name="autoConvert">
<para>
<see langword="true" /> to allow the data to be converted to another format; otherwise, <see langword="false" />. </para>
</param>
<param name="data">The data to store.</param>
</member>
<member name="M:System.Windows.Forms.IDataObject.SetData(System.String,System.Object)">
<summary>
<para>Stores the specified data and its associated format in this
instance.</para>
</summary>
<param name="format">
<para>The format associated with the data. See <see cref="T:System.Windows.Forms.DataFormats" /> for predefined formats. </para>
</param>
<param name="data">The data to store.</param>
</member>
<member name="M:System.Windows.Forms.IDataObject.SetData(System.Type,System.Object)">
<summary>
<para>Stores the specified data and its associated class type in this
instance.</para>
</summary>
<param name="format">
<para>A <see cref="T:System.Type" /> representing the format associated with the data. See <see cref="T:System.Windows.Forms.DataFormats" /> for predefined formats. </para>
</param>
<param name="data">The data to store.</param>
</member>
<member name="M:System.Windows.Forms.IDataObject.SetData(System.Object)">
<summary>
<para>Stores the specified data in this instance, using the class of the
data for the format.</para>
</summary>
<param name="data">The data to store.</param>
</member>
<member name="M:System.Windows.Forms.IDataObject.GetDataPresent(System.String,System.Boolean)">
<summary>
<para>Determines whether data stored in this instance is associated with
the specified format, using a Boolean value to determine whether to
convert the data to the format.</para>
</summary>
<param name="format">
<para>The format for which to check. See <see cref="T:System.Windows.Forms.DataFormats" /> for predefined formats. </para>
</param>
<param name="autoConvert">
<para>
<see langword="true" /> to determine whether data stored in this instance can be converted to the specified format; <see langword="false" /> to check whether the data is in the specified format. </para>
</param>
<returns>
<para>
<see langword="true " />if the data is in, or can be converted to, the
specified format; otherwise, <see langword="false" />.</para>
</returns>
</member>
<member name="M:System.Windows.Forms.IDataObject.GetDataPresent(System.String)">
<summary>
<para>Determines whether data stored in this instance is associated with, or can be
converted to, the specified format.</para>
</summary>
<param name="format">
<para>The format for which to check. See <see cref="T:System.Windows.Forms.DataFormats" /> for predefined formats. </para>
</param>
<returns>
<para>
<see langword="true" /> if data stored in this
instance is associated with, or can be converted to, the specified format;
otherwise <see langword="false" />.</para>
</returns>
</member>
<member name="M:System.Windows.Forms.IDataObject.GetDataPresent(System.Type)">
<summary>
<para>Determines whether data stored in this instance is associated with, or can be converted to, the specified format.</para>
</summary>
<param name="format">
<para>A <see cref="T:System.Type" /> representing the format for which to check. See <see cref="T:System.Windows.Forms.DataFormats" /> for predefined formats. </para>
</param>
<returns>
<para>
<see langword="true" /> if data stored in this instance is associated
with, or can be converted to, the
specified format; otherwise, <see langword="false" />.</para>
</returns>
</member>
<member name="M:System.Windows.Forms.IDataObject.GetFormats(System.Boolean)">
<summary>
<para>Gets a list of all formats that data stored in this instance is
associated with or can be converted to, using a Boolean value to determine whether to
retrieve all formats that the data can be converted to or only native data
formats.</para>
</summary>
<param name="autoConvert">
<para>
<see langword="true" /> to retrieve all formats that data stored in this instance is associated with, or can be converted to; <see langword="false" /> to retrieve only native data formats. </para>
</param>
<returns>
<para>An array of the names that represents a list of all formats that are
supported by the data stored in this object.</para>
</returns>
</member>
<member name="M:System.Windows.Forms.IDataObject.GetFormats">
<summary>
<para>Gets a list of all formats that data stored in this instance is associated
with or can be converted to.</para>
</summary>
<returns>
<para>An array of the names that represents a list of all formats that are
supported by the data stored in this object.</para>
</returns>
</member>
<member name="M:System.Windows.Forms.DataObject.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:System.Windows.Forms.DataObject" />
class, which can store arbitrary data.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.DataObject.#ctor(System.Object)">
<summary>
<para>Initializes a new instance of the <see cref="T:System.Windows.Forms.DataObject" /> class, containing the specified data.</para>
</summary>
<param name="data">The data to store.</param>
</member>
<member name="M:System.Windows.Forms.DataObject.#ctor(System.String,System.Object)">
<summary>
<para>Initializes a new instance of the <see cref="T:System.Windows.Forms.DataObject" /> class, containing the specified data and its
associated format.</para>
</summary>
<param name="format">The class type associated with the data. See <see cref="T:System.Windows.Forms.DataFormats" /> for the predefined formats.</param>
<param name="data">The data to store.</param>
</member>
<member name="M:System.Windows.Forms.DataObject.GetData(System.String,System.Boolean)">
<summary>
<para>Returns the data associated with the specified data
format, using an automated conversion parameter to determine whether to convert
the data to the format.</para>
</summary>
<param name="format">The format of the data to retrieve. See <see cref="T:System.Windows.Forms.DataFormats" /> for predefined formats.</param>
<param name="autoConvert">
<see langword="true" /> to the convert data to the specified format; otherwise, <see langword="false" />.</param>
<returns>
<para>The data associated with the specified format, or
<see langword="null" />.</para>
</returns>
</member>
<member name="M:System.Windows.Forms.DataObject.GetData(System.String)">
<summary>
<para>Returns the data associated with the specified data
format.</para>
</summary>
<param name="format">The format of the data to retrieve. See <see cref="T:System.Windows.Forms.DataFormats" /> for predefined formats.</param>
<returns>
<para>The data associated with the specified format, or
<see langword="null" />.</para>
</returns>
</member>
<member name="M:System.Windows.Forms.DataObject.GetData(System.Type)">
<summary>
<para>Returns the data associated with the specified class
type format.</para>
</summary>
<param name="format">
<para>A <see cref="T:System.Type" /> representing the format of the data to retrieve. </para>
</param>
<returns>
<para>The data associated with the specified format, or
<see langword="null" />.</para>
</returns>
</member>
<member name="M:System.Windows.Forms.DataObject.GetDataPresent(System.Type)">
<summary>
<para>Determines whether data stored in this instance is
associated with, or can be converted to, the specified
format.</para>
</summary>
<param name="format">A <see cref="T:System.Type" /> representing the format to check for.</param>
<returns>
<para>
<see langword="true" /> if data
stored in this instance is associated with, or can be converted to, the
specified format; otherwise, <see langword="false" />.</para>
</returns>
</member>
<member name="M:System.Windows.Forms.DataObject.GetDataPresent(System.String,System.Boolean)">
<summary>
<para>Determines whether data stored in this instance is
associated with the specified format, using an automatic conversion
parameter to determine whether to convert the data to the format.</para>
</summary>
<param name="format">The format to check for. See <see cref="T:System.Windows.Forms.DataFormats" /> for predefined formats.</param>
<param name="autoConvert">
<see langword="true" /> to determine whether data stored in this instance can be converted to the specified format; <see langword="false" /> to check whether the data is in the specified format.</param>
<returns>
<para>
<see langword="true " />if the data
is in, or can be converted to, the specified format; otherwise, <see langword="false" />.</para>
</returns>
</member>
<member name="M:System.Windows.Forms.DataObject.GetDataPresent(System.String)">
<summary>
<para>Determines whether data stored in this instance is
associated with, or can be converted to, the specified
format.</para>
</summary>
<param name="format">The format to check for. See <see cref="T:System.Windows.Forms.DataFormats" /> for predefined formats.</param>
<returns>
<para>
<see langword="true" /> if data
stored in this instance is associated with, or can be converted to, the
specified format; otherwise, <see langword="false" />.</para>
</returns>
</member>
<member name="M:System.Windows.Forms.DataObject.GetFormats(System.Boolean)">
<summary>
<para> Returns a list of all formats that data stored in this
instance is associated with or can be converted to, using an automatic
conversion parameter to
determine whether to retrieve only native data formats or all formats that the data
can be converted to.</para>
</summary>
<param name="autoConvert">
<see langword="true" /> to retrieve all formats that data stored in this instance is associated with, or can be converted to; <see langword="false" /> to retrieve only native data formats.</param>
<returns>
<para> An array of the names representing a list of all
formats that are supported by the data stored in this object.</para>
</returns>
</member>
<member name="M:System.Windows.Forms.DataObject.GetFormats">
<summary>
<para> Returns a list of all formats that data stored in this instance is associated
with or can be converted to.</para>
</summary>
<returns>
<para> An array of the names representing a list of all
formats that are supported by the data stored in this object.</para>
</returns>
</member>
<member name="M:System.Windows.Forms.DataObject.SetData(System.String,System.Boolean,System.Object)">
<summary>
<para>Stores the specified format and data in
this instance, using the automatic conversion parameter
to specify whether the
data can be converted to another format.</para>
</summary>
<param name="format">The format associated with the data. See <see cref="T:System.Windows.Forms.DataFormats" /> for predefined formats.</param>
<param name="autoConvert">
<see langword="true" /> to allow the data to be converted to another format; otherwise, <see langword="false" />.</param>
<param name="data">The data to store.</param>
</member>
<member name="M:System.Windows.Forms.DataObject.SetData(System.String,System.Object)">
<summary>
<para>Stores the specified format and data in this
instance.</para>
</summary>
<param name="format">The format associated with the data. See <see cref="T:System.Windows.Forms.DataFormats" /> for predefined formats.</param>
<param name="data">The data to store.</param>
</member>
<member name="M:System.Windows.Forms.DataObject.SetData(System.Type,System.Object)">
<summary>
<para>Stores the specified data and
its
associated class type in this instance.</para>
</summary>
<param name="format">A <see cref="T:System.Type" /> representing the format associated with the data.</param>
<param name="data">The data to store.</param>
</member>
<member name="M:System.Windows.Forms.DataObject.SetData(System.Object)">
<summary>
<para>Stores the specified data in
this instance, using the class of the data for the format.</para>
</summary>
<param name="data">The data to store.</param>
</member>
<member name="P:System.Windows.Forms.DateBoldEventArgs.StartDate">
</member>
<member name="P:System.Windows.Forms.DateBoldEventArgs.Size">
</member>
<member name="P:System.Windows.Forms.DateBoldEventArgs.DaysToBold">
</member>
<member name="T:System.Windows.Forms.DateRangeEventArgs">
<summary>
<para>Provides data for the <see cref="E:System.Windows.Forms.MonthCalendar.DateChanged" /> or <see cref="E:System.Windows.Forms.MonthCalendar.DateSelected" /> events of the <see cref="T:System.Windows.Forms.MonthCalendar" /> control.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.DateRangeEventArgs.#ctor(System.DateTime,System.DateTime)">
<summary>
<para>Initializes a new instance of the <see cref="T:System.Windows.Forms.DateRangeEventArgs" /> class.</para>
</summary>
<param name="start">The first date-time value in the range that the user has selected.</param>
<param name=" end">The last date-time value in the range that the user has selected.</param>
</member>
<member name="P:System.Windows.Forms.DateRangeEventArgs.Start">
<summary>
<para>Gets the first date-time value in the range that the user has selected.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.DateRangeEventArgs.End">
<summary>
<para> Gets the last date-time value in the range that the user has selected.</para>
</summary>
</member>
<member name="T:System.Windows.Forms.DateRangeEventHandler">
<summary>
<para>Represents the method that will handle the <see cref="E:System.Windows.Forms.MonthCalendar.DateChanged" /> or <see cref="E:System.Windows.Forms.MonthCalendar.DateSelected" /> event of a <see cref="T:System.Windows.Forms.MonthCalendar" />.</para>
</summary>
<param name="sender">The source of the event.</param>
<param name=" e">A <see cref="T:System.Windows.Forms.DateRangeEventArgs" /> that contains the event data.</param>
</member>
<member name="T:System.Windows.Forms.DateTimePicker">
<summary>
<para> Represents a Windows date-time picker control.</para>
</summary>
</member>
<member name="F:System.Windows.Forms.DateTimePicker.DefaultTitleBackColor">
<summary>
<para>Specifies the default title back color of the date-time picker control. This field is read-only.</para>
</summary>
</member>
<member name="F:System.Windows.Forms.DateTimePicker.DefaultTitleForeColor">
<summary>
<para>Specifies the default title foreground color of the date-time picker control. This field is read-only.</para>
</summary>
</member>
<member name="F:System.Windows.Forms.DateTimePicker.DefaultMonthBackColor">
<summary>
<para>Specifies the default month background color of the date-time picker control. This field is read-only.</para>
</summary>
</member>
<member name="F:System.Windows.Forms.DateTimePicker.DefaultTrailingForeColor">
<summary>
<para>Specifies the default trailing foreground color of the date-time picker control. This field is read-only.</para>
</summary>
</member>
<member name="F:System.Windows.Forms.DateTimePicker.MinDateTime">
<summary>
<para>Specifies the minimum date value of the date-time picker control. This field is read-only.</para>
</summary>
</member>
<member name="F:System.Windows.Forms.DateTimePicker.MaxDateTime">
<summary>
<para>Specifies the maximum date value of the date-time picker control. This field is read-only.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.DateTimePicker.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:System.Windows.Forms.DateTimePicker" /> class.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.DateTimePicker.OnCloseUp(System.EventArgs)">
<summary>
<para>Raises the <see cref="E:System.Windows.Forms.DateTimePicker.CloseUp" />
event.</para>
</summary>
<param name="eventargs">An <see cref="T:System.EventArgs" /> that contains the event data.</param>
</member>
<member name="M:System.Windows.Forms.DateTimePicker.OnDropDown(System.EventArgs)">
<summary>
<para>Raises the <see cref="E:System.Windows.Forms.DateTimePicker.DropDown" /> event.</para>
</summary>
<param name="eventargs">An <see cref="T:System.EventArgs" /> that contains the event data.</param>
</member>
<member name="M:System.Windows.Forms.DateTimePicker.OnFormatChanged(System.EventArgs)">
<summary>
<para>Raises the <see cref="E:System.Windows.Forms.DateTimePicker.FormatChanged" /> event.</para>
</summary>
<param name="e">An <see cref="T:System.EventArgs" /> that contains the event data.</param>
</member>
<member name="M:System.Windows.Forms.DateTimePicker.OnValueChanged(System.EventArgs)">
<summary>
<para>Raises the <see cref="E:System.Windows.Forms.DateTimePicker.ValueChanged" /> event.</para>
</summary>
<param name="eventargs">An <see cref="T:System.EventArgs" /> that contains the event data.</param>
</member>
<member name="P:System.Windows.Forms.DateTimePicker.CalendarForeColor">
<summary>
<para> Gets or sets the foreground color of the
calendar.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.DateTimePicker.CalendarFont">
<summary>
<para> Gets or sets the font style applied to the calendar.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.DateTimePicker.CalendarTitleBackColor">
<summary>
<para>Gets or sets the background color of the calendar title.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.DateTimePicker.CalendarTitleForeColor">
<summary>
<para>Gets or sets the foreground color of the calendar title.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.DateTimePicker.CalendarTrailingForeColor">
<summary>
<para>Gets or sets the foreground color of the calendar trailing dates.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.DateTimePicker.CalendarMonthBackground">
<summary>
<para>Gets or sets the background color of the calendar month.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.DateTimePicker.Checked">
<summary>
<para>Gets or sets a value indicating whether the <see cref="P:System.Windows.Forms.DateTimePicker.Value" /> property has been set with a valid date-time value
and the displayed value is able to be updated.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.DateTimePicker.CustomFormat">
<summary>
<para>Gets or sets the custom date-time format string.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.DateTimePicker.DropDownAlign">
<summary>
<para> Gets or sets the alignment of the drop-down
calendar on the date-time control.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.DateTimePicker.Format">
<summary>
<para>Gets or sets the format of the date and time displayed in the control.</para>
</summary>
</member>
<member name="E:System.Windows.Forms.DateTimePicker.FormatChanged">
<summary>
<para>Occurs when the <see cref="P:System.Windows.Forms.DateTimePicker.Format" /> property value has
changed.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.DateTimePicker.MaxDate">
<summary>
<para>Gets or sets the maximum date and time that can be selected in the control.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.DateTimePicker.MinDate">
<summary>
<para> Gets or sets the minimum date and time that can be
selected in the control.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.DateTimePicker.PreferredHeight">
<summary>
<para> Gets the preferred height of the date-time picker control.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.DateTimePicker.ShowCheckBox">
<summary>
<para>Gets or sets a value indicating whether a check box is displayed to the left
of the selected date.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.DateTimePicker.ShowUpDown">
<summary>
<para> Gets or sets a value indicating
whether an up-down control is used to adjust the date-time value.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.DateTimePicker.Text">
<summary>
<para> Gets or sets the text associated with this control.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.DateTimePicker.Value">
<summary>
<para>Gets or sets the date-time value assigned to the control.</para>
</summary>
</member>
<member name="E:System.Windows.Forms.DateTimePicker.CloseUp">
<summary>
<para>Occurs when the drop-down calendar is dismissed and disappears.</para>
</summary>
</member>
<member name="E:System.Windows.Forms.DateTimePicker.ValueChanged">
<summary>
<para>Occurs when the <see cref="P:System.Windows.Forms.DateTimePicker.Value" /> property changes.</para>
</summary>
</member>
<member name="E:System.Windows.Forms.DateTimePicker.DropDown">
<summary>
<para> Occurs when the drop-down calendar is shown.</para>
</summary>
</member>
<member name="T:System.Windows.Forms.DateTimePickerFormat">
<summary>
<para>Specifies the date and time format the <see cref="T:System.Windows.Forms.DateTimePicker" /> control displays.</para>
</summary>
</member>
<member name="F:System.Windows.Forms.DateTimePickerFormat.Long">
<summary>
<para> The <see cref="T:System.Windows.Forms.DateTimePicker" /> control displays the date-time value in the long date format set by the user's operating system.</para>
</summary>
</member>
<member name="F:System.Windows.Forms.DateTimePickerFormat.Short">
<summary>
<para> The <see cref="T:System.Windows.Forms.DateTimePicker" /> control displays the date-time value in the short date format set by the user's operating system.</para>
</summary>
</member>
<member name="F:System.Windows.Forms.DateTimePickerFormat.Time">
<summary>
<para> The <see cref="T:System.Windows.Forms.DateTimePicker" /> control displays the date-time value in the time format set by the user's operating system.</para>
</summary>
</member>
<member name="F:System.Windows.Forms.DateTimePickerFormat.Custom">
<summary>
<para>The <see cref="T:System.Windows.Forms.DateTimePicker" /> control displays the date-time value in a custom format.</para>
</summary>
</member>
<member name="T:System.Windows.Forms.Day">
<summary>
<para>Specifies the day of the week.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Day.Monday">
<summary>
<para>
The day Monday.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Day.Tuesday">
<summary>
<para>
The day Tuesday.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Day.Wednesday">
<summary>
<para>
The day Wednesday.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Day.Thursday">
<summary>
<para>
The day Thursday.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Day.Friday">
<summary>
<para>
The day Friday.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Day.Saturday">
<summary>
<para>
The day Saturday.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Day.Sunday">
<summary>
<para>
The day Sunday.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Day.Default">
<summary>
<para>
A default day of the week specified by the application.
</para>
</summary>
</member>
<member name="T:System.Windows.Forms.DialogResult">
<summary>
<para>
Specifies identifiers to
indicate the return value of a dialog box.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.DialogResult.None">
<summary>
<para>
Nothing is returned from the dialog box. This
means that the modal dialog continues running.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.DialogResult.OK">
<summary>
<para> The dialog box return value is <see langword="OK" /> (usually sent from a
button labeled <see langword="OK" />
).
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.DialogResult.Cancel">
<summary>
<para>
The
dialog box return value is Cancel (usually sent
from a button labeled Cancel).
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.DialogResult.Abort">
<summary>
<para>
The dialog box return value is
Abort (usually sent from a button labeled Abort).
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.DialogResult.Retry">
<summary>
<para>
The dialog box return value is
Retry (usually sent from a button labeled Retry).
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.DialogResult.Ignore">
<summary>
<para>
The
dialog box return value is Ignore (usually sent
from a button labeled Ignore).
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.DialogResult.Yes">
<summary>
<para>
The dialog box return value is
Yes (usually sent from a button labeled Yes).
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.DialogResult.No">
<summary>
<para>
The dialog box return value is
No (usually sent from a button labeled No).
</para>
</summary>
</member>
<member name="T:System.Windows.Forms.DockStyle">
<summary>
<para>Specifies the position and manner in which a control is docked.</para>
</summary>
</member>
<member name="F:System.Windows.Forms.DockStyle.None">
<summary>
<para>The control is not docked.</para>
</summary>
</member>
<member name="F:System.Windows.Forms.DockStyle.Top">
<summary>
<para>The control's top edge is docked to the top of its containing control. </para>
</summary>
</member>
<member name="F:System.Windows.Forms.DockStyle.Bottom">
<summary>
<para>The control's bottom edge is docked to the bottom of its containing control. </para>
</summary>
</member>
<member name="F:System.Windows.Forms.DockStyle.Left">
<summary>
<para>The control's left edge is docked to the left edge of its containing control. </para>
</summary>
</member>
<member name="F:System.Windows.Forms.DockStyle.Right">
<summary>
<para>The control's right edge is docked to the right edge of its containing
control. </para>
</summary>
</member>
<member name="F:System.Windows.Forms.DockStyle.Fill">
<summary>
<para>All the control's edges are docked to the all edges of
its containing control and sized appropriately. </para>
</summary>
</member>
<member name="T:System.Windows.Forms.DomainUpDown">
<summary>
<para>Represents a Windows up-down control that displays string values.</para>
</summary>
</member>
<member name="T:System.Windows.Forms.UpDownBase">
<summary>
<para>Implements the basic functionality required by an up-down control.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.UpDownBase.#ctor">
<summary>
<para>
Initializes a new instance of the <see cref="T:System.Windows.Forms.UpDownBase" />
class.
</para>
</summary>
</member>
<member name="M:System.Windows.Forms.UpDownBase.DownButton">
<summary>
<para>
When overridden in a derived class, handles the pressing of the down button
on the up-down control.
</para>
</summary>
</member>
<member name="M:System.Windows.Forms.UpDownBase.OnTextBoxKeyDown(System.Object,System.Windows.Forms.KeyEventArgs)">
<summary>
<para>Raises the <see cref="E:System.Windows.Forms.Control.KeyDown" />
event.</para>
</summary>
<param name="source">The source of the event.</param>
<param name="e">A <see cref="T:System.Windows.Forms.KeyEventArgs" /> that contains the event data.</param>
</member>
<member name="M:System.Windows.Forms.UpDownBase.OnTextBoxKeyPress(System.Object,System.Windows.Forms.KeyPressEventArgs)">
<summary>
<para>Raises the <see cref="E:System.Windows.Forms.Control.KeyPress" />
event.</para>
</summary>
<param name="source">The source of the event.</param>
<param name="e">A <see cref="T:System.Windows.Forms.KeyPressEventArgs" /> that contains the event data.</param>
</member>
<member name="M:System.Windows.Forms.UpDownBase.OnTextBoxLostFocus(System.Object,System.EventArgs)">
<summary>
<para>Raises the <see cref="E:System.Windows.Forms.Control.LostFocus" /> event.</para>
</summary>
<param name="source">The source of the event.</param>
<param name="e">An <see cref="T:System.EventArgs" /> that contains the event data.</param>
</member>
<member name="M:System.Windows.Forms.UpDownBase.OnTextBoxResize(System.Object,System.EventArgs)">
<summary>
<para>Raises the <see cref="E:System.Windows.Forms.Control.Resize" /> event.</para>
</summary>
<param name="source">The source of the event.</param>
<param name="e">An <see cref="T:System.EventArgs" /> that contains the event data.</param>
</member>
<member name="M:System.Windows.Forms.UpDownBase.OnTextBoxTextChanged(System.Object,System.EventArgs)">
<summary>
<para>Raises the <see cref="E:System.Windows.Forms.Control.TextChanged" />
event.</para>
</summary>
<param name="source">The source of the event.</param>
<param name="e">An <see cref="T:System.EventArgs" /> that contains the event data.</param>
</member>
<member name="M:System.Windows.Forms.UpDownBase.OnMouseWheel(System.Windows.Forms.MouseEventArgs)">
<summary>
<para>Raises the <see cref="E:System.Windows.Forms.Control.MouseWheel" /> event.</para>
</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.UpDownBase.Select(System.Int32,System.Int32)">
<summary>
<para> Selects a range of text in the up-down control specifying the starting position and number of characters to select.</para>
</summary>
<param name="start">The position of the first character to be selected.</param>
<param name="length">The total number of characters to be selected.</param>
</member>
<member name="M:System.Windows.Forms.UpDownBase.UpButton">
<summary>
<para>
When overridden in a derived class, handles the pressing of the up button on the up-down control.
</para>
</summary>
</member>
<member name="M:System.Windows.Forms.UpDownBase.UpdateEditText">
<summary>
<para>When overridden
in a derived class, updates the text displayed in the up-down control.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.UpDownBase.ValidateEditText">
<summary>
<para>When overridden in a
derived class, validates the text displayed in the up-down control.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.UpDownBase.BorderStyle">
<summary>
<para> Gets or sets the border style for the up-down control.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.UpDownBase.ChangingText">
<summary>
<para> Gets or sets a value indicating whether the text
property is being changed internally by its parent class.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.UpDownBase.InterceptArrowKeys">
<summary>
<para> Gets or sets a value indicating whether
the user can use the UP
ARROW and DOWN ARROW keys to select values.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.UpDownBase.PreferredHeight">
<summary>
Gets the height of the up-down control.
</summary>
</member>
<member name="P:System.Windows.Forms.UpDownBase.ReadOnly">
<summary>
<para>
Gets or sets a value
indicating whether the text may be changed by the use
of
the up or down buttons only.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.UpDownBase.Text">
<summary>
<para> Gets or sets the text displayed in the up-down control.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.UpDownBase.TextAlign">
<summary>
<para>
Gets or
sets the alignment of the text in the up-down
control.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.UpDownBase.UpDownAlign">
<summary>
<para> Gets or sets the
alignment
of the up and down buttons on the up-down control.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.UpDownBase.UserEdit">
<summary>
<para> Gets or sets a value indicating whether a value has been entered by the
user.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.UpDownBase.UpDownEdit.OnMouseUp(System.Windows.Forms.MouseEventArgs)">
<summary>
Handles detecting when the mouse button is released.
</summary>
<param name="e">
Mouse event
</param>
</member>
<member name="M:System.Windows.Forms.UpDownBase.UpDownEdit.OnKeyUp(System.Windows.Forms.KeyEventArgs)">
</member>
<member name="M:System.Windows.Forms.UpDownBase.UpDownButtons.OnMouseDown(System.Windows.Forms.MouseEventArgs)">
<summary>
Handles detecting mouse hits on the buttons. This method
detects which button was hit (up or down), fires a
updown event, captures the mouse, and starts a timer
for repeated updown events.
</summary>
<param name="e">
Mouse event
</param>
</member>
<member name="M:System.Windows.Forms.UpDownBase.UpDownButtons.OnMouseMove(System.Windows.Forms.MouseEventArgs)">
<summary>
Handles detecting mouse movement.
</summary>
<param name="e">
Mouse event
</param>
</member>
<member name="M:System.Windows.Forms.UpDownBase.UpDownButtons.OnMouseUp(System.Windows.Forms.MouseEventArgs)">
<summary>
Handles detecting when the mouse button is released.
</summary>
<param name="e">
Mouse event
</param>
</member>
<member name="M:System.Windows.Forms.UpDownBase.UpDownButtons.OnPaint(System.Windows.Forms.PaintEventArgs)">
<summary>
Handles painting the buttons on the control.
</summary>
<param name="e">
Paint event
</param>
</member>
<member name="M:System.Windows.Forms.UpDownBase.UpDownButtons.OnUpDown(System.Windows.Forms.UpDownEventArgs)">
<summary>
Occurs when the UpDown buttons are pressed.
</summary>
</member>
<member name="M:System.Windows.Forms.UpDownBase.UpDownButtons.StartTimer">
<summary>
Starts the timer for generating updown events
</summary>
</member>
<member name="M:System.Windows.Forms.UpDownBase.UpDownButtons.StopTimer">
<summary>
Stops the timer for generating updown events
</summary>
</member>
<member name="E:System.Windows.Forms.UpDownBase.UpDownButtons.UpDown">
<summary>
Adds a handler for the updown button event.
</summary>
</member>
<member name="M:System.Windows.Forms.DomainUpDown.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:System.Windows.Forms.DomainUpDown" /> class.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.DomainUpDown.DownButton">
<summary>
<para>Displays the next item in the object collection.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.DomainUpDown.OnSelectedItemChanged(System.Object,System.EventArgs)">
<summary>
<para>Raises the <see cref="E:System.Windows.Forms.DomainUpDown.SelectedItemChanged" /> event.</para>
</summary>
<param name="source">The source of the event.</param>
<param name="e">An <see cref="T:System.EventArgs" /> that contains the event data.</param>
</member>
<member name="M:System.Windows.Forms.DomainUpDown.UpButton">
<summary>
<para>Displays the previous item in the collection.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.DomainUpDown.UpdateEditText">
<summary>
<para>Updates the text in the up-down control to display the selected item.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.DomainUpDown.Items">
<summary>
<para>A collection of objects assigned to the up-down control.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.DomainUpDown.SelectedIndex">
<summary>
<para>Gets or sets the index value of the selected item.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.DomainUpDown.SelectedItem">
<summary>
<para>Gets or sets the selected item based on the index value of the selected item in the
collection.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.DomainUpDown.Sorted">
<summary>
<para>Gets or sets a value indicating whether the item collection is sorted.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.DomainUpDown.Wrap">
<summary>
<para>Gets or sets a value indicating whether the collection of items continues to
the first or last item if the user continues past the end of the list.</para>
</summary>
</member>
<member name="E:System.Windows.Forms.DomainUpDown.SelectedItemChanged">
<summary>
<para>Occurs when the <see cref="P:System.Windows.Forms.DomainUpDown.SelectedItem" /> property has
been changed.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.DomainUpDown.DomainUpDownItemCollection.Add(System.Object)">
<summary>
<para> Adds the specified object to the end of the collection.</para>
</summary>
<param name="item">The <see cref="T:System.Object" /> to be added to the end of the collection.</param>
<returns>
<para>The zero-based index value of the <see cref="T:System.Object" /> added to the collection.</para>
</returns>
</member>
<member name="M:System.Windows.Forms.DomainUpDown.DomainUpDownItemCollection.Remove(System.Object)">
<summary>
<para> Removes the specified item from the collection.</para>
</summary>
<param name="item">The <see cref="T:System.Object" /> to remove from the collection.</param>
</member>
<member name="M:System.Windows.Forms.DomainUpDown.DomainUpDownItemCollection.RemoveAt(System.Int32)">
<summary>
<para>Removes the item from the specified location in the collection.</para>
</summary>
<param name="item">The indexed location of the <see cref="T:System.Object" /> in the collection.</param>
</member>
<member name="M:System.Windows.Forms.DomainUpDown.DomainUpDownItemCollection.Insert(System.Int32,System.Object)">
<summary>
<para> Inserts the specified object into the collection at the specified location.</para>
</summary>
<param name="index">The indexed location within the collection to insert the <see cref="T:System.Object" /> . </param>
<param name="item">The <see cref="T:System.Object" /> to insert. </param>
</member>
<member name="P:System.Windows.Forms.DomainUpDown.DomainUpDownItemCollection.Item(System.Int32)">
<summary>
<para> Gets or sets the item at the specified indexed location
in the collection.</para>
</summary>
<param name="index">The indexed location of the item in the collection.</param>
</member>
<member name="T:System.Windows.Forms.DragAction">
<summary>
<para>
Specifies how and if a drag-and-drop operation should continue.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.DragAction.Continue">
<summary>
<para>
The operation will continue.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.DragAction.Drop">
<summary>
<para>
The operation will stop with a drop.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.DragAction.Cancel">
<summary>
<para>
The operation is canceled with no
drop message.
</para>
</summary>
</member>
<member name="T:System.Windows.Forms.DragDropEffects">
<summary>
<para>Specifies the effects of a drag-and-drop
operation.</para>
</summary>
</member>
<member name="F:System.Windows.Forms.DragDropEffects.None">
<summary>
<para>
The
drop target does not accept the data.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.DragDropEffects.Copy">
<summary>
<para>
The data is copied to the drop
target.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.DragDropEffects.Move">
<summary>
<para>
The data from the drag source is moved to the drop
target.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.DragDropEffects.Link">
<summary>
<para>The data from the drag source is
linked to the drop target.</para>
</summary>
</member>
<member name="F:System.Windows.Forms.DragDropEffects.Scroll">
<summary>
<para>
Scrolling is about to start or is currently occurring in the drop target.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.DragDropEffects.All">
<summary>
<para>
The data is copied,
removed from the drag source, and scrolled in the drop target.
</para>
</summary>
</member>
<member name="T:System.Windows.Forms.DragEventArgs">
<summary>
<para>Provides data for the <see cref="E:System.Windows.Forms.Control.DragDrop" />, <see cref="E:System.Windows.Forms.Control.DragEnter" />, or <see cref="E:System.Windows.Forms.Control.DragOver" /> event.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.DragEventArgs.#ctor(System.Windows.Forms.IDataObject,System.Int32,System.Int32,System.Int32,System.Windows.Forms.DragDropEffects,System.Windows.Forms.DragDropEffects)">
<summary>
<para>
Initializes a new instance of the <see cref="T:System.Windows.Forms.DragEventArgs" /> class.
</para>
</summary>
<param name="data">
The data associated with this event.
</param>
<param name="keyState">
The current state of the SHIFT, CTRL, and ALT keys.
</param>
<param name="x">
The x-coordinate of the mouse cursor in pixels.
</param>
<param name="y">
The y-coordinate of the mouse cursor in pixels.
</param>
<param name="allowedEffect">
One of the <see cref="T:System.Windows.Forms.DragDropEffects" /> values.
</param>
<param name="effect">
One of the <see cref="T:System.Windows.Forms.DragDropEffects" /> values.
</param>
</member>
<member name="P:System.Windows.Forms.DragEventArgs.Data">
<summary>
<para> Gets the <see cref="T:System.Windows.Forms.IDataObject" /> that contains the data associated with this event.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.DragEventArgs.KeyState">
<summary>
<para> Gets the current state of the SHIFT, CTRL, and ALT
keys, as well as the state of the mouse buttons.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.DragEventArgs.X">
<summary>
<para> Gets the
x-coordinate
of the mouse pointer.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.DragEventArgs.Y">
<summary>
<para> Gets
the y-coordinate
of the mouse pointer.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.DragEventArgs.AllowedEffect">
<summary>
<para>Gets which drag-and-drop operations are allowed by the
originator (or source) of the drag event.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.DragEventArgs.Effect">
<summary>
<para> Gets or sets which drag-and-drop operations are allowed by the target of the drag event.</para>
</summary>
</member>
<member name="T:System.Windows.Forms.DragEventHandler">
<summary>
<para>
Represents the method that will handle
the <see cref="E:System.Windows.Forms.Control.DragDrop" />,
<see cref="E:System.Windows.Forms.Control.DragEnter" />, or <see cref="E:System.Windows.Forms.Control.DragOver" /> event of a <see cref="T:System.Windows.Forms.Control" />.
</para>
</summary>
<param name="sender">
The source of the event.
</param>
<param name="e">
A <see cref="T:System.Windows.Forms.DragEventArgs" /> that contains the event data.
</param>
</member>
<member name="T:System.Windows.Forms.DrawItemEventArgs">
<summary>
<para>Provides data for the <see langword="DrawItem " />event.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.DrawItemEventArgs.#ctor(System.Drawing.Graphics,System.Drawing.Font,System.Drawing.Rectangle,System.Int32,System.Windows.Forms.DrawItemState)">
<summary>
<para>Initializes a new instance of the <see cref="T:System.Windows.Forms.DrawItemEventArgs" /> class for the specified control with the specified font, state, surface to draw on, and the bounds to draw within.</para>
</summary>
<param name="graphics">The <see cref="T:System.Drawing.Graphics" /> surface on which to draw.</param>
<param name="font">The <see cref="T:System.Drawing.Font" /> to use, usually the parent control's <see cref="T:System.Drawing.Font" /> property.</param>
<param name="rect">The <see cref="T:System.Drawing.Rectangle" /> bounds to draw within.</param>
<param name="index">The <see cref="T:System.Windows.Forms.Control.ControlCollection" qualify="true" /> index value of the item that is being drawn.</param>
<param name="state">The control's <see cref="T:System.Windows.Forms.DrawItemState" /> information.</param>
</member>
<member name="M:System.Windows.Forms.DrawItemEventArgs.#ctor(System.Drawing.Graphics,System.Drawing.Font,System.Drawing.Rectangle,System.Int32,System.Windows.Forms.DrawItemState,System.Drawing.Color,System.Drawing.Color)">
<summary>
<para>Initializes a new instance of the <see cref="T:System.Windows.Forms.DrawItemEventArgs" /> class for the
specified control with the specified font, state, foreground
color, background color, surface to draw on, and the bounds to draw
within.</para>
</summary>
<param name="graphics">The <see cref="T:System.Drawing.Graphics" /> surface on which to draw.</param>
<param name="font">The <see cref="T:System.Drawing.Font" /> to use, usually the parent control's <see cref="T:System.Drawing.Font" /> property.</param>
<param name="rect">The <see cref="T:System.Drawing.Rectangle" /> bounds to draw within.</param>
<param name="index">The <see cref="T:System.Windows.Forms.Control.ControlCollection" qualify="true" /> index value of the item that is being drawn.</param>
<param name="state">The control's <see cref="T:System.Windows.Forms.DrawItemState" /> information.</param>
<param name=" foreColor">The foreground <see cref="T:System.Drawing.Color" /> to draw the control with. </param>
<param name=" backColor">The background <see cref="T:System.Drawing.Color" /> to draw the control with. </param>
</member>
<member name="M:System.Windows.Forms.DrawItemEventArgs.DrawBackground">
<summary>
<para>Draws the background within the bounds specified in the <see cref="M:System.Windows.Forms.DrawItemEventArgs.#ctor" /> constructor
and with the appropriate color.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.DrawItemEventArgs.DrawFocusRectangle">
<summary>
<para>Draws a focus rectangle within the bounds specified in the <see cref="M:System.Windows.Forms.DrawItemEventArgs.#ctor" /> constructor.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.DrawItemEventArgs.BackColor">
<summary>
<para>Gets the background color of the item that is being drawn.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.DrawItemEventArgs.Bounds">
<summary>
<para> Gets the rectangle that represents the bounds of the item that is
being drawn.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.DrawItemEventArgs.Font">
<summary>
<para> Gets the font assigned to the item being drawn.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.DrawItemEventArgs.ForeColor">
<summary>
<para> Gets the foreground color of the of the item being drawn.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.DrawItemEventArgs.Graphics">
<summary>
<para> Gets the graphics surface to draw the item
on.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.DrawItemEventArgs.Index">
<summary>
<para> Gets the index value of the item that is being drawn.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.DrawItemEventArgs.State">
<summary>
<para> Gets the state of the item being drawn.</para>
</summary>
</member>
<member name="T:System.Windows.Forms.DrawItemEventHandler">
<summary>
<para>Represents the method that will handle the <see langword="DrawItem " />event of
a <see cref="T:System.Windows.Forms.ComboBox" />, <see cref="T:System.Windows.Forms.ListBox" />, <see cref="T:System.Windows.Forms.MenuItem" /> , or
<see cref="T:System.Windows.Forms.TabControl" /> control.</para>
</summary>
<param name="sender">The source of the event.</param>
<param name=" e">A <see cref="T:System.Windows.Forms.DrawItemEventArgs" /> that contains the event data.</param>
</member>
<member name="T:System.Windows.Forms.DrawItemState">
<summary>
<para> Specifies the state of an item that is being drawn.</para>
</summary>
</member>
<member name="F:System.Windows.Forms.DrawItemState.Checked">
<summary>
<para>The item is checked. Only menu controls use this value.</para>
</summary>
</member>
<member name="F:System.Windows.Forms.DrawItemState.ComboBoxEdit">
<summary>
<para>The item is the editing portion of a <see cref="T:System.Windows.Forms.ComboBox" />.</para>
</summary>
</member>
<member name="F:System.Windows.Forms.DrawItemState.Default">
<summary>
<para>The item is in its default visual state.</para>
</summary>
</member>
<member name="F:System.Windows.Forms.DrawItemState.Disabled">
<summary>
<para>The item is disabled.</para>
</summary>
</member>
<member name="F:System.Windows.Forms.DrawItemState.Focus">
<summary>
<para>The item has focus.</para>
</summary>
</member>
<member name="F:System.Windows.Forms.DrawItemState.Grayed">
<summary>
<para>The item is grayed. Only menu controls use this value.</para>
</summary>
</member>
<member name="F:System.Windows.Forms.DrawItemState.HotLight">
<summary>
<para>The item is being hot-tracked (the item is highlighted
as the mouse pointer passes over it).</para>
</summary>
</member>
<member name="F:System.Windows.Forms.DrawItemState.Inactive">
<summary>
<para>The item is inactive.</para>
</summary>
</member>
<member name="F:System.Windows.Forms.DrawItemState.NoAccelerator">
<summary>
<para>The item displays without a keyboard accelerator.</para>
</summary>
</member>
<member name="F:System.Windows.Forms.DrawItemState.NoFocusRect">
<summary>
<para> The item displays without the visual cue that indicates it has focus.</para>
</summary>
</member>
<member name="F:System.Windows.Forms.DrawItemState.Selected">
<summary>
<para>The item is selected.</para>
</summary>
</member>
<member name="F:System.Windows.Forms.DrawItemState.None">
<summary>
<para> The item currently has no state.</para>
</summary>
</member>
<member name="T:System.Windows.Forms.DrawMode">
<summary>
<para> Specifies how the elements of a control are drawn.</para>
</summary>
</member>
<member name="F:System.Windows.Forms.DrawMode.Normal">
<summary>
<para> All the elements in a control are
drawn by the operating system and are of the same size.</para>
</summary>
</member>
<member name="F:System.Windows.Forms.DrawMode.OwnerDrawFixed">
<summary>
<para> All the elements in the control are drawn manually and
are of the same size.</para>
</summary>
</member>
<member name="F:System.Windows.Forms.DrawMode.OwnerDrawVariable">
<summary>
<para> All the elements in the control are drawn manually and
may differ in size.</para>
</summary>
</member>
<member name="T:System.Windows.Forms.ErrorBlinkStyle">
<summary>
<para> Specifies constants indicating when the error icon, supplied by
an <see cref="T:System.Windows.Forms.ErrorProvider" />, should blink to
alert the user that an error has occurred.</para>
</summary>
</member>
<member name="F:System.Windows.Forms.ErrorBlinkStyle.BlinkIfDifferentError">
<summary>
<para>Blinks when the icon is already displayed and a new error string is set
for the control.</para>
</summary>
</member>
<member name="F:System.Windows.Forms.ErrorBlinkStyle.AlwaysBlink">
<summary>
<para> Always blink when the error icon is first displayed, or
when a error description string is set for the control and the
error icon is already displayed.</para>
</summary>
</member>
<member name="F:System.Windows.Forms.ErrorBlinkStyle.NeverBlink">
<summary>
Never blink the error icon.
</summary>
</member>
<member name="T:System.Windows.Forms.ErrorIconAlignment">
<summary>
<para> Specifies constants indicating the locations that an error icon can appear
in relation to the control with an error.</para>
</summary>
</member>
<member name="F:System.Windows.Forms.ErrorIconAlignment.TopLeft">
<summary>
<para>The icon appears aligned with the top of the control and to
the left of the control.</para>
</summary>
</member>
<member name="F:System.Windows.Forms.ErrorIconAlignment.TopRight">
<summary>
<para>The icon appears aligned with the top of the control and to
the right of the control.</para>
</summary>
</member>
<member name="F:System.Windows.Forms.ErrorIconAlignment.MiddleLeft">
<summary>
<para>The icon appears aligned with the middle of the control and
the left of the control.</para>
</summary>
</member>
<member name="F:System.Windows.Forms.ErrorIconAlignment.MiddleRight">
<summary>
<para>The icon appears aligned with the middle of the control and
the right of the control.</para>
</summary>
</member>
<member name="F:System.Windows.Forms.ErrorIconAlignment.BottomLeft">
<summary>
<para>The icon appears aligned with the bottom of the control and
the left of the control.</para>
</summary>
</member>
<member name="F:System.Windows.Forms.ErrorIconAlignment.BottomRight">
<summary>
<para>The icon appears aligned with the bottom of the control and
the right of the control.</para>
</summary>
</member>
<member name="T:System.Windows.Forms.ErrorProvider">
<summary>
<para>Provides a user interface for indicating that a control on a
form has an error associated with it. </para>
</summary>
</member>
<member name="M:System.Windows.Forms.ErrorProvider.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:System.Windows.Forms.ErrorProvider" /> class and initializes the default settings
for <see cref="P:System.Windows.Forms.ErrorProvider.BlinkRate" />, <see cref="P:System.Windows.Forms.ErrorProvider.BlinkStyle" />, and the <see cref="P:System.Windows.Forms.ErrorProvider.Icon" /> .</para>
</summary>
</member>
<member name="M:System.Windows.Forms.ErrorProvider.#ctor(System.Windows.Forms.ContainerControl)">
<summary>
<para>Initializes a new instance of the <see cref="T:System.Windows.Forms.ErrorProvider" />
class attached to a container.</para>
</summary>
<param name="parentControl">The container of the control to monitor for errors.</param>
</member>
<member name="M:System.Windows.Forms.ErrorProvider.BindToDataAndErrors(System.Object,System.String)">
<summary>
<para> Provides a method to set both the <see cref="P:System.Windows.Forms.ErrorProvider.DataSource" /> and <see cref="P:System.Windows.Forms.ErrorProvider.DataMember" />
at run time.</para>
</summary>
<param name="newDataSource">A <see cref="T:System.Data.DataSet" /> to monitor for errors.</param>
<param name=" newDataMember">A collection within the <see cref="T:System.Data.DataSet" /> to monitor for errors.</param>
</member>
<member name="M:System.Windows.Forms.ErrorProvider.UpdateBinding">
<summary>
<para>Provides a method to update the bindings of the <see cref="P:System.Windows.Forms.ErrorProvider.DataSource" />, <see cref="P:System.Windows.Forms.ErrorProvider.DataMember" />, and the error text.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.ErrorProvider.CanExtend(System.Object)">
<summary>
<para>Gets a value indicating whether a control can be extended.</para>
</summary>
<param name="extendee">The control to be extended.</param>
<returns>
<para>
<see langword="true" /> if the control can be extended; otherwise,
<see langword="false" />.</para>
<para>This property will be <see langword="true" /> if the object is a <see cref="T:System.Windows.Forms.Control" /> and is not a <see cref="T:System.Windows.Forms.Form" /> or
<see cref="T:System.Windows.Forms.ToolBar" />.</para>
</returns>
</member>
<member name="M:System.Windows.Forms.ErrorProvider.GetError(System.Windows.Forms.Control)">
<summary>
<para>Returns the current error description string for the
specified control.</para>
</summary>
<param name="control">The item to get the error description string for.</param>
<returns>
<para>The error description string for the specified
control.</para>
</returns>
</member>
<member name="M:System.Windows.Forms.ErrorProvider.GetIconAlignment(System.Windows.Forms.Control)">
<summary>
<para>Gets a value indicating where the error icon should be placed in relation to the control.</para>
</summary>
<param name="control">The control to get the icon location for.</param>
<returns>
<para>One of the <see cref="T:System.Windows.Forms.ErrorIconAlignment" /> values. The default icon alignment is
<see cref="F:System.Windows.Forms.ErrorIconAlignment.MiddleRight" /> .</para>
</returns>
</member>
<member name="M:System.Windows.Forms.ErrorProvider.GetIconPadding(System.Windows.Forms.Control)">
<summary>
<para>Returns the amount of extra space to leave next to the error icon.</para>
</summary>
<param name="control">The control to get the padding for.</param>
<returns>
<para> The number of pixels to leave between the icon and the control. Many icons normally have extra space around their
central images, so the padding value is only necessary if additional space
is necessary. Padding values can be positive or negative. Negative values
cause the icon to overlap the edge of the control. The default icon padding is 0.</para>
</returns>
</member>
<member name="M:System.Windows.Forms.ErrorProvider.SetError(System.Windows.Forms.Control,System.String)">
<summary>
<para>Sets the error description string for the specified control.</para>
</summary>
<param name="control">The control to set the error description string for.</param>
<param name="value">The error description string.</param>
</member>
<member name="M:System.Windows.Forms.ErrorProvider.SetIconAlignment(System.Windows.Forms.Control,System.Windows.Forms.ErrorIconAlignment)">
<summary>
<para>Sets the location where the error icon should be placed in relation to the control.</para>
</summary>
<param name="control">The control to set the icon location for.</param>
<param name="value">One of the <see cref="T:System.Windows.Forms.ErrorIconAlignment" /> values.</param>
</member>
<member name="M:System.Windows.Forms.ErrorProvider.SetIconPadding(System.Windows.Forms.Control,System.Int32)">
<summary>
<para>Sets the amount of extra space to leave between the specified control and the error icon.</para>
</summary>
<param name="control">The <paramref name="control" /> to set the padding for.</param>
<param name="padding">The number of pixels to add between the icon and the <paramref name="control" /> .</param>
</member>
<member name="P:System.Windows.Forms.ErrorProvider.BlinkStyle">
<summary>
<para> Gets or sets a value indicating when the error icon flashes.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.ErrorProvider.ContainerControl">
<summary>
<para>Gets or sets a value indicating the parent control for
this <see cref="T:System.Windows.Forms.ErrorProvider" /> .</para>
</summary>
</member>
<member name="P:System.Windows.Forms.ErrorProvider.DataSource">
<summary>
<para>Gets or sets data set the <see cref="T:System.Windows.Forms.ErrorProvider" /> to monitor.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.ErrorProvider.DataMember">
<summary>
<para>Gets or sets the data table to monitor.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.ErrorProvider.BlinkRate">
<summary>
<para> Gets or sets the rate at which the error icon flashes.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.ErrorProvider.Icon">
<summary>
<para>Gets or sets the <see cref="T:System.Drawing.Icon" /> that
is displayed next to a control when
an error description string has been set for the control.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.ErrorProvider.ErrorWindow.#ctor(System.Windows.Forms.ErrorProvider,System.Windows.Forms.Control)">
<summary>
Construct an error window for this provider and control parent.
</summary>
</member>
<member name="M:System.Windows.Forms.ErrorProvider.ErrorWindow.Add(System.Windows.Forms.ErrorProvider.ControlItem)">
<summary>
This is called when a control would like to show an error icon.
</summary>
</member>
<member name="M:System.Windows.Forms.ErrorProvider.ErrorWindow.Dispose">
<summary>
Called to get rid of any resources the Object may have.
</summary>
</member>
<member name="M:System.Windows.Forms.ErrorProvider.ErrorWindow.Remove(System.Windows.Forms.ErrorProvider.ControlItem)">
<summary>
This is called when a control no longer needs to display an error icon.
</summary>
</member>
<member name="M:System.Windows.Forms.ErrorProvider.ErrorWindow.Update">
<summary>
Move and size the error window, compute and set the window region,
set the tooltip rectangles and descriptions. This basically brings
the error window up to date with the internal data structures.
</summary>
</member>
<member name="M:System.Windows.Forms.ErrorProvider.ErrorWindow.WndProc(System.Windows.Forms.Message@)">
<summary>
Called when the error window gets a windows message.
</summary>
</member>
<member name="M:System.Windows.Forms.ErrorProvider.ControlItem.#ctor(System.Windows.Forms.ErrorProvider,System.Windows.Forms.Control,System.IntPtr)">
<summary>
Construct the item with it's associated control, provider, and
a unique ID. The ID is used for the tooltip ID.
</summary>
</member>
<member name="P:System.Windows.Forms.ErrorProvider.ControlItem.Control">
<summary>
Return the control being extended.
</summary>
</member>
<member name="P:System.Windows.Forms.ErrorProvider.ControlItem.Id">
<summary>
Returns the unique ID for this control. The ID used as the tooltip ID.
</summary>
</member>
<member name="P:System.Windows.Forms.ErrorProvider.ControlItem.BlinkPhase">
<summary>
Returns or set the phase of blinking that this control is currently
in. If zero, the control is not blinking. If odd, then the control
is blinking, but invisible. If even, the control is blinking and
currently visible. Each time the blink timer fires, this value is
reduced by one (until zero), thus causing the error icon to appear
or disappear.
</summary>
</member>
<member name="P:System.Windows.Forms.ErrorProvider.ControlItem.IconPadding">
<summary>
Returns or sets the icon padding for the control.
</summary>
</member>
<member name="P:System.Windows.Forms.ErrorProvider.ControlItem.Error">
<summary>
Returns or sets the error description string for the control.
</summary>
</member>
<member name="P:System.Windows.Forms.ErrorProvider.ControlItem.IconAlignment">
<summary>
Returns or sets the location of the error icon for the control.
</summary>
</member>
<member name="M:System.Windows.Forms.ErrorProvider.IconRegion.#ctor(System.Drawing.Icon)">
<summary>
Constructor that takes an Icon and extracts it's 16x16 version.
</summary>
</member>
<member name="M:System.Windows.Forms.ErrorProvider.IconRegion.Dispose">
<summary>
Release any resources held by this Object.
</summary>
</member>
<member name="P:System.Windows.Forms.ErrorProvider.IconRegion.IconHandle">
<summary>
Returns the handle of the icon.
</summary>
</member>
<member name="P:System.Windows.Forms.ErrorProvider.IconRegion.Region">
<summary>
Returns the handle of the region.
</summary>
</member>
<member name="P:System.Windows.Forms.ErrorProvider.IconRegion.Size">
<summary>
Return the size of the icon.
</summary>
</member>
<member name="T:System.Windows.Forms.FeatureSupport">
<summary>
<para>Provides <see langword="static" /> methods for retrieving feature information from the
current system.</para>
</summary>
</member>
<member name="T:System.Windows.Forms.IFeatureSupport">
<summary>
<para>
Specifies a standard
interface for retrieving feature information from the current system.
</para>
</summary>
</member>
<member name="M:System.Windows.Forms.IFeatureSupport.IsPresent(System.Object)">
<summary>
<para>Determines whether any version of the specified feature
is currently available
on the system.</para>
</summary>
<param name="feature">The feature to look for.</param>
<returns>
<para>
<see langword="true " />if the feature is present;
otherwise, <see langword="false" />.</para>
</returns>
</member>
<member name="M:System.Windows.Forms.IFeatureSupport.IsPresent(System.Object,System.Version)">
<summary>
<para>Determines whether the specified or newer version of the
specified feature
is currently available on the system.</para>
</summary>
<param name="feature">The feature to look for.</param>
<param name="minimumVersion">A <see cref="T:System.Version" /> representing the minimum version number of the feature to look for.</param>
<returns>
<para>
<see langword="true" /> if the requested version of the
feature is present; otherwise, <see langword="false" />.</para>
</returns>
</member>
<member name="M:System.Windows.Forms.IFeatureSupport.GetVersionPresent(System.Object)">
<summary>
<para>Retrieves the version
of the specified feature.</para>
</summary>
<param name="feature">The feature whose version is requested.</param>
<returns>
<para>A <see cref="T:System.Version" /> representing the
version number of the specified feature; or <see langword="null " />if the feature is
not installed.</para>
</returns>
</member>
<member name="M:System.Windows.Forms.FeatureSupport.IsPresent(System.String,System.String)">
<summary>
<para>Determines whether any version of the specified feature
is installed in the system. This method is <see langword="static" />.</para>
</summary>
<param name="featureClassName">
<para>The fully qualified name of the class to query for information about the specified feature. This class must implement the <see cref="T:System.Windows.Forms.IFeatureSupport" /> interface or inherit from a class that implements this interface.</para>
</param>
<param name="featureConstName">
<para>The fully qualified name of the feature to look for.</para>
</param>
<returns>
<para>
<see langword="true " />if the specified feature is present; <see langword="false" />
if the specified feature is not present or if the product containing the feature
is not installed.</para>
</returns>
</member>
<member name="M:System.Windows.Forms.FeatureSupport.IsPresent(System.String,System.String,System.Version)">
<summary>
<para>Determines whether the specified or newer version of the specified feature is
installed in the system. This method is <see langword="static" />.</para>
</summary>
<param name="featureClassName">
<para>The fully qualified name of the class to query for information about the specified feature. This class must implement the <see cref="T:System.Windows.Forms.IFeatureSupport" /> interface or inherit from a class that implements this interface.</para>
</param>
<param name="featureConstName">
<para>The fully qualified name of the feature to look for.</para>
</param>
<param name="minimumVersion">A <see cref="T:System.Version" /> representing the minimum version number of the feature.</param>
<returns>
<para>
<see langword="true" /> if the feature is present and its version number
is greater than or equal to the specified minimum version number;
<see langword="false" /> if the feature is not installed or its version number
is below the specified minimum number.</para>
</returns>
</member>
<member name="M:System.Windows.Forms.FeatureSupport.GetVersionPresent(System.String,System.String)">
<summary>
<para>Gets the version of the specified feature that is available on the system.</para>
</summary>
<param name="featureClassName">
<para>The fully qualified name of the class to query for information about the specified feature. This class must implement the <see cref="T:System.Windows.Forms.IFeatureSupport" /> interface or inherit from a class that implements this interface.</para>
</param>
<param name="featureConstName">The fully qualified name of the feature to look for.</param>
<returns>
<para>A <see cref="T:System.Version" /> with the version number
of the specified feature available on the system; or <see langword="null " />
if the feature is not installed.</para>
</returns>
</member>
<member name="M:System.Windows.Forms.FeatureSupport.IsPresent(System.Object)">
<summary>
<para>Determines whether any version of the specified feature
is installed in the system.</para>
</summary>
<param name="feature">The feature to look for.</param>
<returns>
<para>
<see langword="true " />if the
feature
is present; otherwise, <see langword="false" />.</para>
</returns>
</member>
<member name="M:System.Windows.Forms.FeatureSupport.IsPresent(System.Object,System.Version)">
<summary>
<para>Determines whether the specified or newer version of the
specified feature is installed in the system.</para>
</summary>
<param name="feature">The feature to look for.</param>
<param name="minimumVersion">A <see cref="T:System.Version" /> representing the minimum version number of the feature to look for.</param>
<returns>
<para>
<see langword="true" /> if the
feature is present and its version number is
greater than or equal to the specified minimum version number;
<see langword="false" /> if
the feature is not installed or its version
number is below the specified minimum number.</para>
</returns>
</member>
<member name="M:System.Windows.Forms.FeatureSupport.GetVersionPresent(System.Object)">
<summary>
<para>When overridden in a derived class, gets the version of the specified
feature that is available on the system.</para>
</summary>
<param name="feature">The feature whose version is requested.</param>
<returns>
<para>A <see cref="T:System.Version" /> representing the version number
of the specified feature available on the system; or <see langword="null " />
if the feature is not installed.</para>
</returns>
</member>
<member name="T:System.Windows.Forms.FileDialog">
<summary>
<para>Displays a dialog window from which the user can select a file.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.FileDialog.OnFileOk(System.ComponentModel.CancelEventArgs)">
<summary>
<para> Raises the <see cref="E:System.Windows.Forms.FileDialog.FileOk" /> event.</para>
</summary>
<param name="e">A <see cref="T:System.ComponentModel.CancelEventArgs" /> that contains the event data.</param>
</member>
<member name="M:System.Windows.Forms.FileDialog.Reset">
<summary>
<para>Resets all properties to their default values.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.FileDialog.AddExtension">
<summary>
<para> Gets or sets a value indicating whether the
dialog box automatically adds an extension to a
file name if the user omits the extension.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.FileDialog.CheckFileExists">
<summary>
<para> Gets or sets a value indicating whether
the dialog box displays a warning if the user specifies a file name that does not exist.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.FileDialog.CheckPathExists">
<summary>
<para> Gets or sets a value indicating whether the
dialog box displays a warning if the user specifies a path that does not exist.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.FileDialog.DefaultExt">
<summary>
<para> Gets or sets the default file name extension.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.FileDialog.DereferenceLinks">
<summary>
<para> Gets or sets a value
indicating whether the dialog box returns the location of the file referenced by the shortcut or
whether it returns the location of the shortcut (.lnk).</para>
</summary>
</member>
<member name="P:System.Windows.Forms.FileDialog.FileName">
<summary>
<para> Gets or sets a string containing
the file name selected in the file dialog box.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.FileDialog.FileNames">
<summary>
<para> Gets the file
names of all selected files in the dialog box.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.FileDialog.Filter">
<summary>
<para> Gets or sets the current file name filter string,
which determines the choices that appear in the "Save as file type" or
"Files of type" box in the dialog box.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.FileDialog.FilterIndex">
<summary>
<para> Gets or sets the index of the filter currently selected in the file dialog box.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.FileDialog.InitialDirectory">
<summary>
<para> Gets or sets the initial directory displayed by the file dialog
box.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.FileDialog.RestoreDirectory">
<summary>
<para> Gets or sets a value indicating whether the dialog box restores the current directory before
closing.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.FileDialog.ShowHelp">
<summary>
<para> Gets or sets a value indicating whether the
<see langword="Help" /> button is displayed in the file dialog.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.FileDialog.Title">
<summary>
<para> Gets or sets the file dialog box title.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.FileDialog.ValidateNames">
<summary>
<para> Gets or sets a value indicating whether the dialog box accepts only valid Win32 file names.</para>
</summary>
</member>
<member name="E:System.Windows.Forms.FileDialog.FileOk">
<summary>
<para>Occurs when the user clicks on the Open or Save button on a file dialog box.</para>
</summary>
</member>
<member name="T:System.Windows.Forms.FlatStyle">
<summary>
<para> Specifies the appearance of a control.</para>
</summary>
</member>
<member name="F:System.Windows.Forms.FlatStyle.Flat">
<summary>
<para>
The control appears flat.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.FlatStyle.Popup">
<summary>
<para>
A control appears flat until the mouse pointer
moves over
it, at which point it appears three-dimensional.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.FlatStyle.Standard">
<summary>
<para>
The control appears three-dimensional.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.FlatStyle.System">
<summary>
<para> The appearance of the control is determined by the
user's operating system.</para>
</summary>
</member>
<member name="T:System.Windows.Forms.FontDialog">
<summary>
<para>Represents
a common dialog box that displays a list of fonts that are currently installed
on
the system.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.FontDialog.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:System.Windows.Forms.FontDialog" />
class.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.FontDialog.HookProc(System.IntPtr,System.Int32,System.IntPtr,System.IntPtr)">
<summary>
<para>Specifies the common dialog box hook procedure that is overridden to add
specific functionality to a common dialog box.</para>
</summary>
<param name="hWnd">The handle to the dialog box window.</param>
<param name="msg">The message being received.</param>
<param name="wparam">Additional information about the message.</param>
<param name="lparam">Additional information about the message.</param>
<returns>
<para> A zero value if the default dialog box procedure
processes the message; a nonzero value if the default dialog box procedure ignores the message.</para>
</returns>
</member>
<member name="M:System.Windows.Forms.FontDialog.OnApply(System.EventArgs)">
<summary>
<para>Raises the <see cref="E:System.Windows.Forms.FontDialog.Apply" /> event.</para>
</summary>
<param name="e">An <see cref="T:System.EventArgs" /> that contains the data.</param>
</member>
<member name="M:System.Windows.Forms.FontDialog.Reset">
<summary>
<para>Resets all dialog box options to their default values.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.FontDialog.AllowSimulations">
<summary>
<para> Gets or sets a value indicating whether the dialog box allows graphics device interface
(GDI) font simulations.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.FontDialog.AllowVectorFonts">
<summary>
<para> Gets or sets a value indicating whether the dialog box allows vector font selections.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.FontDialog.AllowVerticalFonts">
<summary>
<para> Gets or sets a value indicating whether
the dialog box displays both vertical and horizontal fonts or only
horizontal fonts.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.FontDialog.AllowScriptChange">
<summary>
<para> Gets or sets a value indicating whether the user can
change the character set specified in the <see langword="Script" />
combo box to display a character set other than the one
currently displayed.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.FontDialog.Color">
<summary>
<para> Gets or sets the selected font color.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.FontDialog.FixedPitchOnly">
<summary>
<para>
Gets or sets a value
indicating whether the dialog box allows only the selection of fixed-pitch fonts.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.FontDialog.Font">
<summary>
<para> Gets or sets the selected font.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.FontDialog.FontMustExist">
<summary>
<para> Gets or sets a value indicating whether the dialog box specifies an error condition if the
user attempts to select a font or style that does not exist.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.FontDialog.MaxSize">
<summary>
<para> Gets or sets the maximum
point size a user can select.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.FontDialog.MinSize">
<summary>
<para> Gets or sets the minimum point size a user can select.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.FontDialog.ScriptsOnly">
<summary>
<para>
Gets
or sets a value indicating whether the dialog box allows selection of fonts for all
non-OEM and Symbol character sets, as well as the ANSI character set.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.FontDialog.ShowApply">
<summary>
<para> Gets or sets a value indicating whether the dialog box contains an Apply button.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.FontDialog.ShowColor">
<summary>
<para> Gets or sets a value indicating whether the dialog box displays the color choice.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.FontDialog.ShowEffects">
<summary>
<para> Gets or sets a value indicating whether the dialog box contains controls that allow the
user to specify strikethrough, underline, and text color options.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.FontDialog.ShowHelp">
<summary>
<para> Gets or sets a value indicating whether the dialog box displays a Help button.</para>
</summary>
</member>
<member name="E:System.Windows.Forms.FontDialog.Apply">
<summary>
<para>
Occurs when the user clicks the Apply button in the font
dialog box.
</para>
</summary>
</member>
<member name="T:System.Windows.Forms.Form">
<summary>
<para>Represents a window or dialog box that makes up an application's user interface.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.Form.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:System.Windows.Forms.Form" /> class.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.Form.Activate">
<summary>
<para>Activates the form and gives it focus.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.Form.AddOwnedForm(System.Windows.Forms.Form)">
<summary>
<para> Adds
an owned form to this form.</para>
</summary>
<param name="ownedForm">The <see cref="T:System.Windows.Forms.Form" /> that this form will own.</param>
</member>
<member name="M:System.Windows.Forms.Form.Close">
<summary>
<para>Closes the form.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.Form.GetAutoScaleSize(System.Drawing.Font)">
<summary>
<para>Gets the sized when autoscaling the form based on a specified font.</para>
</summary>
<param name="font">A <see cref="T:System.Drawing.Font" /> representing the font to determine the autoscaled base size of the form.</param>
<returns>
<para>A <see cref="T:System.Drawing.SizeF" /> representing the autoscaled size of the form.</para>
</returns>
</member>
<member name="M:System.Windows.Forms.Form.LayoutMdi(System.Windows.Forms.MdiLayout)">
<summary>
<para> Arranges the multiple document interface (MDI) child
forms within the MDI parent form.</para>
</summary>
<param name="value">One of the <see cref="T:System.Windows.Forms.MdiLayout" /> values that defines the layout of MDI child forms. </param>
</member>
<member name="M:System.Windows.Forms.Form.OnActivated(System.EventArgs)">
<summary>
<para>Raises the <see cref="E:System.Windows.Forms.Form.Activated" /> event.</para>
</summary>
<param name="e">An <see cref="T:System.EventArgs" /> that contains the event data.</param>
</member>
<member name="M:System.Windows.Forms.Form.OnClosing(System.ComponentModel.CancelEventArgs)">
<summary>
<para>Raises the <see cref="E:System.Windows.Forms.Form.Closing" /> event.</para>
</summary>
<param name="e">A <see cref="T:System.ComponentModel.CancelEventArgs" /> that contains the event data.</param>
</member>
<member name="M:System.Windows.Forms.Form.OnClosed(System.EventArgs)">
<summary>
<para>Raises the <see cref="E:System.Windows.Forms.Form.Closed" /> event.</para>
</summary>
<param name="e">The <see cref="T:System.EventArgs" /> that contains the event data.</param>
</member>
<member name="M:System.Windows.Forms.Form.OnDeactivate(System.EventArgs)">
<summary>
<para>Raises the <see cref="E:System.Windows.Forms.Form.Deactivate" /> event.</para>
</summary>
<param name="e">The <see cref="T:System.EventArgs" /> that contains the event data.</param>
</member>
<member name="M:System.Windows.Forms.Form.OnLoad(System.EventArgs)">
<summary>
<para>Raises the <see cref="E:System.Windows.Forms.Form.Load" /> event.</para>
</summary>
<param name="e">An <see cref="T:System.EventArgs" /> that contains the event data.</param>
</member>
<member name="M:System.Windows.Forms.Form.OnMaximizedBoundsChanged(System.EventArgs)">
<summary>
<para>Raises the <see cref="E:System.Windows.Forms.Form.MaximizedBoundsChanged" /> event.</para>
</summary>
<param name="e">The <see cref="T:System.EventArgs" /> that contains the event data.</param>
</member>
<member name="M:System.Windows.Forms.Form.OnMaximumSizeChanged(System.EventArgs)">
<summary>
<para>Raises the <see cref="E:System.Windows.Forms.Form.MaximumSizeChanged" /> event.</para>
</summary>
<param name="e">The <see cref="T:System.EventArgs" /> that contains the event data.</param>
</member>
<member name="M:System.Windows.Forms.Form.OnMinimumSizeChanged(System.EventArgs)">
<summary>
<para>Raises the <see cref="E:System.Windows.Forms.Form.MinimumSizeChanged" /> event.</para>
</summary>
<param name="e">An <see cref="T:System.EventArgs" /> that contains the event data.</param>
</member>
<member name="M:System.Windows.Forms.Form.OnInputLanguageChanged(System.Windows.Forms.InputLanguageChangedEventArgs)">
<summary>
<para>Raises the <see cref="E:System.Windows.Forms.Form.InputLanguageChanged" />
event.</para>
</summary>
<param name="e">The <see cref="T:System.Windows.Forms.InputLanguageChangedEventArgs" /> that contains the event data.</param>
</member>
<member name="M:System.Windows.Forms.Form.OnInputLanguageChanging(System.Windows.Forms.InputLanguageChangingEventArgs)">
<summary>
<para>Raises the <see cref="E:System.Windows.Forms.Form.InputLanguageChanging" />
event.</para>
</summary>
<param name="e">The <see cref="T:System.Windows.Forms.InputLanguageChangingEventArgs" /> that contains the event data.</param>
</member>
<member name="M:System.Windows.Forms.Form.OnMdiChildActivate(System.EventArgs)">
<summary>
<para>Raises the <see cref="E:System.Windows.Forms.Form.MdiChildActivate" /> event.</para>
</summary>
<param name="e">The <see cref="T:System.EventArgs" /> that contains the event data.</param>
</member>
<member name="M:System.Windows.Forms.Form.OnMenuStart(System.EventArgs)">
<summary>
<para>Raises the <see cref="E:System.Windows.Forms.Form.MenuStart" />
event.</para>
</summary>
<param name="e">The <see cref="T:System.EventArgs" /> that contains the event data.</param>
</member>
<member name="M:System.Windows.Forms.Form.OnMenuComplete(System.EventArgs)">
<summary>
<para>Raises the <see cref="E:System.Windows.Forms.Form.MenuComplete" />
event.</para>
</summary>
<param name="e">The <see cref="T:System.EventArgs" /> that contains the event data.</param>
</member>
<member name="M:System.Windows.Forms.Form.RemoveOwnedForm(System.Windows.Forms.Form)">
<summary>
<para> Removes an owned form from this form.</para>
</summary>
<param name="ownedForm">A <see cref="T:System.Windows.Forms.Form" /> representing the form to remove from the list of owned forms for this form.</param>
</member>
<member name="M:System.Windows.Forms.Form.SetDesktopBounds(System.Int32,System.Int32,System.Int32,System.Int32)">
<summary>
<para> Sets the bounds of the form in desktop coordinates.</para>
</summary>
<param name="x">The x-coordinate of the form's location.</param>
<param name="y">The y-coordinate of the form's location.</param>
<param name="width">The width of the form.</param>
<param name="height">The height of the form.</param>
</member>
<member name="M:System.Windows.Forms.Form.SetDesktopLocation(System.Int32,System.Int32)">
<summary>
<para>Sets the location of the form in desktop coordinates.</para>
</summary>
<param name="x">The x-coordinate of the form's location.</param>
<param name="y">The y-coordinate of the form's location.</param>
</member>
<member name="M:System.Windows.Forms.Form.ShowDialog">
<summary>
<para>Shows the form as a modal dialog box with no owner window.</para>
</summary>
<returns>
<para>One of the <see cref="T:System.Windows.Forms.DialogResult" /> values.</para>
</returns>
</member>
<member name="M:System.Windows.Forms.Form.ShowDialog(System.Windows.Forms.IWin32Window)">
<summary>
<para>Shows the form as a modal dialog with the specified owner.</para>
</summary>
<param name="owner">Any object that implements <see cref="T:System.Windows.Forms.IWin32Window" /> that represents the top-level window that will own the modal dialog.</param>
<returns>
<para>One of the <see cref="T:System.Windows.Forms.DialogResult" /> values.</para>
</returns>
</member>
<member name="P:System.Windows.Forms.Form.AcceptButton">
<summary>
<para>Gets or sets the button on the form that is clicked when
the user presses the ENTER key.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.Form.ActiveForm">
<summary>
<para> Gets the currently active form for this application.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.Form.ActiveMdiChild">
<summary>
<para> Gets the currently active
multiple
document interface (MDI) child window.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.Form.AutoScale">
<summary>
<para> Gets or sets a value indicating whether the form adjusts its size
to fit the height of the font used on the form and scales
its controls.
</para>
</summary>
</member>
<member name="P:System.Windows.Forms.Form.AutoScaleBaseSize">
<summary>
<para> Gets or sets the base size used for autoscaling of the
form.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.Form.AutoScroll">
<summary>
<para> Gets or sets a value indicating whether the form enables
autoscrolling.
</para>
</summary>
</member>
<member name="P:System.Windows.Forms.Form.FormBorderStyle">
<summary>
<para>Gets or sets the border style of the form.</para>
</summary>
<summary>
<para>[To be supplied.]</para>
</summary>
</member>
<member name="P:System.Windows.Forms.Form.CancelButton">
<summary>
<para> Gets
or sets the button control that is clicked when the
user presses the ESC key.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.Form.ClientSize">
<summary>
<para>Gets or sets the size of the client area of the form.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.Form.ControlBox">
<summary>
<para>Gets or sets a value indicating whether a control box is displayed in the
caption bar of the form.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.Form.DefaultImeMode">
<summary>
<para>Gets the default Input Method Editor (IME) mode supported by the control.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.Form.DesktopBounds">
<summary>
<para>Gets or sets the size and location of the form on the Windows desktop.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.Form.DesktopLocation">
<summary>
<para>Gets or sets the location of the form on the Windows desktop.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.Form.DialogResult">
<summary>
<para>Gets or sets the dialog result for the form.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.Form.HelpButton">
<summary>
<para>Gets or sets a value indicating whether a
Help button should be displayed in the caption box of the form.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.Form.Icon">
<summary>
<para> Gets or sets the icon for the form.
</para>
</summary>
</member>
<member name="P:System.Windows.Forms.Form.IsMdiChild">
<summary>
<para> Gets a value indicating whether the form is a multiple document
interface (MDI) child form.
</para>
</summary>
</member>
<member name="P:System.Windows.Forms.Form.IsMdiContainer">
<summary>
<para> Gets or sets a value indicating whether the form is a container for multiple document interface
(MDI) child forms.
</para>
</summary>
</member>
<member name="P:System.Windows.Forms.Form.KeyPreview">
<summary>
<para> Gets or sets a value
indicating whether the form will receive key events
before the event is passed to the control that has focus.
</para>
</summary>
</member>
<member name="P:System.Windows.Forms.Form.MaximizedBounds">
<summary>
<para> Gets and sets the size of the form when it is
maximized.
</para>
</summary>
</member>
<member name="E:System.Windows.Forms.Form.MaximizedBoundsChanged">
<summary>
<para>Occurs when the value of the <see cref="P:System.Windows.Forms.Form.MaximizedBounds" /> property has changed.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.Form.MaximumSize">
<summary>
<para>Gets the maximum size the form can be resized to.</para>
</summary>
</member>
<member name="E:System.Windows.Forms.Form.MaximumSizeChanged">
<summary>
<para>Occurs when the value of the <see cref="P:System.Windows.Forms.Form.MaximumSize" /> property has changed.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.Form.Menu">
<summary>
<para> Gets or sets the <see cref="T:System.Windows.Forms.MainMenu" />
that is displayed in the form.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.Form.MinimumSize">
<summary>
<para> Gets or sets the minimum size the form can be resized to.
</para>
</summary>
</member>
<member name="E:System.Windows.Forms.Form.MinimumSizeChanged">
<summary>
<para>Occurs when the value of the <see cref="P:System.Windows.Forms.Form.MinimumSize" /> property has changed.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.Form.MaximizeBox">
<summary>
<para>Gets or sets a value indicating whether the maximize button is
displayed in the caption bar of the form.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.Form.MdiChildren">
<summary>
<para>Gets an array of forms that represent the
multiple document interface (MDI) child forms that are parented to this
form.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.Form.MdiParent">
<summary>
<para> Gets or sets the current multiple document
interface (MDI) parent form of this form.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.Form.MergedMenu">
<summary>
<para> Gets the merged menu for the
form.
</para>
</summary>
</member>
<member name="P:System.Windows.Forms.Form.MinimizeBox">
<summary>
<para>Gets or sets a value indicating whether the minimize button is displayed in the caption bar of the form.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.Form.Modal">
<summary>
<para>Gets a value indicating whether this form is
displayed modally.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.Form.Opacity">
<summary>
<para> Gets or sets the opacity level of
the form.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.Form.OwnedForms">
<summary>
<para>Gets an array of <see cref="T:System.Windows.Forms.Form" /> objects that represent all forms that are owned by this form.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.Form.Owner">
<summary>
<para>Gets or sets the form that owns this form.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.Form.ShowInTaskbar">
<summary>
<para>Gets or sets a value indicating whether the form is displayed
in the Windows taskbar.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.Form.Size">
<summary>
<para> Gets or sets the size of the form.
</para>
</summary>
</member>
<member name="P:System.Windows.Forms.Form.SizeGripStyle">
<summary>
<para>Gets or sets the style of the size grip to display in the lower-right corner of the form.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.Form.StartPosition">
<summary>
<para>Gets or sets the
starting position of the form at run time.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.Form.TopLevel">
<summary>
<para>Gets or sets a value indicating whether to display the form as a top-level
window.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.Form.TopMost">
<summary>
<para>Gets or sets a value indicating whether the form should be displayed as the top-most
form of your application.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.Form.TransparencyKey">
<summary>
<para>Gets or sets the color that will represent transparent areas of the form.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.Form.WindowState">
<summary>
<para> Gets or sets the form's window state.
</para>
</summary>
</member>
<member name="E:System.Windows.Forms.Form.Activated">
<summary>
<para>Occurs when the form is activated in code or by the user.</para>
</summary>
</member>
<member name="E:System.Windows.Forms.Form.Closing">
<summary>
<para>Occurs when the form is closing.</para>
</summary>
</member>
<member name="E:System.Windows.Forms.Form.Closed">
<summary>
<para>Occurs when the form is closed.</para>
</summary>
</member>
<member name="E:System.Windows.Forms.Form.Deactivate">
<summary>
<para>Occurs when the form loses focus and is not the active form.</para>
</summary>
</member>
<member name="E:System.Windows.Forms.Form.Load">
<summary>
<para>Occurs before a form is displayed for the first time.</para>
</summary>
</member>
<member name="E:System.Windows.Forms.Form.MdiChildActivate">
<summary>
<para>Occurs when a multiple document interface (MDI) child form is activated or closed
within an MDI application.</para>
</summary>
</member>
<member name="E:System.Windows.Forms.Form.MenuComplete">
<summary>
<para> Occurs when the menu of a form loses focus.</para>
</summary>
</member>
<member name="E:System.Windows.Forms.Form.MenuStart">
<summary>
<para> Occurs when the menu of a form receives focus.</para>
</summary>
</member>
<member name="E:System.Windows.Forms.Form.InputLanguageChanged">
<summary>
<para>Occurs after the input language of the form has changed.</para>
</summary>
</member>
<member name="E:System.Windows.Forms.Form.InputLanguageChanging">
<summary>
<para> Occurs when the user attempts to change the input language for the
form.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.ICommandExecutor.Execute">
<summary>
<para>[To be supplied.]</para>
</summary>
</member>
<member name="M:System.Windows.Forms.Form.ControlCollection.#ctor(System.Windows.Forms.Form)">
<summary>
<para>Initializes a new instance of the <see cref="T:System.Windows.Forms.Form.ControlCollection" /> class.</para>
</summary>
<param name="owner">The <see cref="T:System.Windows.Forms.Form" /> to contain the controls added to the control collection.</param>
</member>
<member name="M:System.Windows.Forms.Form.ControlCollection.Add(System.Windows.Forms.Control)">
<summary>
<para> Adds a control
to the form.</para>
</summary>
<param name="value">The <see cref="T:System.Windows.Forms.Control" /> to add to the form.</param>
</member>
<member name="M:System.Windows.Forms.Form.ControlCollection.Remove(System.Windows.Forms.Control)">
<summary>
<para> Removes a control from the form.</para>
</summary>
<param name="value">A <see cref="T:System.Windows.Forms.Control" /> to remove from the form.</param>
</member>
<member name="T:System.Windows.Forms.FormBorderStyle">
<summary>
<para> Specifies the border styles for a form.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.FormBorderStyle.None">
<summary>
<para>
No border.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.FormBorderStyle.FixedSingle">
<summary>
<para>
A fixed, single line border.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.FormBorderStyle.Fixed3D">
<summary>
<para>
A fixed, three-dimensional border.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.FormBorderStyle.FixedDialog">
<summary>
<para>
A thick, fixed dialog-style border.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.FormBorderStyle.Sizable">
<summary>
<para>
A resizable border.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.FormBorderStyle.FixedToolWindow">
<summary>
<para>
A tool window border
that is not resizable.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.FormBorderStyle.SizableToolWindow">
<summary>
<para>
A resizable tool window border.
</para>
</summary>
</member>
<member name="T:System.Windows.Forms.FormStartPosition">
<summary>
<para> Specifies the initial position of a
form.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.FormStartPosition.Manual">
<summary>
<para>
The location and size of the form will determine its
starting position.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.FormStartPosition.CenterScreen">
<summary>
<para>
The form is centered on the current display,
and has the dimensions specified in the form's size.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.FormStartPosition.WindowsDefaultLocation">
<summary>
<para>
The form is positioned at the Windows default
location and has the dimensions specified in the form's size.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.FormStartPosition.WindowsDefaultBounds">
<summary>
<para>
The form is positioned at the Windows default
location and has the bounds determined by Windows default.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.FormStartPosition.CenterParent">
<summary>
<para>
The form is centered within the bounds of its parent form.
</para>
</summary>
</member>
<member name="T:System.Windows.Forms.FormWindowState">
<summary>
<para> Specifies how a form window
is displayed.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.FormWindowState.Normal">
<summary>
<para>
A default sized window.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.FormWindowState.Minimized">
<summary>
<para>
A minimized window.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.FormWindowState.Maximized">
<summary>
<para>
A maximized window.
</para>
</summary>
</member>
<member name="T:System.Windows.Forms.FrameStyle">
<summary>
<para>Specifies the frame style of the selected control.</para>
</summary>
</member>
<member name="F:System.Windows.Forms.FrameStyle.Dashed">
<summary>
<para>
A thin, dashed border.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.FrameStyle.Thick">
<summary>
<para>
A thick, solid border.
</para>
</summary>
</member>
<member name="T:System.Windows.Forms.GiveFeedbackEventArgs">
<summary>
<para>Provides data for the <see cref="E:System.Windows.Forms.Control.GiveFeedback" /> event, which occurs during a drag
operation.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.GiveFeedbackEventArgs.#ctor(System.Windows.Forms.DragDropEffects,System.Boolean)">
<summary>
<para>
Initializes a new instance of the <see cref="T:System.Windows.Forms.GiveFeedbackEventArgs" /> class.
</para>
</summary>
<param name="effect">
The type of drag-and-drop operation. Possible values are obtained by applying the bitwise OR (|) operation to the constants defined in the <see cref="T:System.Windows.Forms.DragDropEffects" />.
</param>
<param name="useDefaultCursors">
<see langword="true" /> if default pointers are used; otherwise, <see langword="false" />.
</param>
</member>
<member name="P:System.Windows.Forms.GiveFeedbackEventArgs.Effect">
<summary>
<para> Gets the type drag-and-drop operation feedback that is displayed.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.GiveFeedbackEventArgs.UseDefaultCursors">
<summary>
Gets or sets whether drag operation should use the
default cursors that are associated with drag-drop effects.
</summary>
</member>
<member name="T:System.Windows.Forms.GiveFeedbackEventHandler">
<summary>
<para>
Represents the method that handles the <see cref="E:System.Windows.Forms.Control.GiveFeedback" /> event
of a <see cref="T:System.Windows.Forms.Control" />.
</para>
</summary>
<param name="sender">
The source of the event.
</param>
<param name="e">
A <see cref="T:System.Windows.Forms.GiveFeedbackEventArgs" /> that contains the event data.
</param>
</member>
<member name="T:System.Windows.Forms.GridItem">
<summary>
<para>Implements one row in a <see cref="T:System.Windows.Forms.PropertyGrid" /> .</para>
</summary>
</member>
<member name="M:System.Windows.Forms.GridItem.Select">
<summary>
<para>When overridden in a derived class, selects
this <see cref="T:System.Windows.Forms.GridItem" /> in the <see cref="T:System.Windows.Forms.PropertyGrid" /> .</para>
</summary>
<returns>
<para>
<see langword="true" /> if the selection is successful;
otherwise, <see langword="false" /> .</para>
</returns>
</member>
<member name="P:System.Windows.Forms.GridItem.GridItems">
<summary>
<para>When overridden in a derived class, gets the collection
of <see cref="T:System.Windows.Forms.GridItem" /> objects, if any, associated as a child of
this <see cref="T:System.Windows.Forms.GridItem" /> .</para>
</summary>
</member>
<member name="P:System.Windows.Forms.GridItem.GridItemType">
<summary>
<para>When overridden in a derived class, gets the type of
this <see cref="T:System.Windows.Forms.GridItem" /> .</para>
</summary>
</member>
<member name="P:System.Windows.Forms.GridItem.Label">
<summary>
<para>When overridden in a derived class, gets the text of
this <see cref="T:System.Windows.Forms.GridItem" />
.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.GridItem.Parent">
<summary>
<para>When overridden in a derived class, gets the
parent <see cref="T:System.Windows.Forms.GridItem" /> of this <see cref="T:System.Windows.Forms.GridItem" /> , if any.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.GridItem.PropertyDescriptor">
<summary>
<para>When overridden in a derived class, gets the
<see cref="T:System.ComponentModel.PropertyDescriptor" /> that is associated with this <see cref="T:System.Windows.Forms.GridItem" />.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.GridItem.Value">
<summary>
<para> When overridden in a derived class, gets the current
value of this <see cref="T:System.Windows.Forms.GridItem" /> . </para>
</summary>
</member>
<member name="P:System.Windows.Forms.GridItem.Expandable">
<summary>
<para>When overridden in a derived class, gets a value indicating whether the specified
property is expandable to show nested properties.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.GridItem.Expanded">
<summary>
<para>When overridden in a derived class, gets or sets a value
indicating whether the <see cref="T:System.Windows.Forms.GridItem" /> is in an expanded state.</para>
</summary>
</member>
<member name="T:System.Windows.Forms.GridItemCollection">
<summary>
<para>Contains a collection of <see cref="T:System.Windows.Forms.GridItem" /> objects.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.GridItemCollection.GetEnumerator">
<summary>
<para>Returns an enumeration of all the grid items in the
collection.</para>
</summary>
<returns>
<para>An <see cref="T:System.Collections.IEnumerator" /> for the <see cref="T:System.Windows.Forms.GridItemCollection" /> .</para>
</returns>
</member>
<member name="P:System.Windows.Forms.GridItemCollection.Count">
<summary>
<para>Gets the number of grid items in the collection.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.GridItemCollection.Item(System.Int32)">
<summary>
<para>Gets the <see cref="T:System.Windows.Forms.GridItem" /> at the specified index.</para>
</summary>
<param name="index">The index of the grid item to return. </param>
</member>
<member name="P:System.Windows.Forms.GridItemCollection.Item(System.String)">
<summary>
<para> Gets the <see cref="T:System.Windows.Forms.GridItem" /> with the matching label.</para>
</summary>
<param name="label">A string value to match to a grid item label</param>
</member>
<member name="T:System.Windows.Forms.GridItemType">
<summary>
<para>Specifies the valid grid item types for a <see cref="T:System.Windows.Forms.PropertyGrid" /> .</para>
</summary>
</member>
<member name="F:System.Windows.Forms.GridItemType.Property">
<summary>
A grid entry that corresponds to a property.
</summary>
</member>
<member name="F:System.Windows.Forms.GridItemType.Category">
<summary>
<para>A grid entry that is a category name. A category is a
descriptive grouping for groups of <see cref="T:System.Windows.Forms.GridItem" /> rows. Typical categories
include the following Behavior, Layout, Data, and Appearance.</para>
</summary>
</member>
<member name="F:System.Windows.Forms.GridItemType.ArrayValue">
<summary>
<para>The <see cref="T:System.Windows.Forms.GridItem" /> is an element of an array.</para>
</summary>
</member>
<member name="F:System.Windows.Forms.GridItemType.Root">
<summary>
<para> A root item in the grid hierarchy.</para>
</summary>
</member>
<member name="T:System.Windows.Forms.GroupBox">
<summary>
<para> Represents a Windows group
box.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.GroupBox.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:System.Windows.Forms.GroupBox" /> class.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.GroupBox.FlatStyle">
<summary>
<para>Gets or sets the flat style appearance of the group box control.</para>
</summary>
</member>
<member name="T:System.Windows.Forms.Help">
<summary>
<para>Encapsulates the HTML Help 1.0 engine.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.Help.ShowHelp(System.Windows.Forms.Control,System.String)">
<summary>
<para>Displays the contents of the Help file at the specified URL.</para>
</summary>
<param name="parent">A <see cref="T:System.Windows.Forms.Control" /> that identifies the parent of the Help dialog box.</param>
<param name="url">The path and name of the Help file. </param>
</member>
<member name="M:System.Windows.Forms.Help.ShowHelp(System.Windows.Forms.Control,System.String,System.Windows.Forms.HelpNavigator)">
<summary>
<para> Displays the contents
of the
Help file found at the specified URL for a specific topic.</para>
</summary>
<param name="parent">A <see cref="T:System.Windows.Forms.Control" /> that identifies the parent of the Help dialog box.</param>
<param name="url">The path and name of the Help file. </param>
<param name="navigator">One of the <see cref="T:System.Windows.Forms.HelpNavigator" /> values.</param>
</member>
<member name="M:System.Windows.Forms.Help.ShowHelp(System.Windows.Forms.Control,System.String,System.String)">
<summary>
<para>Displays the contents of
the Help
file found at the specified URL for a specific keyword.</para>
</summary>
<param name="parent">A <see cref="T:System.Windows.Forms.Control" /> that identifies the parent of the Help dialog box.</param>
<param name="url">The path and name of the Help file. </param>
<param name="keyword">The keyword to display Help for.</param>
</member>
<member name="M:System.Windows.Forms.Help.ShowHelp(System.Windows.Forms.Control,System.String,System.Windows.Forms.HelpNavigator,System.Object)">
<summary>
<para> Displays the contents of the Help file located
at the URL
supplied by the
user.</para>
</summary>
<param name="parent">A <see cref="T:System.Windows.Forms.Control" /> that identifies the parent of the Help dialog box.</param>
<param name="url">The path and name of the Help file. </param>
<param name="command">One of the <see cref="T:System.Windows.Forms.HelpNavigator" /> values. </param>
<param name="param">The numeric id of the topic to display.</param>
</member>
<member name="M:System.Windows.Forms.Help.ShowHelpIndex(System.Windows.Forms.Control,System.String)">
<summary>
<para>Displays the index of the specified Help file.</para>
</summary>
<param name="parent">A <see cref="T:System.Windows.Forms.Control" /> that identifies the parent of the Help dialog box.</param>
<param name="url">The path and name of the Help file. </param>
</member>
<member name="T:System.Windows.Forms.HelpEventArgs">
<summary>
<para>Provides data for the <see cref="E:System.Windows.Forms.Control.HelpRequested" /> event.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.HelpEventArgs.#ctor(System.Drawing.Point)">
<summary>
<para>Initializes a new instance of the <see cref="T:System.Windows.Forms.HelpEventArgs" />class.</para>
</summary>
<param name="mousePos">The coordinates of the mouse pointer.</param>
</member>
<member name="P:System.Windows.Forms.HelpEventArgs.MousePos">
<summary>
<para>Gets the screen coordinates of the mouse pointer.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.HelpEventArgs.Handled">
<summary>
<para> Gets or sets a value indicating
whether the help event was handled.</para>
</summary>
</member>
<member name="T:System.Windows.Forms.HelpEventHandler">
<summary>
<para>Represents the method that will handle the <see cref="E:System.Windows.Forms.Control.HelpRequested" /> event of a <see cref="T:System.Windows.Forms.Control" />.</para>
</summary>
<param name="sender">The source of the event.</param>
<param name="hlpevent">A <see cref="T:System.Windows.Forms.HelpEventArgs" /> that contains the event data.</param>
</member>
<member name="T:System.Windows.Forms.HelpNavigator">
<summary>
<para> Specifies constants indicating which elements of the Help file to display.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.HelpNavigator.Topic">
<summary>
<para> Specifies that the topic referenced by the specified URL is displayed.</para>
</summary>
</member>
<member name="F:System.Windows.Forms.HelpNavigator.TableOfContents">
<summary>
<para> Specifies that the
table of contents of the specfied URL is displayed.</para>
</summary>
</member>
<member name="F:System.Windows.Forms.HelpNavigator.Index">
<summary>
<para> Specifies that
the index of a specified URL is displayed.</para>
</summary>
</member>
<member name="F:System.Windows.Forms.HelpNavigator.Find">
<summary>
<para>Specifies that the search page of a specified URL is displayed.</para>
</summary>
</member>
<member name="F:System.Windows.Forms.HelpNavigator.AssociateIndex">
<summary>
<para>Specifies that the index for a specified topic is performed in the specified
URL.</para>
</summary>
</member>
<member name="F:System.Windows.Forms.HelpNavigator.KeywordIndex">
<summary>
<para> Specifies
a keyword to
search for and the action to take in the specified URL.</para>
</summary>
</member>
<member name="T:System.Windows.Forms.HelpProvider">
<summary>
<para>Provides pop-up or online Help for controls.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.HelpProvider.#ctor">
<summary>
<para> Initializes a new instance of the <see cref="T:System.Windows.Forms.HelpProvider" /> class.
</para>
</summary>
</member>
<member name="M:System.Windows.Forms.HelpProvider.GetHelpKeyword(System.Windows.Forms.Control)">
<summary>
<para> Gets
the Help keyword for the specified control.
</para>
</summary>
<param name="ctl">A <see cref="T:System.Windows.Forms.Control" /> from which to retrieve the Help topic. </param>
<returns>
<para> The Help topic associated with this control. If the
<see cref="T:System.Windows.Forms.HelpProvider" /> object is
currently configured to display the entire Help file
or is configured to provide a Help string, this method
returns <see langword="null" />.
</para>
</returns>
</member>
<member name="M:System.Windows.Forms.HelpProvider.GetHelpNavigator(System.Windows.Forms.Control)">
<summary>
<para> Gets the current <see cref="T:System.Windows.Forms.HelpNavigator" /> setting for the specified
control.</para>
</summary>
<param name="ctl">A <see cref="T:System.Windows.Forms.Control" /> from which to retrieve the Help navigator. </param>
<returns>
<para>The <see cref="T:System.Windows.Forms.HelpNavigator" /> setting for the specified control. The
default is <see cref="F:System.Windows.Forms.HelpNavigator.AssociateIndex" /> .</para>
</returns>
</member>
<member name="M:System.Windows.Forms.HelpProvider.GetHelpString(System.Windows.Forms.Control)">
<summary>
<para> Gets the contents of the pop-up Help window for the specified
control.
</para>
</summary>
<param name="ctl">A <see cref="T:System.Windows.Forms.Control" /> from which to retrieve the Help string. </param>
<returns>
<para> The Help string associated with this control. The default
value is <see langword="null" />.
</para>
</returns>
</member>
<member name="M:System.Windows.Forms.HelpProvider.GetShowHelp(System.Windows.Forms.Control)">
<summary>
Gets a value indicating whether the specified control's
help should be displayed.
</summary>
<param name="ctl">A <see cref="T:System.Windows.Forms.Control" /> for which Help will be displayed. </param>
<returns>
<para>
<see langword="true" /> if Help will be displayed for the control; otherwise,
<see langword="false" />.
</para>
</returns>
</member>
<member name="M:System.Windows.Forms.HelpProvider.SetHelpString(System.Windows.Forms.Control,System.String)">
<summary>
<para> Specifies the Help string associated with the specified control.
</para>
</summary>
<param name="ctl">A <see cref="T:System.Windows.Forms.Control" /> with which to associate the Help string. </param>
<param name="helpString">The Help string associated with the control. </param>
</member>
<member name="M:System.Windows.Forms.HelpProvider.SetHelpKeyword(System.Windows.Forms.Control,System.String)">
<summary>
<para> Specifies the keyword used to retrieve Help when
the user invokes Help for the specified control.
</para>
</summary>
<param name="ctl">A <see cref="T:System.Windows.Forms.Control" /> that specifies the control for which to set the Help topic. </param>
<param name="keyword">The Help keyword to associate with the control. </param>
</member>
<member name="M:System.Windows.Forms.HelpProvider.SetHelpNavigator(System.Windows.Forms.Control,System.Windows.Forms.HelpNavigator)">
<summary>
<para> Specifies the Help command to use when retrieving Help from
the Help file for the specified contol.
</para>
</summary>
<param name="ctl">A <see cref="T:System.Windows.Forms.Control" /> for which to set the Help keyword. </param>
<param name="navigator">One of the <see cref="T:System.Windows.Forms.HelpNavigator" /> values. </param>
</member>
<member name="M:System.Windows.Forms.HelpProvider.SetShowHelp(System.Windows.Forms.Control,System.Boolean)">
<summary>
<para> Specifies whether Help is displayed for the specified control.
</para>
</summary>
<param name="ctl">A <see cref="T:System.Windows.Forms.Control" /> for which Help is turned on or off. </param>
<param name="value">
<see langword="true" /> if Help displays for the control; otherwise, <see langword="false" />. </param>
</member>
<member name="P:System.Windows.Forms.HelpProvider.HelpNamespace">
<summary>
<para> Gets or sets a value specifying the name of the Help
file associated with this <see cref="T:System.Windows.Forms.HelpProvider" /> object.</para>
</summary>
</member>
<member name="T:System.Windows.Forms.HorizontalAlignment">
<summary>
<para>Specifies how an object or text in a control is
horizontally aligned relative to an element of the control.</para>
</summary>
</member>
<member name="F:System.Windows.Forms.HorizontalAlignment.Left">
<summary>
<para>
The object or text is aligned on the left of the control element.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.HorizontalAlignment.Right">
<summary>
<para>
The object or text is aligned on the right of the control element.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.HorizontalAlignment.Center">
<summary>
<para>
The object or text is aligned in the center of the control element.
</para>
</summary>
</member>
<member name="T:System.Windows.Forms.HScrollBar">
<summary>
<para>Represents
a standard Windows horizontal scroll bar.</para>
</summary>
</member>
<member name="T:System.Windows.Forms.ScrollBar">
<summary>
<para>Implements the basic functionality of a scroll bar control.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.ScrollBar.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:System.Windows.Forms.ScrollBar" />
class.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.ScrollBar.OnScroll(System.Windows.Forms.ScrollEventArgs)">
<summary>
<para>Raises the <see cref="E:System.Windows.Forms.ScrollBar.Scroll" /> event.</para>
</summary>
<param name="se">A <see cref="T:System.Windows.Forms.ScrollEventArgs" /> that contains the event data.</param>
</member>
<member name="M:System.Windows.Forms.ScrollBar.OnValueChanged(System.EventArgs)">
<summary>
<para>Raises the <see cref="E:System.Windows.Forms.ScrollBar.ValueChanged" /> event.</para>
</summary>
<param name="e">An <see cref="T:System.EventArgs" /> that contains the event data.</param>
</member>
<member name="P:System.Windows.Forms.ScrollBar.DefaultImeMode">
<summary>
<para>Gets the default Input Method Editor(IME) mode supported by this control.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.ScrollBar.ImeMode">
<summary>
<para>Gets or sets the Input Method Editor(IME) mode supported by this control.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.ScrollBar.LargeChange">
<summary>
<para> Gets or sets a value to be added to or subtracted from to the <see cref="P:System.Windows.Forms.ScrollBar.Value" />
property when the scroll box is moved a large distance.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.ScrollBar.Maximum">
<summary>
<para> Gets or sets the upper limit of values of the scrollable range.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.ScrollBar.Minimum">
<summary>
<para> Gets or sets the lower limit of values of the scrollable range.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.ScrollBar.SmallChange">
<summary>
<para> Gets or sets the value to be added to or subtracted from to the
<see cref="P:System.Windows.Forms.ScrollBar.Value" />
property when the scroll box is
moved a small distance.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.ScrollBar.Value">
<summary>
<para> Gets or sets a numeric value that represents the current
position of the scroll box
on
the scroll bar control.</para>
</summary>
</member>
<member name="E:System.Windows.Forms.ScrollBar.Scroll">
<summary>
<para>Occurs when the scroll box has
been
moved by either a mouse or keyboard action.</para>
</summary>
</member>
<member name="E:System.Windows.Forms.ScrollBar.ValueChanged">
<summary>
<para>Occurs when the <see cref="P:System.Windows.Forms.ScrollBar.Value" /> property has changed, either by a
<see cref="E:System.Windows.Forms.ScrollBar.Scroll" /> event or programatically.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.IFileReaderService.OpenFileFromSource(System.String)">
<summary>
<para>[To be supplied.]</para>
</summary>
</member>
<member name="T:System.Windows.Forms.ImageIndexConverter">
<summary>
<para>Provides a type converter to convert data for an image
index to and from a string. </para>
</summary>
</member>
<member name="P:System.Windows.Forms.ImageIndexConverter.IncludeNoneAsStandardValue">
<summary>
<para>Gets or sets a value indicating whether a
<see langword="none" /> or <see langword="null" /> value is valid in
the <see cref="T:System.ComponentModel.TypeConverter.StandardValuesCollection" />
collection.</para>
</summary>
</member>
<member name="T:System.Windows.Forms.ImageList">
<summary>
<para>
Provides methods to manage a collection of <see cref="T:System.Drawing.Image" />
objects. This class cannot be inherited.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.ImageList.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:System.Windows.Forms.ImageList" /> class with default values for <see cref="P:System.Windows.Forms.ImageList.ColorDepth" />, <see cref="P:System.Windows.Forms.ImageList.ImageSize" />, and <see cref="P:System.Windows.Forms.ImageList.TransparentColor" /> .</para>
</summary>
</member>
<member name="M:System.Windows.Forms.ImageList.#ctor(System.ComponentModel.IContainer)">
<summary>
<para> Initializes a new instance of the <see cref="T:System.Windows.Forms.ImageList" /> class, associating it with a container.
</para>
</summary>
<param name="container">An object implementing <see cref="T:System.ComponentModel.IContainer" /> to associate with this instance of <see cref="T:System.Windows.Forms.ImageList" />.</param>
</member>
<member name="M:System.Windows.Forms.ImageList.Draw(System.Drawing.Graphics,System.Drawing.Point,System.Int32)">
<summary>
<para>Draws the image indicated by the specified index on
the specified <see cref="T:System.Drawing.Graphics" />
at the given location.</para>
</summary>
<param name="g">
<see cref="T:System.Drawing.Graphics" /> object to draw into.</param>
<param name="pt">The location defined by a <see cref="T:System.Drawing.Point" /> at which to draw the image.</param>
<param name="index">Index of the image in the <see cref="T:System.Windows.Forms.ImageList" /> to draw.</param>
</member>
<member name="M:System.Windows.Forms.ImageList.Draw(System.Drawing.Graphics,System.Int32,System.Int32,System.Int32)">
<summary>
<para>Draws the image indicated by the given index on
the specified <see cref="T:System.Drawing.Graphics" />
at the specified location.</para>
</summary>
<param name="g">
<see cref="T:System.Drawing.Graphics" /> object to draw into.</param>
<param name="x">Horizontal position at which to draw the image.</param>
<param name="y">Vertical position at which to draw the image.</param>
<param name="index">Index of the image in the <see cref="T:System.Windows.Forms.ImageList" /> to draw.</param>
</member>
<member name="M:System.Windows.Forms.ImageList.Draw(System.Drawing.Graphics,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32)">
<summary>
<para>Draw the image indicated by the given index using the location, size and
raster op code specified. </para>
</summary>
<param name="g">
<see cref="T:System.Drawing.Graphics" /> object to draw into.</param>
<param name="x">Horizontal position at which to draw the image.</param>
<param name="y">Vertical position at which to draw the image.</param>
<param name="width">Width of destination image.</param>
<param name="height">Height of destination image.</param>
<param name="index">Index of the image in the <see cref="T:System.Windows.Forms.ImageList" /> to draw.</param>
</member>
<member name="P:System.Windows.Forms.ImageList.ColorDepth">
<summary>
<para>Gets the color depth of the image list.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.ImageList.Handle">
<summary>
<para> Gets the handle of the image
list object.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.ImageList.HandleCreated">
<summary>
<para> Gets a value indicating whether the underlying Win32 handle has been created.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.ImageList.Images">
<summary>
<para>Gets the <see cref="T:System.Windows.Forms.ImageList.ImageCollection" /> for this image list.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.ImageList.ImageSize">
<summary>
<para>Gets or sets the size of the images in the image list.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.ImageList.ImageStream">
<summary>
<para> Gets the handle to the <see cref="T:System.Windows.Forms.ImageListStreamer" /> associated with this image list.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.ImageList.TransparentColor">
<summary>
<para>Gets or sets the color to treat as transparent.</para>
</summary>
</member>
<member name="E:System.Windows.Forms.ImageList.RecreateHandle">
<summary>
<para>Occurs when the <see cref="P:System.Windows.Forms.ImageList.Handle" /> is recreated.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.ImageList.ImageCollection.Add(System.Drawing.Icon)">
<summary>
<para>Adds the specified icon to the <see cref="T:System.Windows.Forms.ImageList" /> .</para>
</summary>
<param name="value">An <see cref="T:System.Drawing.Icon" /> to add to the list.</param>
</member>
<member name="M:System.Windows.Forms.ImageList.ImageCollection.Add(System.Drawing.Image)">
<summary>
<para>Adds the specified image to the <see cref="T:System.Windows.Forms.ImageList" /> .</para>
</summary>
<param name="value">A <see cref="T:System.Drawing.Bitmap" /> of the image to add to the list.</param>
</member>
<member name="M:System.Windows.Forms.ImageList.ImageCollection.Add(System.Drawing.Image,System.Drawing.Color)">
<summary>
<para>Adds the specified image to the <see cref="T:System.Windows.Forms.ImageList" /> , using the specified color to generate the mask. </para>
</summary>
<param name="value">A <see cref="T:System.Drawing.Bitmap" /> of the image to add to the list. </param>
<param name="transparentColor">The <see cref="T:System.Drawing.Color" /> to mask this image.</param>
<returns>
<para>The index of the newly added image or -1 if the the image could not be
added.</para>
</returns>
</member>
<member name="M:System.Windows.Forms.ImageList.ImageCollection.AddStrip(System.Drawing.Image)">
<summary>
<para>Adds an image strip to the specified image to the
<see cref="T:System.Windows.Forms.ImageList" />
.</para>
</summary>
<param name="value">A <see cref="T:System.Drawing.Bitmap" /> object with the image(s) to add.</param>
<returns>
<para>The index of the newly added image or -1 if the the image could not be
added.</para>
</returns>
</member>
<member name="M:System.Windows.Forms.ImageList.ImageCollection.Clear">
<summary>
<para>Removes all the images and masks from the <see cref="T:System.Windows.Forms.ImageList" /> .</para>
</summary>
</member>
<member name="M:System.Windows.Forms.ImageList.ImageCollection.Contains(System.Drawing.Image)">
<summary>
<para>Not supported. The <see cref="M:System.Collections.IList.Contains" qualify="true" /> method indicates whether a specified object is contained
in the list.</para>
</summary>
<param name="image">The <see cref="T:System.Drawing.Image" /> to find in the list.</param>
<returns>
<para>
<see langword="true" /> if the image
is found in the list; otherwise,
<see langword="false" />.</para>
</returns>
</member>
<member name="M:System.Windows.Forms.ImageList.ImageCollection.IndexOf(System.Drawing.Image)">
<summary>
<para>Not supported. The <see cref="M:System.Collections.IList.IndexOf" qualify="true" /> method returns the index of a specified
object in the list.</para>
</summary>
<param name="image">The <see cref="T:System.Drawing.Image" /> to find in the list.</param>
<returns>
<para>The index of the image in the list.</para>
</returns>
</member>
<member name="M:System.Windows.Forms.ImageList.ImageCollection.GetEnumerator">
<summary>
<para>Returns an enumerator that can be used to iterate
through the item collection.</para>
</summary>
<returns>
<para>An <see cref="T:System.Collections.IEnumerator" /> object that represents the item
collection.</para>
</returns>
</member>
<member name="M:System.Windows.Forms.ImageList.ImageCollection.Remove(System.Drawing.Image)">
<summary>
<para>Not supported. The <see cref="M:System.Collections.IList.Remove" qualify="true" /> method removes a specified object from the list.</para>
</summary>
<param name="image">The <see cref="T:System.Drawing.Image" /> to remove from the list. </param>
</member>
<member name="M:System.Windows.Forms.ImageList.ImageCollection.RemoveAt(System.Int32)">
<summary>
<para> Removes an image from the list.</para>
</summary>
<param name="index">The index of the image to remove.</param>
</member>
<member name="P:System.Windows.Forms.ImageList.ImageCollection.Count">
<summary>
<para>Gets the number of images currently in the list.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.ImageList.ImageCollection.IsReadOnly">
<summary>
<para>Gets a value indicating whether the list is read only.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.ImageList.ImageCollection.Empty">
<summary>
<para>Gets a value indicating whether the <see cref="T:System.Windows.Forms.ImageList" /> has any images.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.ImageList.ImageCollection.Item(System.Int32)">
<summary>
<para>Gets or sets an <see cref="T:System.Drawing.Image" /> in an existing <see cref="T:System.Windows.Forms.ImageList" /> .</para>
</summary>
<param name="index">The index of the image to get or set.</param>
</member>
<member name="T:System.Windows.Forms.ImageListStreamer">
<summary>
<para> Provides the data portion of an <see cref="T:System.Windows.Forms.ImageList" />.</para>
</summary>
</member>
<member name="T:System.Windows.Forms.ImeMode">
<summary>
<para> Specifies a value that determines the Input Method Editor (IME) status of an
object when the object is selected.</para>
</summary>
</member>
<member name="F:System.Windows.Forms.ImeMode.Inherit">
<summary>
<para>Inherits the IME mode of the parent control.</para>
</summary>
</member>
<member name="F:System.Windows.Forms.ImeMode.NoControl">
<summary>
None (Default).
</summary>
</member>
<member name="F:System.Windows.Forms.ImeMode.On">
<summary>
<para>The IME is on. This value indicates that the IME is on and
characters specific to Chinese or Japanese can be entered. This setting is
valid for Japanese, Simplified Chinese, and Traditional Chinese IME only.</para>
</summary>
</member>
<member name="F:System.Windows.Forms.ImeMode.Off">
<summary>
<para>The IME is off. This mode indicates that the IME is off,
meaning that the object behaves the same as English entry mode. This setting
is valid for Japanese, Simplified Chinese, and Traditional Chinese IME only.</para>
</summary>
</member>
<member name="F:System.Windows.Forms.ImeMode.Disable">
<summary>
The IME is disabled. With this setting, the users cannot
turn the IME on from the keyboard, and the IME floating window is hidden.
</summary>
</member>
<member name="F:System.Windows.Forms.ImeMode.Hiragana">
<summary>
<para> Hiragana DBC. This setting is valid for the Japanese IME only.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.ImeMode.Katakana">
<summary>
<para> Katakana DBC. This setting is valid for the Japanese IME only.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.ImeMode.KatakanaHalf">
<summary>
<para> Katakana SBC. This setting is valid for the Japanese IME only.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.ImeMode.AlphaFull">
<summary>
Alphanumeric double-byte characters. This setting is
valid for Korean and Japanese IME only.
</summary>
</member>
<member name="F:System.Windows.Forms.ImeMode.Alpha">
<summary>
<para> Alphanumeric single-byte characters(SBC). This setting is valid for Korean and Japanese IME only.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.ImeMode.HangulFull">
<summary>
<para> Hangul DBC. This setting is valid for the Korean IME only.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.ImeMode.Hangul">
<summary>
<para> Hangul SBC. This setting is valid for the Korean IME only.
</para>
</summary>
</member>
<member name="T:System.Windows.Forms.IMessageFilter">
<summary>
<para> Defines a message filter interface.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.IMessageFilter.PreFilterMessage(System.Windows.Forms.Message@)">
<summary>
<para> Filters out a message before it is dispatched.
</para>
</summary>
<param name="m">The message to be dispatched. You cannot modify this message. </param>
<returns>
<para>
<see langword="true" /> to filter the message and
prevent it from being dispatched; <see langword="false " />
to allow the message to
continue to the next filter or control.
</para>
</returns>
</member>
<member name="T:System.Windows.Forms.InputLanguageChangedEventArgs">
<summary>
<para>Provides data for the <see cref="E:System.Windows.Forms.Form.InputLanguageChanged" />
event.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.InputLanguageChangedEventArgs.#ctor(System.Windows.Forms.InputLanguage,System.Byte)">
<summary>
<para> Initializes a new instance of the <see cref="T:System.Windows.Forms.InputLanguageChangedEventArgs" /> class with the specified input language and
character set.
</para>
</summary>
<param name="inputLanguage">The input language. </param>
<param name="charSet">The character set associated with the new input language. </param>
</member>
<member name="P:System.Windows.Forms.InputLanguageChangedEventArgs.InputLanguage">
<summary>
<para> Gets a value indicating the input language.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.InputLanguageChangedEventArgs.Culture">
<summary>
<para> Gets the locale of the input language.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.InputLanguageChangedEventArgs.CharSet">
<summary>
<para> Gets the character set associated with the new input language.</para>
</summary>
</member>
<member name="T:System.Windows.Forms.InputLanguageChangedEventHandler">
<summary>
<para>Represents the method that will handle the <see cref="E:System.Windows.Forms.Form.InputLanguageChanged" /> event of a
<see cref="T:System.Windows.Forms.Form" />.</para>
</summary>
<param name="sender">The source of the event.</param>
<param name="e">An <see cref="T:System.Windows.Forms.InputLanguageChangedEventArgs" /> that contains the event data.</param>
</member>
<member name="T:System.Windows.Forms.InputLanguageChangingEventArgs">
<summary>
<para>Provides data for the <see cref="E:System.Windows.Forms.Form.InputLanguageChanging" />
event.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.InputLanguageChangingEventArgs.#ctor(System.Windows.Forms.InputLanguage,System.Boolean)">
<summary>
<para> Initializes a new instance of the <see cref="T:System.Windows.Forms.InputLanguageChangingEventArgs" /> class with the
specified input language, character set, and acceptance of
a language change.
</para>
</summary>
<param name="inputLanguage">The requested input language. </param>
<param name="sysCharSet">
<see langword="true" /> if the system default font supports the character set required for the requested input language; otherwise, <see langword="false" />. </param>
</member>
<member name="P:System.Windows.Forms.InputLanguageChangingEventArgs.InputLanguage">
<summary>
<para>Gets a value indicating the input language.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.InputLanguageChangingEventArgs.Culture">
<summary>
<para> Gets the locale of the requested input language.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.InputLanguageChangingEventArgs.SysCharSet">
<summary>
<para> Gets a value indicating whether the system default font supports the character
set required for the requested input language.</para>
</summary>
</member>
<member name="T:System.Windows.Forms.InputLanguageChangingEventHandler">
<summary>
<para>Represents the method that will handle the <see cref="E:System.Windows.Forms.Form.InputLanguageChanging" /> event of a <see cref="T:System.Windows.Forms.Form" />.</para>
</summary>
<param name="sender">The source of the event.</param>
<param name="e">An <see cref="T:System.Windows.Forms.InputLanguageChangingEventArgs" /> that contains the event data.</param>
</member>
<member name="T:System.Windows.Forms.InputLanguage">
<summary>
<para>Provides methods and fields to manage the input language. This class cannot be inherited.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.InputLanguage.Equals(System.Object)">
<summary>
<para>Specifies whether two input languages are equal.</para>
</summary>
<param name="value">The language to test for equality.</param>
<returns>
<para>
<see langword="true" /> if the two languages are equal; otherwise,
<see langword="false" />.</para>
</returns>
</member>
<member name="M:System.Windows.Forms.InputLanguage.FromCulture(System.Globalization.CultureInfo)">
<summary>
<para>Returns the input language associated with the specified
culture.</para>
</summary>
<param name="culture">The <see cref="T:System.Globalization.CultureInfo" /> object that specifies the culture to convert from.</param>
<returns>
<para>An <see cref="T:System.Windows.Forms.InputLanguage" /> that represents
the previously selected input language.</para>
</returns>
</member>
<member name="P:System.Windows.Forms.InputLanguage.Culture">
<summary>
<para> Gets
the culture of the current input language.
</para>
</summary>
</member>
<member name="P:System.Windows.Forms.InputLanguage.CurrentInputLanguage">
<summary>
<para> Gets or sets the input language for the current thread.
</para>
</summary>
</member>
<member name="P:System.Windows.Forms.InputLanguage.DefaultInputLanguage">
<summary>
<para> Gets the default input language for the system.
</para>
</summary>
</member>
<member name="P:System.Windows.Forms.InputLanguage.Handle">
<summary>
<para> Gets the handle for the input language.
</para>
</summary>
</member>
<member name="P:System.Windows.Forms.InputLanguage.InstalledInputLanguages">
<summary>
<para> Gets a list of all installed input languages.
</para>
</summary>
</member>
<member name="P:System.Windows.Forms.InputLanguage.LayoutName">
<summary>
<para> Gets the name
of the current keyboard layout as it appears in the regional settings of the operating system on the computer.
</para>
</summary>
</member>
<member name="T:System.Windows.Forms.InputLanguageCollection">
<summary>
<para> Stores <see cref="T:System.Windows.Forms.InputLanguage" /> objects.
</para>
</summary>
</member>
<member name="M:System.Windows.Forms.InputLanguageCollection.Contains(System.Windows.Forms.InputLanguage)">
<summary>
<para>Gets a value indicating whether the
<see cref="T:System.Windows.Forms.InputLanguageCollection" /> contains the specified <see cref="T:System.Windows.Forms.InputLanguage" />.</para>
</summary>
<param name="value">The <see cref="T:System.Windows.Forms.InputLanguage" /> to locate.</param>
<returns>
<para>
<see langword="true" /> if the <see cref="T:System.Windows.Forms.InputLanguage" /> is contained in the collection;
otherwise, <see langword="false" />.</para>
</returns>
</member>
<member name="M:System.Windows.Forms.InputLanguageCollection.CopyTo(System.Windows.Forms.InputLanguage[],System.Int32)">
<summary>
<para>Copies the <see cref="T:System.Windows.Forms.InputLanguageCollection" /> values to a one-dimensional <see cref="T:System.Array" /> instance at the
specified index.</para>
</summary>
<param name="array">
<para>The one-dimensional array that is the destination of the values copied from <see cref="T:System.Windows.Forms.InputLanguageCollection" /> .</para>
</param>
<param name="index">The index in the <paramref name="array" /> parameter where copying begins.</param>
</member>
<member name="M:System.Windows.Forms.InputLanguageCollection.IndexOf(System.Windows.Forms.InputLanguage)">
<summary>
<para>Returns the index of an <see cref="T:System.Windows.Forms.InputLanguage" /> in
the <see cref="T:System.Windows.Forms.InputLanguageCollection" /> .</para>
</summary>
<param name="value">The <see cref="T:System.Windows.Forms.InputLanguage" /> to locate.</param>
<returns>
<para>The index of the <see cref="T:System.Windows.Forms.InputLanguage" /> in <see cref="T:System.Windows.Forms.InputLanguageCollection" />, if found; otherwise, -1.</para>
</returns>
</member>
<member name="P:System.Windows.Forms.InputLanguageCollection.Item(System.Int32)">
<summary>
<para> Gets the entry at the specified index of the <see cref="T:System.Windows.Forms.InputLanguageCollection" />.</para>
</summary>
<param name="index">
<para>The zero-based index of the entry to locate in the collection.</para>
</param>
</member>
<member name="T:System.Windows.Forms.InvalidateEventArgs">
<summary>
<para>Provides data for the <see cref="E:System.Windows.Forms.Control.Invalidated" />
event.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.InvalidateEventArgs.#ctor(System.Drawing.Rectangle)">
<summary>
<para>
Initializes a new instance of the <see cref="T:System.Windows.Forms.InvalidateEventArgs" />
class.
</para>
</summary>
<param name="invalidRect">
<para>The <see cref="T:System.Drawing.Rectangle" /> that contains the invalidated window area. </para>
</param>
</member>
<member name="P:System.Windows.Forms.InvalidateEventArgs.InvalidRect">
<summary>
<para>
Gets the <see cref="T:System.Drawing.Rectangle" />
that contains the invalidated window area.</para>
</summary>
</member>
<member name="T:System.Windows.Forms.InvalidateEventHandler">
<summary>
<para>Represents the method that will handle the <see cref="E:System.Windows.Forms.Control.Invalidated" /> event of a <see cref="T:System.Windows.Forms.Control" />.</para>
</summary>
<param name="sender">The source of the event.</param>
<param name="e">An <see cref="T:System.Windows.Forms.InvalidateEventArgs" /> that contains the event data.</param>
</member>
<member name="T:System.Windows.Forms.ItemActivation">
<summary>
<para> Specifies the user action that is required to activate items in a list
view control and the feedback that is given as the user moves the mouse pointer
over an item.</para>
</summary>
</member>
<member name="F:System.Windows.Forms.ItemActivation.Standard">
<summary>
<para>
The user must double-click to activate items. No feedback is given as the
user moves the mouse pointer over an item. </para>
</summary>
</member>
<member name="F:System.Windows.Forms.ItemActivation.OneClick">
<summary>
<para> The user must single-click to activate
items. The cursor changes to a hand pointer cursor, and
the item text changes color as the user moves the mouse pointer
over the item.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.ItemActivation.TwoClick">
<summary>
<para> The user must double-click to activate items and the
item text changes color as the user
moves the mouse pointer over the item.
</para>
</summary>
</member>
<member name="T:System.Windows.Forms.ItemBoundsPortion">
<summary>
<para>Specifies a portion of the list view item from which to retrieve the bounding
rectangle.</para>
</summary>
</member>
<member name="F:System.Windows.Forms.ItemBoundsPortion.Entire">
<summary>
<para>The bounding rectangle of the entire item, including the icon, the item text,
and the subitem text (if displayed), should be retrieved.</para>
</summary>
</member>
<member name="F:System.Windows.Forms.ItemBoundsPortion.Icon">
<summary>
<para> The bounding rectangle of the icon or small icon should be retrieved.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.ItemBoundsPortion.Label">
<summary>
<para> The bounding rectangle of the
item text should be retrieved.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.ItemBoundsPortion.ItemOnly">
<summary>
<para> The bounding rectangle of the icon or small icon and the
item text should be retrieved. In all views except Report view of the <see cref="T:System.Windows.Forms.ListView" />,
this value specifies the same bounding rectangle as the <see langword="Entire" />
value. In details view, this value specifies the bounding rectangle specified by
the <see langword="Entire" /> value without the
subitems.
</para>
</summary>
</member>
<member name="T:System.Windows.Forms.ItemChangedEventArgs">
<summary>
<para>Provides data for the <see cref="E:System.Windows.Forms.CurrencyManager.ItemChanged" /> event.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.ItemChangedEventArgs.Index">
<summary>
<para>Indicates the position of the item being changed within the list.</para>
</summary>
</member>
<member name="T:System.Windows.Forms.ItemChangedEventHandler">
<summary>
<para>Represents the method that will handle the <see cref="E:System.Windows.Forms.CurrencyManager.ItemChanged" /> event of the <see cref="T:System.Windows.Forms.CurrencyManager" /> class.</para>
</summary>
<param name="sender">The source of the event.</param>
<param name=" e">An <see cref="T:System.Windows.Forms.ItemChangedEventArgs" /> that contains the event data.</param>
</member>
<member name="T:System.Windows.Forms.ItemCheckEventArgs">
<summary>
<para> Provides data for the <see cref="E:System.Windows.Forms.CheckedListBox.ItemCheck" /> event of the <see cref="T:System.Windows.Forms.CheckedListBox" /> and <see cref="T:System.Windows.Forms.ListView" />
controls.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.ItemCheckEventArgs.#ctor(System.Int32,System.Windows.Forms.CheckState,System.Windows.Forms.CheckState)">
<summary>
<para>Initializes a new instance of the <see cref="T:System.Windows.Forms.ItemCheckEventArgs" /> class.</para>
</summary>
<param name="index">The zero-based index of the item to change.</param>
<param name=" newCheckValue">One of the <see cref="T:System.Windows.Forms.CheckState" /> values that indicates whether to change the check box for the item to be checked, unchecked, or indeterminate.</param>
<param name=" currentValue">One of the <see cref="T:System.Windows.Forms.CheckState" /> values that indicates whether the check box for the item is currently checked, unchecked, or indeterminate.</param>
</member>
<member name="P:System.Windows.Forms.ItemCheckEventArgs.Index">
<summary>
<para>Gets the zero-based index of the item to change.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.ItemCheckEventArgs.NewValue">
<summary>
<para>Gets or sets a value indicating whether to set the check
box for the item to be checked, unchecked, or indeterminate.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.ItemCheckEventArgs.CurrentValue">
<summary>
<para>Gets a value indicating the current state of the item's check box.</para>
</summary>
</member>
<member name="T:System.Windows.Forms.ItemCheckEventHandler">
<summary>
<para> Represents the method that will
handle the <see langword="ItemCheck" /> event of a
<see cref="T:System.Windows.Forms.CheckedListBox" /> or <see cref="T:System.Windows.Forms.ListView" />control.
</para>
</summary>
<param name="sender">The source of the event.</param>
<param name=" e">An <see cref="T:System.Windows.Forms.ItemCheckEventArgs" /> that contains the event data.</param>
</member>
<member name="T:System.Windows.Forms.ItemDragEventArgs">
<summary>
<para> Provides data for the <see cref="E:System.Windows.Forms.ListView.ItemDrag" /> event of the <see cref="T:System.Windows.Forms.ListView" />
and <see cref="T:System.Windows.Forms.TreeView" /> controls.
</para>
</summary>
</member>
<member name="M:System.Windows.Forms.ItemDragEventArgs.#ctor(System.Windows.Forms.MouseButtons)">
<summary>
<para>Initializes a new instance of the <see cref="T:System.Windows.Forms.ItemDragEventArgs" /> class with a specified mouse button.</para>
</summary>
<param name="button">One of the <see cref="T:System.Windows.Forms.MouseButtons" /> values that represents which mouse button was pressed.</param>
</member>
<member name="M:System.Windows.Forms.ItemDragEventArgs.#ctor(System.Windows.Forms.MouseButtons,System.Object)">
<summary>
<para>Initializes a new instance of the <see cref="T:System.Windows.Forms.ItemDragEventArgs" /> class with a specified mouse button and
the item that is being dragged.</para>
</summary>
<param name="button">One of the <see cref="T:System.Windows.Forms.MouseButtons" /> values that represents which mouse button was pressed.</param>
<param name=" item">The item being dragged.</param>
</member>
<member name="P:System.Windows.Forms.ItemDragEventArgs.Button">
<summary>
<para>Gets the name of the mouse button that was clicked
during the drag operation.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.ItemDragEventArgs.Item">
<summary>
<para>Gets the item that is being dragged.</para>
</summary>
</member>
<member name="T:System.Windows.Forms.ItemDragEventHandler">
<summary>
<para> Represents the method that will handle the <see cref="E:System.Windows.Forms.ListView.ItemDrag" />
event of a
<see cref="T:System.Windows.Forms.ListView" /> or <see cref="T:System.Windows.Forms.TreeView" /> control.</para>
</summary>
<param name="sender">The source of the event.</param>
<param name=" e">An <see cref="T:System.Windows.Forms.ItemDragEventArgs" /> that contains the event data.</param>
</member>
<member name="T:System.Windows.Forms.KeyEventArgs">
<summary>
<para>
Provides data for the <see cref="E:System.Windows.Forms.Control.KeyDown" /> or <see cref="E:System.Windows.Forms.Control.KeyUp" />
event.
</para>
</summary>
</member>
<member name="M:System.Windows.Forms.KeyEventArgs.#ctor(System.Windows.Forms.Keys)">
<summary>
<para>
Initializes a new
instance of the <see cref="T:System.Windows.Forms.KeyEventArgs" /> class.
</para>
</summary>
<param name="keyData">
The key code constant for the key that was pressed, combined with any modifier flags that indicate which CTRL, SHIFT, and ALT keys were pressed at the same time. Possible values are obtained be applying the bitwise OR (|) operator to constants from <see cref="T:System.Windows.Forms.Keys" /> .
</param>
</member>
<member name="P:System.Windows.Forms.KeyEventArgs.Alt">
<summary>
<para> Gets a value indicating whether the ALT key was pressed.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.KeyEventArgs.Control">
<summary>
<para> Gets a value indicating whether the CTRL key was pressed.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.KeyEventArgs.Handled">
<summary>
<para>
Gets or sets a value
indicating whether the event was handled.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.KeyEventArgs.KeyCode">
<summary>
<para>Gets the keyboard code for a <see cref="E:System.Windows.Forms.Control.KeyDown" /> or <see cref="E:System.Windows.Forms.Control.KeyUp" /> event.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.KeyEventArgs.KeyValue">
<summary>
<para>Gets the keyboard value for a <see cref="E:System.Windows.Forms.Control.KeyDown" /> or <see cref="E:System.Windows.Forms.Control.KeyUp" /> event.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.KeyEventArgs.KeyData">
<summary>
<para>Gets the key data for a <see cref="E:System.Windows.Forms.Control.KeyDown" /> or <see cref="E:System.Windows.Forms.Control.KeyUp" /> event.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.KeyEventArgs.Modifiers">
<summary>
<para>Gets the modifier flags for a <see cref="E:System.Windows.Forms.Control.KeyDown" /> or <see cref="E:System.Windows.Forms.Control.KeyUp" /> event. This indicates
which combination of modifier keys (CTRL, SHIFT, and ALT) were pressed.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.KeyEventArgs.Shift">
<summary>
<para> Gets
a value indicating whether the SHIFT key was pressed.</para>
</summary>
</member>
<member name="T:System.Windows.Forms.KeyEventHandler">
<summary>
<para>
Represents a method that will handle the <see cref="E:System.Windows.Forms.Control.KeyUp" /> or <see cref="E:System.Windows.Forms.Control.KeyDown" /> event of a <see cref="T:System.Windows.Forms.Control" />.
</para>
</summary>
<param name="sender">
The source of the event.
</param>
<param name="e">
A <see cref="T:System.Windows.Forms.KeyEventArgs" /> that contains the event data.
</param>
</member>
<member name="T:System.Windows.Forms.KeyPressEventArgs">
<summary>
<para>Provides data for the <see cref="E:System.Windows.Forms.Control.KeyPress" />
event.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.KeyPressEventArgs.#ctor(System.Char)">
<summary>
<para>
Initializes a new
instance of the <see cref="T:System.Windows.Forms.KeyPressEventArgs" />
class.
</para>
</summary>
<param name="keyChar">
The ASCII character corresponding to the key the user pressed.
</param>
</member>
<member name="P:System.Windows.Forms.KeyPressEventArgs.KeyChar">
<summary>
<para> Gets the character corresponding to the key
pressed.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.KeyPressEventArgs.Handled">
<summary>
<para> Gets or sets a value indicating whether the <see cref="E:System.Windows.Forms.Control.KeyPress" />
event was handled.</para>
</summary>
</member>
<member name="T:System.Windows.Forms.KeyPressEventHandler">
<summary>
<para>
Represents a method that will handle the <see cref="E:System.Windows.Forms.Control.KeyPress" /> event of a
<see cref="T:System.Windows.Forms.Control" />.
</para>
</summary>
<param name="sender">
The source of the event.
</param>
<param name="e">
A <see cref="T:System.Windows.Forms.KeyPressEventArgs" /> that contains the event data.
</param>
</member>
<member name="T:System.Windows.Forms.Keys">
<summary>
<para>Specifies key codes and modifiers.</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Keys.KeyCode">
<summary>
<para> The bitmask to extract a key code from a key value.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Keys.Modifiers">
<summary>
<para> The bitmask to extract modifiers from a key value.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Keys.None">
<summary>
<para>
No key pressed.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Keys.LButton">
<summary>
<para>
The left mouse button.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Keys.RButton">
<summary>
<para>
The right mouse button.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Keys.Cancel">
<summary>
<para>
The CANCEL key.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Keys.MButton">
<summary>
<para>
The middle mouse button (three-button mouse).
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Keys.XButton1">
<summary>
<para>
The first x mouse button (five-button mouse).
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Keys.XButton2">
<summary>
<para>
The second x mouse button (five-button mouse).
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Keys.Back">
<summary>
<para>
The BACKSPACE key.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Keys.Tab">
<summary>
<para>
The TAB key.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Keys.LineFeed">
<summary>
<para>The LINEFEED key.</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Keys.Clear">
<summary>
<para>
The CLEAR key.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Keys.Return">
<summary>
<para>
The RETURN key.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Keys.Enter">
<summary>
<para>
The ENTER key.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Keys.ShiftKey">
<summary>
<para>
The SHIFT key.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Keys.ControlKey">
<summary>
<para>
The CTRL key.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Keys.Menu">
<summary>
<para>
The ALT key.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Keys.Pause">
<summary>
<para>
The PAUSE key.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Keys.Capital">
<summary>
<para>
The CAPS LOCK key.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Keys.CapsLock">
<summary>
<para>
The CAPS LOCK key.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Keys.Escape">
<summary>
<para>
The ESC key.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Keys.Space">
<summary>
<para>
The SPACEBAR key.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Keys.Prior">
<summary>
<para>
The PAGE UP key.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Keys.PageUp">
<summary>
<para>
The PAGE UP key.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Keys.Next">
<summary>
<para>
The PAGE DOWN key.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Keys.PageDown">
<summary>
<para>
The PAGE DOWN key.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Keys.End">
<summary>
<para>
The END key.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Keys.Home">
<summary>
<para>
The HOME key.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Keys.Left">
<summary>
<para>
The LEFT ARROW key.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Keys.Up">
<summary>
<para>
The UP ARROW key.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Keys.Right">
<summary>
<para>
The RIGHT ARROW key.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Keys.Down">
<summary>
<para>
The DOWN ARROW key.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Keys.Select">
<summary>
<para>
The SELECT key.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Keys.Print">
<summary>
<para>
The PRINT key.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Keys.Execute">
<summary>
<para>
The EXECUTE key.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Keys.Snapshot">
<summary>
<para>
The PRINT SCREEN key.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Keys.PrintScreen">
<summary>
<para>
The PRINT SCREEN key.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Keys.Insert">
<summary>
<para>
The INS key.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Keys.Delete">
<summary>
<para>
The DEL key.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Keys.Help">
<summary>
<para>
The HELP key.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Keys.D0">
<summary>
<para>
The 0 key.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Keys.D1">
<summary>
<para>
The 1 key.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Keys.D2">
<summary>
<para>
The 2 key.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Keys.D3">
<summary>
<para>
The 3 key.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Keys.D4">
<summary>
<para>
The 4 key.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Keys.D5">
<summary>
<para>
The 5 key.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Keys.D6">
<summary>
<para>
The 6 key.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Keys.D7">
<summary>
<para>
The 7 key.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Keys.D8">
<summary>
<para>
The 8 key.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Keys.D9">
<summary>
<para>
The 9 key.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Keys.A">
<summary>
<para>
The A key.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Keys.B">
<summary>
<para>
The B key.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Keys.C">
<summary>
<para>
The C key.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Keys.D">
<summary>
<para>
The D key.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Keys.E">
<summary>
<para>
The E key.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Keys.F">
<summary>
<para>
The F key.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Keys.G">
<summary>
<para>
The G key.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Keys.H">
<summary>
<para>
The H key.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Keys.I">
<summary>
<para>
The I key.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Keys.J">
<summary>
<para>
The J key.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Keys.K">
<summary>
<para>
The K key.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Keys.L">
<summary>
<para>
The L key.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Keys.M">
<summary>
<para>
The M key.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Keys.N">
<summary>
<para>
The N key.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Keys.O">
<summary>
<para>
The O key.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Keys.P">
<summary>
<para>
The P key.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Keys.Q">
<summary>
<para>
The Q key.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Keys.R">
<summary>
<para>
The R key.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Keys.S">
<summary>
<para>
The S key.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Keys.T">
<summary>
<para>
The T key.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Keys.U">
<summary>
<para>
The U key.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Keys.V">
<summary>
<para>
The V key.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Keys.W">
<summary>
<para>
The W key.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Keys.X">
<summary>
<para>
The X key.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Keys.Y">
<summary>
<para>
The Y key.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Keys.Z">
<summary>
<para>
The Z key.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Keys.LWin">
<summary>
<para>
The left Windows logo key (Microsoft Natural Keyboard).
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Keys.RWin">
<summary>
<para>
The right Windows logo key (Microsoft Natural Keyboard).
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Keys.Apps">
<summary>
<para>
The Application key (Microsoft Natural Keyboard).
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Keys.NumPad0">
<summary>
<para>
The 0
key on the numeric keypad.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Keys.NumPad1">
<summary>
<para>
The 1 key on the numeric keypad.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Keys.NumPad2">
<summary>
<para>
The 2 key on the numeric keypad.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Keys.NumPad3">
<summary>
<para>
The 3 key on the numeric keypad.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Keys.NumPad4">
<summary>
<para>
The 4 key on the numeric keypad.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Keys.NumPad5">
<summary>
<para>
The 5 key on the numeric keypad.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Keys.NumPad6">
<summary>
<para>
The 6 key on the numeric keypad.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Keys.NumPad7">
<summary>
<para>
The 7 key on the numeric keypad.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Keys.NumPad8">
<summary>
<para>
The 8 key on the numeric keypad.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Keys.NumPad9">
<summary>
<para>
The 9 key on the numeric keypad.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Keys.Multiply">
<summary>
<para>
The Multiply key.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Keys.Add">
<summary>
<para>
The Add key.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Keys.Separator">
<summary>
<para>
The Separator key.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Keys.Subtract">
<summary>
<para>
The Subtract key.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Keys.Decimal">
<summary>
<para>
The Decimal key.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Keys.Divide">
<summary>
<para>
The Divide key.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Keys.F1">
<summary>
<para>
The F1 key.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Keys.F2">
<summary>
<para>
The F2 key.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Keys.F3">
<summary>
<para>
The F3 key.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Keys.F4">
<summary>
<para>
The F4 key.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Keys.F5">
<summary>
<para>
The F5 key.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Keys.F6">
<summary>
<para>
The F6 key.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Keys.F7">
<summary>
<para>
The F7 key.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Keys.F8">
<summary>
<para>
The F8 key.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Keys.F9">
<summary>
<para>
The F9 key.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Keys.F10">
<summary>
<para>
The F10 key.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Keys.F11">
<summary>
<para>
The F11 key.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Keys.F12">
<summary>
<para>
The F12 key.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Keys.F13">
<summary>
<para>
The F13 key.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Keys.F14">
<summary>
<para>
The F14 key.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Keys.F15">
<summary>
<para>
The F15 key.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Keys.F16">
<summary>
<para>
The F16 key.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Keys.F17">
<summary>
<para>
The F17 key.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Keys.F18">
<summary>
<para>
The F18 key.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Keys.F19">
<summary>
<para>
The F19 key.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Keys.F20">
<summary>
<para>
The F20 key.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Keys.F21">
<summary>
<para>
The F21 key.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Keys.F22">
<summary>
<para>
The F22 key.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Keys.F23">
<summary>
<para>
The F23 key.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Keys.F24">
<summary>
<para>
The F24 key.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Keys.NumLock">
<summary>
<para>
The NUM LOCK key.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Keys.Scroll">
<summary>
<para>
The SCROLL LOCK key.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Keys.LShiftKey">
<summary>
<para>
The left SHIFT key.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Keys.RShiftKey">
<summary>
<para>
The right SHIFT key.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Keys.LControlKey">
<summary>
<para>
The left CTRL key.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Keys.RControlKey">
<summary>
<para>
The right CTRL key.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Keys.LMenu">
<summary>
<para>
The left ALT key.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Keys.RMenu">
<summary>
<para>
The right ALT key.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Keys.ProcessKey">
<summary>
<para>
The PROCESS KEY key.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Keys.Attn">
<summary>
<para>
The ATTN key.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Keys.Crsel">
<summary>
<para>
The CRSEL key.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Keys.Exsel">
<summary>
<para>
The EXSEL key.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Keys.EraseEof">
<summary>
<para>
The ERASE EOF key.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Keys.Play">
<summary>
<para>
The PLAY key.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Keys.Zoom">
<summary>
<para>
The ZOOM key.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Keys.NoName">
<summary>
<para>
A constant reserved for future use.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Keys.Pa1">
<summary>
<para>
The PA1 key.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Keys.OemClear">
<summary>
<para>
The CLEAR key.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Keys.KanaMode">
<summary>
<para>The IME Kana mode key.</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Keys.HanguelMode">
<summary>
<para>The IME Hanguel mode key. (maintained for
compatibility; use <see langword="HangulMode" /> )</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Keys.HangulMode">
<summary>
<para>The IME Hangul mode key.</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Keys.JunjaMode">
<summary>
<para>The IME Junja mode key.</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Keys.FinalMode">
<summary>
<para>The IME final mode key.</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Keys.HanjaMode">
<summary>
<para>The IME Hanja mode key.</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Keys.KanjiMode">
<summary>
<para>The IME Kanji mode key.</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Keys.IMEConvert">
<summary>
<para>The IME Convert key.</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Keys.IMENonconvert">
<summary>
<para>The IME Nonconvert key.</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Keys.IMEAceept">
<summary>
<para>The IME Accept key.</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Keys.IMEModeChange">
<summary>
<para>The IME Mode Change key.</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Keys.BrowserBack">
<summary>
<para>The Browser Back key (Windows 2000 or later).</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Keys.BrowserForward">
<summary>
<para>The Browser Forward key (Windows 2000 or later).</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Keys.BrowserRefresh">
<summary>
<para>The Browser Refresh key (Windows 2000 or later).</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Keys.BrowserStop">
<summary>
<para>The Browser Stop key (Windows 2000 or later).</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Keys.BrowserSearch">
<summary>
<para>The Browser Search key (Windows 2000 or later).</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Keys.BrowserFavorites">
<summary>
<para>The Browser Favorites key (Windows 2000 or later).</para>
</summary>
<summary>
<para>[To be supplied.]</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Keys.BrowserHome">
<summary>
<para>The Browser Home key (Windows 2000 or later).</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Keys.VolumeMute">
<summary>
<para>The Volume Mute key (Windows 2000 or later).</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Keys.VolumeDown">
<summary>
<para>The Volume Down key (Windows 2000 or later).</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Keys.VolumeUp">
<summary>
<para>The Volume Up key (Windows 2000 or later).</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Keys.MediaNextTrack">
<summary>
<para>The Media Next Track key (Windows 2000 or later).</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Keys.MediaPreviousTrack">
<summary>
<para>The Media Previous Track key (Windows 2000 or later).</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Keys.MediaStop">
<summary>
<para>The Media Stop key (Windows 2000 or later).</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Keys.MediaPlayPause">
<summary>
<para>The Media Play Pause key (Windows 2000 or later).</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Keys.LaunchMail">
<summary>
<para>The Launch Mail key (Windows 2000 or later).</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Keys.SelectMedia">
<summary>
<para>The Select Media key (Windows 2000 or later).</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Keys.LaunchApplication1">
<summary>
<para>The Start Application one key (Windows 2000 or later).</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Keys.LaunchApplication2">
<summary>
<para>The Start Application two key (Windows 2000 or later).</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Keys.OemSemicolon">
<summary>
<para>The OEM Semicolon key on a US standard keyboard (Windows 2000 or later).</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Keys.Oemplus">
<summary>
<para> The OEM Plus key on any country/region keyboard (Windows 2000 or later).</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Keys.Oemcomma">
<summary>
<para>The OEM Comma key on any country/region keyboard (Windows 2000 or later).</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Keys.OemMinus">
<summary>
<para>The OEM Minus key on any country/region keyboard (Windows 2000 or later).</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Keys.OemPeriod">
<summary>
<para>The OEM Period key on any country/region keyboard (Windows 2000 or later).</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Keys.OemQuestion">
<summary>
<para>The OEM Question Mark key on a US standard keyboard (Windows 2000 or later).</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Keys.Oemtilde">
<summary>
<para>The OEM tilde key on a US standard keyboard
(Windows 2000 or later).</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Keys.OemOpenBrackets">
<summary>
<para>The OEM OpenBracket key on a US standard keyboard
(Windows 2000 or later).</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Keys.OemPipe">
<summary>
<para>The OEM Pipe key on a US standard keyboard (Windows 2000 or later).</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Keys.OemCloseBrackets">
<summary>
<para>The OEM Close Bracket key on a US standard keyboard
(Windows 2000 or later).</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Keys.OemQuotes">
<summary>
<para>The OEM Singled/Double quote key on a US standard
keyboard (Windows 2000 or later).</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Keys.Oem8">
<summary>
<para> OEM specific.</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Keys.OemBackslash">
<summary>
<para>The OEM Angle bracket or Backslash key on the RT 102 key
keboard (Windows 2000 or later).</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Keys.Shift">
<summary>
<para>
The SHIFT modifier key.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Keys.Control">
<summary>
<para>
The
CTRL modifier key.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Keys.Alt">
<summary>
<para>
The ALT modifier key.
</para>
</summary>
</member>
<member name="T:System.Windows.Forms.KeysConverter">
<summary>
<para>Provides a <see cref="T:System.ComponentModel.TypeConverter" /> to convert <see cref="T:System.Windows.Forms.Keys" /> objects to and from
other representations.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.KeysConverter.Compare(System.Object,System.Object)">
<summary>
<para>Compares two key values for equivalence.</para>
</summary>
<param name="a">An <see cref="T:System.Object" /> that represents the first key to compare.</param>
<param name="b">An <see cref="T:System.Object" /> that represents the second key to compare.</param>
<returns>
<para> An integer indicating the relationship between
the to comparands.</para>
<list type="table">
<listheader>
<term>Value Type</term>
<description>Condition</description>
</listheader>
<item>
<term> A
negative integer.</term>
<description>
<paramref name="a" /> is less than <paramref name="b" />.</description>
</item>
<item>
<term> zero</term>
<description>
<paramref name="a" /> equals <paramref name="b" />.</description>
</item>
<item>
<term> A positive integer.</term>
<description>
<paramref name="a" /> is greater than <paramref name="b" />.</description>
</item>
</list>
</returns>
</member>
<member name="T:System.Windows.Forms.Label">
<summary>
<para>
Represents a standard Windows label. </para>
</summary>
</member>
<member name="M:System.Windows.Forms.Label.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:System.Windows.Forms.Label" /> class. </para>
</summary>
</member>
<member name="M:System.Windows.Forms.Label.CalcImageRenderBounds(System.Drawing.Image,System.Drawing.Rectangle,System.Drawing.ContentAlignment)">
<summary>
<para>Determines the size and location of an image drawn within the <see cref="T:System.Windows.Forms.Label" /> control based on
the alignment of the
control.</para>
</summary>
<param name="image">The <see cref="T:System.Drawing.Image" /> used to determine size and location when drawn within the control.</param>
<param name=" r">A <see cref="T:System.Drawing.Rectangle" /> that represents the area to draw the image in.</param>
<param name=" align">The alignment of content within the control.</param>
<returns>
<para>A <see cref="T:System.Drawing.Rectangle" /> that
represents the size and location of the specified
image within the control.</para>
</returns>
</member>
<member name="M:System.Windows.Forms.Label.DrawImage(System.Drawing.Graphics,System.Drawing.Image,System.Drawing.Rectangle,System.Drawing.ContentAlignment)">
<summary>
<para>Draws an <see cref="T:System.Drawing.Image" /> within the specified bounds.</para>
</summary>
<param name="g">The <see cref="T:System.Drawing.Graphics" /> surface on which to draw.</param>
<param name="image">The <see cref="T:System.Drawing.Image" /> to draw.</param>
<param name="r">The <see cref="T:System.Drawing.Rectangle" /> bounds to draw within.</param>
<param name="align"> The alignment of the image to draw within the <see cref="T:System.Windows.Forms.Label" />.</param>
</member>
<member name="M:System.Windows.Forms.Label.OnAutoSizeChanged(System.EventArgs)">
<summary>
<para>Raises the <see cref="E:System.Windows.Forms.Label.AutoSizeChanged" /> event.</para>
</summary>
<param name="e">A <see cref="T:System.EventArgs" /> that contains the event data.</param>
</member>
<member name="M:System.Windows.Forms.Label.OnTextAlignChanged(System.EventArgs)">
<summary>
<para>Raises the <see cref="E:System.Windows.Forms.Label.TextAlignChanged" /> event.</para>
</summary>
<param name="e">An <see cref="T:System.EventArgs" /> that contains the event data.</param>
</member>
<member name="P:System.Windows.Forms.Label.AutoSize">
<summary>
<para>Gets or sets a value indicating whether the control is automatically resized to display its entire contents. </para>
</summary>
</member>
<member name="E:System.Windows.Forms.Label.AutoSizeChanged">
<summary>
<para>Occurs when the value of the <see cref="P:System.Windows.Forms.Label.AutoSize" /> property has changed.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.Label.BorderStyle">
<summary>
<para> Gets or sets the border style for the control.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.Label.DefaultImeMode">
<summary>
<para>Gets the default Input Method Editor(IME) mode supported by this control.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.Label.FlatStyle">
<summary>
<para>Gets or sets the flat style appearance of the label control.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.Label.Image">
<summary>
<para> Gets or sets the image that is displayed on a <see cref="T:System.Windows.Forms.Label" />.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.Label.ImageIndex">
<summary>
<para> Gets or sets the index value of the image displayed on the <see cref="T:System.Windows.Forms.Label" />.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.Label.ImageList">
<summary>
<para> Gets or sets the <see cref="T:System.Windows.Forms.ImageList" /> that contains the images to display in
the <see cref="T:System.Windows.Forms.Label" /> control.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.Label.ImageAlign">
<summary>
<para> Gets or sets the alignment of an image that is displayed in the control.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.Label.ImeMode">
<summary>
<para>Gets or sets the Input Method Editor(IME) mode supported by this control.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.Label.PreferredHeight">
<summary>
<para> Gets the preferred height of the control.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.Label.PreferredWidth">
<summary>
<para> Gets the preferred
width of the control.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.Label.RenderTransparent">
<summary>
<para> Indicates whether
the container control background is rendered on the <see cref="T:System.Windows.Forms.Label" />.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.Label.TabStop">
<summary>
<para>Gets or sets a value indicating whether the user can tab to the
<see cref="T:System.Windows.Forms.Label" />.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.Label.TextAlign">
<summary>
<para> Gets or sets the alignment of text in the label.</para>
</summary>
</member>
<member name="E:System.Windows.Forms.Label.TextAlignChanged">
<summary>
<para>Occurs when the value of the <see cref="P:System.Windows.Forms.Label.TextAlign" /> property has changed.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.Label.UseMnemonic">
<summary>
<para>Gets or sets a value indicating whether the control interprets an ampersand
character (&amp;) in the control's <see cref="P:System.Windows.Forms.Control.Text" /> property to be an access key prefix character.</para>
</summary>
</member>
<member name="T:System.Windows.Forms.LabelEditEventArgs">
<summary>
<para>
Provides data for the <see cref="P:System.Windows.Forms.ListView.LabelEdit" /> event.
</para>
</summary>
</member>
<member name="M:System.Windows.Forms.LabelEditEventArgs.#ctor(System.Int32)">
<summary>
<para>Initializes a new instance
of the <see cref="T:System.Windows.Forms.LabelEditEventArgs" /> class with the specified
index to the <see cref="T:System.Windows.Forms.ListViewItem" /> to edit.</para>
</summary>
<param name="item">The zero-based index of the <see cref="T:System.Windows.Forms.ListViewItem" />, containing the label to edit.</param>
</member>
<member name="M:System.Windows.Forms.LabelEditEventArgs.#ctor(System.Int32,System.String)">
<summary>
<para>Initializes a new instance
of the <see cref="T:System.Windows.Forms.LabelEditEventArgs" /> class with the specified index to the <see cref="T:System.Windows.Forms.ListViewItem" /> being
edited and the new text for the label of the <see cref="T:System.Windows.Forms.ListViewItem" />.</para>
</summary>
<param name="item">The zero-based index of the <see cref="T:System.Windows.Forms.ListViewItem" />, containing the label to edit.</param>
<param name=" label">The new text assigned to the label of the <see cref="T:System.Windows.Forms.ListViewItem" />.</param>
</member>
<member name="P:System.Windows.Forms.LabelEditEventArgs.Label">
<summary>
<para>
Gets the new text assigned to the label of the <see cref="T:System.Windows.Forms.ListViewItem" />.
</para>
</summary>
</member>
<member name="P:System.Windows.Forms.LabelEditEventArgs.Item">
<summary>
<para>Gets the zero-based index of the <see cref="T:System.Windows.Forms.ListViewItem" /> containing the label to
edit.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.LabelEditEventArgs.CancelEdit">
<summary>
<para>Gets or sets a value indicating whether changes made to the label of
the <see cref="T:System.Windows.Forms.ListViewItem" /> should be canceled.</para>
</summary>
</member>
<member name="T:System.Windows.Forms.LabelEditEventHandler">
<summary>
<para> Represents the method that handles the <see cref="P:System.Windows.Forms.ListView.LabelEdit" /> event of a
<see cref="T:System.Windows.Forms.ListView" />
.</para>
</summary>
<param name="sender">The source of the event.</param>
<param name=" e">A <see cref="T:System.Windows.Forms.LabelEditEventArgs" /> that contains the event data.</param>
</member>
<member name="T:System.Windows.Forms.LayoutEventArgs">
<summary>
<para>Provides data for the <see cref="E:System.Windows.Forms.Control.Layout" /> event.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.LayoutEventArgs.#ctor(System.Windows.Forms.Control,System.String)">
<summary>
<para>Initializes a new instance of the <see cref="T:System.Windows.Forms.LayoutEventArgs" /> class with the specified control and
property affected.</para>
</summary>
<param name="affectedControl">The <see cref="T:System.Windows.Forms.Control" /> affected by the change.</param>
<param name=" affectedProperty">The property affected by the change. </param>
</member>
<member name="P:System.Windows.Forms.LayoutEventArgs.AffectedControl">
<summary>
<para>Gets the child control affected by the change.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.LayoutEventArgs.AffectedProperty">
<summary>
<para>Gets the property affected by the change.</para>
</summary>
</member>
<member name="T:System.Windows.Forms.LayoutEventHandler">
<summary>
<para>Represents the method that will handle the <see cref="E:System.Windows.Forms.Control.Layout" /> event of a <see cref="T:System.Windows.Forms.Control" />.</para>
</summary>
<param name="sender">The source of the event.</param>
<param name=" e">A <see cref="T:System.Windows.Forms.LayoutEventArgs" /> that contains the event data.</param>
</member>
<member name="T:System.Windows.Forms.LeftRightAlignment">
<summary>
<para>Specifies whether an object or text is aligned to
the left or
right of a reference point.</para>
</summary>
</member>
<member name="F:System.Windows.Forms.LeftRightAlignment.Left">
<summary>
<para>
The object or
text is aligned to the left of the reference
point.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.LeftRightAlignment.Right">
<summary>
<para>
The object or text is aligned to the right of the reference point.
</para>
</summary>
</member>
<member name="T:System.Windows.Forms.LinkArea">
<summary>
<para>Represents an area within a <see cref="T:System.Windows.Forms.LinkLabel" />
control that represents a hyperlink within the control.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.LinkArea.#ctor(System.Int32,System.Int32)">
<summary>
<para>Initializes a new instance of the <see cref="T:System.Windows.Forms.LinkArea" /> class.</para>
</summary>
<param name="start">The zero-based starting location of the link area within the text of the <see cref="T:System.Windows.Forms.LinkLabel" />.</param>
<param name=" length">The number of characters, after the starting character, to include in the link area.</param>
</member>
<member name="P:System.Windows.Forms.LinkArea.Start">
<summary>
<para>Gets or sets the starting location of the link area within
the text of the <see cref="T:System.Windows.Forms.LinkLabel" />.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.LinkArea.Length">
<summary>
<para>Gets or sets the number of characters in the link area.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.LinkArea.IsEmpty">
<summary>
<para>Gets a value indicating whether the <see cref="T:System.Windows.Forms.LinkArea" /> is empty.</para>
</summary>
</member>
<member name="T:System.Windows.Forms.LinkBehavior">
<summary>
<para>Specifies the behaviors of a link in a <see cref="T:System.Windows.Forms.LinkLabel" /> .</para>
</summary>
</member>
<member name="F:System.Windows.Forms.LinkBehavior.SystemDefault">
<summary>
<para> The link is displayed using the system default
method for displaying links.</para>
</summary>
</member>
<member name="F:System.Windows.Forms.LinkBehavior.AlwaysUnderline">
<summary>
<para>The link always displays with underlined text.</para>
</summary>
</member>
<member name="F:System.Windows.Forms.LinkBehavior.HoverUnderline">
<summary>
<para>The link displays underlined text only when the mouse is
hovered over the link text.</para>
</summary>
</member>
<member name="F:System.Windows.Forms.LinkBehavior.NeverUnderline">
<summary>
<para> The link text is never underlined. The link
can still be distinguished from other text by use of the <see cref="P:System.Windows.Forms.LinkLabel.LinkColor" /> property of the <see cref="T:System.Windows.Forms.LinkLabel" /> control.</para>
</summary>
</member>
<member name="T:System.Windows.Forms.LinkClickedEventArgs">
<summary>
<para>
Provides data for the <see cref="E:System.Windows.Forms.RichTextBox.LinkClicked" /> event.
</para>
</summary>
</member>
<member name="M:System.Windows.Forms.LinkClickedEventArgs.#ctor(System.String)">
<summary>
<para>
Initializes a new instance of the <see cref="T:System.Windows.Forms.LinkClickedEventArgs" /> class.
</para>
</summary>
<param name="linkText">
The text of the link that is clicked in the <see cref="T:System.Windows.Forms.RichTextBox" /> control.
</param>
</member>
<member name="P:System.Windows.Forms.LinkClickedEventArgs.LinkText">
<summary>
<para>
Gets the text of the link being clicked.
</para>
</summary>
</member>
<member name="T:System.Windows.Forms.LinkClickedEventHandler">
<summary>
<para>
Represents the method that will handle
the <see cref="E:System.Windows.Forms.RichTextBox.LinkClicked" /> event of
a <see cref="T:System.Windows.Forms.RichTextBox" />.
</para>
</summary>
<param name="sender">
The source of the object.
</param>
<param name=" e">
The <see cref="T:System.Windows.Forms.LinkClickedEventArgs" /> that contains the event data.
</param>
</member>
<member name="T:System.Windows.Forms.LinkLabel">
<summary>
<para> Represents a Windows label control that can display hyperlinks.
</para>
</summary>
</member>
<member name="M:System.Windows.Forms.LinkLabel.#ctor">
<summary>
<para>
Initializes a new default instance of the <see cref="T:System.Windows.Forms.LinkLabel" /> class.
</para>
</summary>
</member>
<member name="M:System.Windows.Forms.LinkLabel.PointInLink(System.Int32,System.Int32)">
<summary>
<para> Gets the link located at
the specified client coordinates.</para>
</summary>
<param name="x">The horizontal coordinate of the point to search for a link.</param>
<param name=" y">The vertical coordinate of the point to search for a link.</param>
<returns>
<para>A <see cref="T:System.Windows.Forms.LinkLabel.Link" /> representing the link located at
the specified coordinates. If the point does not contain a link,
<see langword="null" />
is returned.</para>
</returns>
</member>
<member name="M:System.Windows.Forms.LinkLabel.OnLinkClicked(System.Windows.Forms.LinkLabelLinkClickedEventArgs)">
<summary>
<para>Raises the <see cref="E:System.Windows.Forms.LinkLabel.LinkClicked" /> event.</para>
</summary>
<param name="e">A <see cref="T:System.Windows.Forms.LinkLabelLinkClickedEventArgs" /> that contains the event data. </param>
</member>
<member name="P:System.Windows.Forms.LinkLabel.ActiveLinkColor">
<summary>
<para> Gets or sets the color used to display an active link.
</para>
</summary>
</member>
<member name="P:System.Windows.Forms.LinkLabel.DisabledLinkColor">
<summary>
<para> Gets or sets the color used when displaying a disabled link.
</para>
</summary>
</member>
<member name="P:System.Windows.Forms.LinkLabel.LinkArea">
<summary>
<para> Gets or sets the range in the text to treat as a link.
</para>
</summary>
</member>
<member name="P:System.Windows.Forms.LinkLabel.LinkBehavior">
<summary>
<para> Gets or sets a value that represents the behavior of a link.
</para>
</summary>
</member>
<member name="P:System.Windows.Forms.LinkLabel.LinkColor">
<summary>
<para>Gets or sets the color used when displaying a normal link. </para>
</summary>
</member>
<member name="P:System.Windows.Forms.LinkLabel.Links">
<summary>
<para> Gets the collection of links contained within the <see cref="T:System.Windows.Forms.LinkLabel" />.
</para>
</summary>
</member>
<member name="P:System.Windows.Forms.LinkLabel.LinkVisited">
<summary>
<para> Gets or sets a value indicating whether a link should be displayed as though it were visited.
</para>
</summary>
</member>
<member name="P:System.Windows.Forms.LinkLabel.VisitedLinkColor">
<summary>
<para> Gets or sets the color used when displaying a link that that has been previously visited.
</para>
</summary>
</member>
<member name="E:System.Windows.Forms.LinkLabel.LinkClicked">
<summary>
<para> Occurs when a link is clicked within the control.
</para>
</summary>
</member>
<member name="M:System.Windows.Forms.LinkLabel.LinkCollection.#ctor(System.Windows.Forms.LinkLabel)">
<summary>
<para>Initializes a new instance of the <see cref="T:System.Windows.Forms.LinkLabel.LinkCollection" /> class.</para>
</summary>
<param name="owner">The <see cref="T:System.Windows.Forms.LinkLabel" /> control that owns the collection.</param>
</member>
<member name="M:System.Windows.Forms.LinkLabel.LinkCollection.Add(System.Int32,System.Int32)">
<summary>
<para>Adds a link to the collection.</para>
</summary>
<param name="start">The starting character within the text of the label where the link is created.</param>
<param name=" length">The number of characters after the starting character to include in the link text.</param>
<returns>
<para>A <see cref="T:System.Windows.Forms.LinkLabel.Link" /> object representing the link that was
created and added to the collection.</para>
</returns>
</member>
<member name="M:System.Windows.Forms.LinkLabel.LinkCollection.Add(System.Int32,System.Int32,System.Object)">
<summary>
<para>Adds a link to the collection with information to
associate with the link.</para>
</summary>
<param name="start">The starting character within the text of the label where the link is created.</param>
<param name="length">The number of characters after the starting character to include in the link text.</param>
<param name=" linkData">The object containing the information to associate with the link.</param>
<returns>
<para>A <see cref="T:System.Windows.Forms.LinkLabel.Link" /> object representing the link that was created and added to the collection.</para>
</returns>
</member>
<member name="M:System.Windows.Forms.LinkLabel.LinkCollection.Contains(System.Windows.Forms.LinkLabel.Link)">
<summary>
<para>Determines whether the specified link is within the collection.</para>
</summary>
<param name="link">A <see cref="T:System.Windows.Forms.LinkLabel.Link" /> representing the link to search for in the collection.</param>
<returns>
<para>
<see langword="true" /> if the specified link is within the collection;
otherwise, <see langword="false" />.</para>
</returns>
</member>
<member name="M:System.Windows.Forms.LinkLabel.LinkCollection.IndexOf(System.Windows.Forms.LinkLabel.Link)">
<summary>
<para>Returns the index of the specified link within the collection.</para>
</summary>
<param name="link">A <see cref="T:System.Windows.Forms.LinkLabel.Link" /> representing the link to search for in the collection.</param>
<returns>
<para>The zero-based index where the link is located within the collection; otherwise, negative
one (-1).</para>
</returns>
</member>
<member name="M:System.Windows.Forms.LinkLabel.LinkCollection.Clear">
<summary>
<para>Clears all links from the collection.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.LinkLabel.LinkCollection.GetEnumerator">
<summary>
<para> Returns an enumerator to use to iterate
through the link collection.</para>
</summary>
<returns>
<para>An <see cref="T:System.Collections.IEnumerator" /> object that represents the link
collection.</para>
</returns>
</member>
<member name="M:System.Windows.Forms.LinkLabel.LinkCollection.Remove(System.Windows.Forms.LinkLabel.Link)">
<summary>
<para>Removes the specified link from the collection.</para>
</summary>
<param name="value">A <see cref="T:System.Windows.Forms.LinkLabel.Link" /> that represents the link to remove from the collection.</param>
</member>
<member name="M:System.Windows.Forms.LinkLabel.LinkCollection.RemoveAt(System.Int32)">
<summary>
<para>Removes a link at a specified location within the collection.</para>
</summary>
<param name="index">The zero-based index of the item to remove from the collection.</param>
</member>
<member name="P:System.Windows.Forms.LinkLabel.LinkCollection.Item(System.Int32)">
<summary>
<para>Gets and sets the link at the specified index within the collection.</para>
</summary>
<param name="index">The index of the link in the collection to get. </param>
</member>
<member name="P:System.Windows.Forms.LinkLabel.LinkCollection.Count">
<summary>
<para>Gets the number of links in the collection.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.LinkLabel.LinkCollection.IsReadOnly">
<summary>
<para>Gets a value indicating whether this collection is read-only.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.LinkLabel.Link.Enabled">
<summary>
<para>Gets or sets a value indicating whether the link is enabled.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.LinkLabel.Link.Length">
<summary>
<para>Gets or sets the number of characters in the link text.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.LinkLabel.Link.LinkData">
<summary>
<para>Gets or sets the data associated with the link.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.LinkLabel.Link.Start">
<summary>
<para>Gets or sets the starting location of the link within the text of the <see cref="T:System.Windows.Forms.LinkLabel" />.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.LinkLabel.Link.Visited">
<summary>
<para> Gets or sets a value indicating whether the
user has visited the link.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.LinkLabel.LinkLabelAccessibleObject.#ctor(System.Windows.Forms.LinkLabel)">
<summary>
</summary>
</member>
<member name="M:System.Windows.Forms.LinkLabel.LinkLabelAccessibleObject.GetChild(System.Int32)">
<summary>
</summary>
</member>
<member name="M:System.Windows.Forms.LinkLabel.LinkLabelAccessibleObject.GetChildCount">
<summary>
</summary>
</member>
<member name="T:System.Windows.Forms.LinkLabelLinkClickedEventArgs">
<summary>
<para>
Provides data for the <see cref="M:System.Windows.Forms.LinkLabel.OnLinkClicked(System.Windows.Forms.LinkLabelLinkClickedEventArgs)" /> event.
</para>
</summary>
</member>
<member name="M:System.Windows.Forms.LinkLabelLinkClickedEventArgs.#ctor(System.Windows.Forms.LinkLabel.Link)">
<summary>
<para>
Initializes a new instance of the <see cref="T:System.Windows.Forms.LinkLabelLinkClickedEventArgs" /> class, given the link.
</para>
</summary>
<param name="link">
The <see cref="T:System.Windows.Forms.LinkLabel.Link" /> that was clicked.
</param>
</member>
<member name="P:System.Windows.Forms.LinkLabelLinkClickedEventArgs.Link">
<summary>
<para>
Gets the <see cref="T:System.Windows.Forms.LinkLabel.Link" /> that was clicked.
</para>
</summary>
</member>
<member name="T:System.Windows.Forms.LinkLabelLinkClickedEventHandler">
<summary>
<para>Represents the method that will handle the <see cref="E:System.Windows.Forms.LinkLabel.LinkClicked" /> event of a <see cref="T:System.Windows.Forms.LinkLabel" />.</para>
</summary>
<param name="sender">The source of the event.</param>
<param name="e">A <see cref="T:System.Windows.Forms.LinkLabelLinkClickedEventArgs" /> that contains the event data.</param>
</member>
<member name="F:System.Windows.Forms.LinkState.Normal">
<summary>
<para>[To be supplied.]</para>
</summary>
</member>
<member name="F:System.Windows.Forms.LinkState.Hover">
<summary>
<para>[To be supplied.]</para>
</summary>
</member>
<member name="F:System.Windows.Forms.LinkState.Active">
<summary>
<para>[To be supplied.]</para>
</summary>
</member>
<member name="F:System.Windows.Forms.LinkState.Visited">
<summary>
<para>[To be supplied.]</para>
</summary>
</member>
<member name="T:System.Windows.Forms.ListBindingConverter">
<summary>
<para> Provides a type converter to convert <see cref="T:System.Windows.Forms.Binding" />
objects to and from various other representations.</para>
</summary>
</member>
<member name="T:System.Windows.Forms.ListViewItemConverter">
<summary>
<para>Provides a type converter to convert <see cref="T:System.Windows.Forms.ListViewItem" /> objects to and from various other
representations.</para>
</summary>
</member>
<member name="T:System.Windows.Forms.ListView">
<summary>
<para>Represents a Windows list view control, which displays a collection of
items that can be displayed using one of four different views.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.ListView.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:System.Windows.Forms.ListView" /> class.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.ListView.ArrangeIcons(System.Windows.Forms.ListViewAlignment)">
<summary>
<para> Arranges items in the control when they are displayed as icons
with a specified alignment setting.</para>
</summary>
<param name="value">One of the <see cref="T:System.Windows.Forms.ListViewAlignment" /> values. </param>
</member>
<member name="M:System.Windows.Forms.ListView.ArrangeIcons">
<summary>
<para> Arranges items in the control when they are displayed as
icons based on the value of the <see cref="P:System.Windows.Forms.ListView.Alignment" />
property.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.ListView.BeginUpdate">
<summary>
<para>
Prevents the control from drawing until the
<see cref="M:System.Windows.Forms.ListView.EndUpdate" /> method
is called.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.ListView.Clear">
<summary>
<para>Removes all items and columns from the control.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.ListView.EndUpdate">
<summary>
<para>Resumes drawing of the list view control after drawing
is suspended by the <see cref="M:System.Windows.Forms.ListView.BeginUpdate" /> method.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.ListView.EnsureVisible(System.Int32)">
<summary>
<para> Ensures that the specified item is visible within the control,
scrolling the contents of the control if necessary.</para>
</summary>
<param name="index">The zero-based index of the item to scroll into view.</param>
</member>
<member name="M:System.Windows.Forms.ListView.GetItemAt(System.Int32,System.Int32)">
<summary>
<para>Retrieves the item at the
specified location.</para>
</summary>
<param name="x">The x-coordinate of the location to search for an item (expressed in client coordinates). </param>
<param name="y">The y-coordinate of the location to search for an item (expressed in client coordinates). </param>
<returns>
<para>A <see cref="T:System.Windows.Forms.ListViewItem" /> that represents the item at the specified position.
If there is no item at the specified location, the method returns
<see langword="null" />.</para>
</returns>
</member>
<member name="M:System.Windows.Forms.ListView.GetItemRect(System.Int32)">
<summary>
<para>Retrieves the bounding rectangle for a specific item within the list view control.</para>
</summary>
<param name="index">The zero-based index of the item within the <see cref="T:System.Windows.Forms.ListView.ListViewItemCollection" />whose bounding rectangle you want to return. </param>
<returns>
<para>A <see cref="T:System.Drawing.Rectangle" /> that
represents the bounding rectangle of the specified <see cref="T:System.Windows.Forms.ListViewItem" />. </para>
</returns>
</member>
<member name="M:System.Windows.Forms.ListView.GetItemRect(System.Int32,System.Windows.Forms.ItemBoundsPortion)">
<summary>
<para>Retrieves the specified portion of the bounding rectangle for a specific item within the list view control.</para>
</summary>
<param name="index">The zero-based index of the item within the <see cref="T:System.Windows.Forms.ListView.ListViewItemCollection" /> whose bounding rectangle you want to return. </param>
<param name="portion">One of the <see cref="T:System.Windows.Forms.ItemBoundsPortion" /> values that represents a portion of the <see cref="T:System.Windows.Forms.ListViewItem" /> for which to retrieve the bounding rectangle. </param>
<returns>
<para>A <see cref="T:System.Drawing.Rectangle" /> that represents the bounding rectangle for the specified portion of the specified <see cref="T:System.Windows.Forms.ListViewItem" />. </para>
</returns>
</member>
<member name="M:System.Windows.Forms.ListView.OnAfterLabelEdit(System.Windows.Forms.LabelEditEventArgs)">
<summary>
<para>Raises the <see cref="E:System.Windows.Forms.ListView.AfterLabelEdit" /> event.</para>
</summary>
<param name="e">A <see cref="T:System.Windows.Forms.LabelEditEventArgs" /> that contains the event data. </param>
</member>
<member name="M:System.Windows.Forms.ListView.OnBeforeLabelEdit(System.Windows.Forms.LabelEditEventArgs)">
<summary>
<para>Raises the <see cref="E:System.Windows.Forms.ListView.BeforeLabelEdit" /> event.</para>
</summary>
<param name="e">A <see cref="T:System.Windows.Forms.LabelEditEventArgs" /> that contains the event data. </param>
</member>
<member name="M:System.Windows.Forms.ListView.OnColumnClick(System.Windows.Forms.ColumnClickEventArgs)">
<summary>
<para>Raises the <see cref="E:System.Windows.Forms.ListView.ColumnClick" /> event.</para>
</summary>
<param name="e">A <see cref="T:System.Windows.Forms.ColumnClickEventArgs" /> that contains the event data.</param>
</member>
<member name="M:System.Windows.Forms.ListView.OnItemActivate(System.EventArgs)">
<summary>
<para>Raises the <see cref="E:System.Windows.Forms.ListView.ItemActivate" /> event.</para>
</summary>
<param name="e">An <see cref="T:System.EventArgs" /> that contains the event data. </param>
</member>
<member name="M:System.Windows.Forms.ListView.OnItemCheck(System.Windows.Forms.ItemCheckEventArgs)">
<summary>
<para>Raises the <see cref="E:System.Windows.Forms.ListView.ItemCheck" />
event.</para>
</summary>
<param name="ice">An <see cref="T:System.Windows.Forms.ItemCheckEventArgs" /> that contains the event data. </param>
</member>
<member name="M:System.Windows.Forms.ListView.OnItemDrag(System.Windows.Forms.ItemDragEventArgs)">
<summary>
<para>Raises the <see cref="E:System.Windows.Forms.ListView.ItemDrag" /> event.</para>
</summary>
<param name="e">An <see cref="T:System.Windows.Forms.ItemDragEventArgs" /> that contains the event data.</param>
</member>
<member name="M:System.Windows.Forms.ListView.OnSelectedIndexChanged(System.EventArgs)">
<summary>
<para> Raises the <see cref="E:System.Windows.Forms.ListView.SelectedIndexChanged" />
event.</para>
</summary>
<param name="e">An <see cref="T:System.EventArgs" />that contains the event data. </param>
</member>
<member name="M:System.Windows.Forms.ListView.Sort">
<summary>
<para>Sorts the items of the list view.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.ListView.UpdateExtendedStyles">
<summary>
<para>Updates the extended styles applied to the list view control.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.ListView.Activation">
<summary>
<para> Gets or sets the type of action the user must take to
activate an item.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.ListView.Alignment">
<summary>
<para> Gets or sets the alignment of items
in the control.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.ListView.AllowColumnReorder">
<summary>
<para> Gets or sets a value indicating whether
the user can drag column headers to reorder columns in the control.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.ListView.AutoArrange">
<summary>
<para> Gets or sets whether icons are automatically kept arranged.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.ListView.BorderStyle">
<summary>
<para>Gets or sets the border style of the control.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.ListView.CheckBoxes">
<summary>
<para> Gets or sets a value indicating whether a check box appears next to each item in the control.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.ListView.CheckedIndices">
<summary>
<para> Gets the indexes of the currently checked items in the control.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.ListView.CheckedItems">
<summary>
<para> Gets the currently checked items in the control.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.ListView.Columns">
<summary>
<para>Gets the collection of all column headers that
appear in the control.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.ListView.FocusedItem">
<summary>
<para> Gets the
item in the control that currently has focus.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.ListView.FullRowSelect">
<summary>
<para>
Gets or sets a value
indicating whether clicking an item selects all its subitems.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.ListView.HeaderStyle">
<summary>
<para> Gets or sets the column header style.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.ListView.GridLines">
<summary>
<para> Gets or sets a value indicating whether grid
lines appear between the rows and columns
containing the items and subitems in the control.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.ListView.HideSelection">
<summary>
<para> Gets or sets a value indicating whether the selected
item in the control remains highlighted when the control loses
focus.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.ListView.HoverSelection">
<summary>
<para>Gets or sets a value indicating whether an item is
automatically selected when the mouse pointer remains over the item for a few seconds.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.ListView.LabelEdit">
<summary>
<para>Gets or sets a value indicating whether the user can
edit the labels of items in the control.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.ListView.LabelWrap">
<summary>
<para>Gets or sets a value indicating whether item labels wrap when items are displayed in the control as icons.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.ListView.LargeImageList">
<summary>
<para> Gets or sets the <see cref="T:System.Windows.Forms.ImageList" /> to use when displaying items as large
icons in the control.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.ListView.Items">
<summary>
<para>Gets a collection containing all items in the control.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.ListView.ListViewItemSorter">
<summary>
<para>Gets or sets the sorting comparer for the control.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.ListView.MultiSelect">
<summary>
<para>Gets or sets a value indicating whether multiple items can be selected.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.ListView.Scrollable">
<summary>
<para> Gets
or sets a value indicating whether a scroll bar is added to the control when there is not enough room to display all items.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.ListView.SelectedIndices">
<summary>
<para>Gets the indexes of the selected items in the control.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.ListView.SelectedItems">
<summary>
<para>Gets the items that are selected in the control.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.ListView.SmallImageList">
<summary>
<para>Gets or sets the <see cref="T:System.Windows.Forms.ImageList" /> to use when displaying items as small icons in the control.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.ListView.Sorting">
<summary>
<para>Gets or sets the sort order for items in the control.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.ListView.StateImageList">
<summary>
<para>Gets or sets the <see cref="T:System.Windows.Forms.ImageList" />
associated with application-defined states in the control.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.ListView.TopItem">
<summary>
<para>Gets the first visible item in the control.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.ListView.View">
<summary>
<para>Gets or sets how items are displayed in the control.</para>
</summary>
</member>
<member name="E:System.Windows.Forms.ListView.AfterLabelEdit">
<summary>
<para> Occurs when the label for an item is edited by the user.</para>
</summary>
</member>
<member name="E:System.Windows.Forms.ListView.BeforeLabelEdit">
<summary>
<para> Occurs when the user starts editing the label of an item.</para>
</summary>
</member>
<member name="E:System.Windows.Forms.ListView.ColumnClick">
<summary>
<para>Occurs when the user clicks a column header within the list view control.</para>
</summary>
</member>
<member name="E:System.Windows.Forms.ListView.ItemActivate">
<summary>
<para>Occurs when an item is activated.</para>
</summary>
</member>
<member name="E:System.Windows.Forms.ListView.ItemCheck">
<summary>
<para>Occurs when the check state of an item changes.</para>
</summary>
</member>
<member name="E:System.Windows.Forms.ListView.ItemDrag">
<summary>
<para>Occurs when the user begins dragging an item.</para>
</summary>
</member>
<member name="E:System.Windows.Forms.ListView.SelectedIndexChanged">
<summary>
<para> Occurs when the index of the selected item in the
list view control changes.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.ListView.CheckedIndexCollection.#ctor(System.Windows.Forms.ListView)">
<summary>
<para>Initializes a new instance of the <see cref="T:System.Windows.Forms.ListView.CheckedIndexCollection" /> class.</para>
</summary>
<param name="owner">A <see cref="T:System.Windows.Forms.ListView" /> control that owns the collection.</param>
</member>
<member name="M:System.Windows.Forms.ListView.CheckedIndexCollection.Contains(System.Int32)">
<summary>
<para> Determines whether the specified index is located in the collection.</para>
</summary>
<param name="checkedIndex">The index to locate in the collection.</param>
<returns>
<para>
<see langword="true" /> if the specified index from the
<see cref="T:System.Windows.Forms.ListView.ListViewItemCollection" /> for the <see cref="T:System.Windows.Forms.ListView" /> is an item in the
collection; otherwise, <see langword="false" /> .</para>
</returns>
</member>
<member name="M:System.Windows.Forms.ListView.CheckedIndexCollection.IndexOf(System.Int32)">
<summary>
<para>Returns the index within the <see cref="T:System.Windows.Forms.ListView.CheckedIndexCollection" qualify="true" /> of the specified index from the <see cref="T:System.Windows.Forms.ListView.ListViewItemCollection" /> of the list view control.</para>
</summary>
<param name="checkedIndex">The zero-based index from the <see cref="T:System.Windows.Forms.ListView.ListViewItemCollection" /> to locate in the collection.</param>
<returns>
<para>The zero-based index in the collection where the
specified index of the <see cref="T:System.Windows.Forms.ListView.ListViewItemCollection" /> is located within the
<see cref="T:System.Windows.Forms.ListView.CheckedIndexCollection" />. If the index is not located in the
collection, the return value is negative one (-1).</para>
</returns>
</member>
<member name="M:System.Windows.Forms.ListView.CheckedIndexCollection.GetEnumerator">
<summary>
<para>Returns an enumerator that can be used to iterate through the
checked index collection.</para>
</summary>
<returns>
<para>An <see cref="T:System.Collections.IEnumerator" /> that represents the checked index collection.</para>
</returns>
</member>
<member name="P:System.Windows.Forms.ListView.CheckedIndexCollection.Count">
<summary>
<para>Gets the number of items in the collection.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.ListView.CheckedIndexCollection.Item(System.Int32)">
<summary>
<para>Gets the index value at the specified index within the collection.</para>
</summary>
<param name="index">The index of the item in the collection to retrieve. </param>
</member>
<member name="P:System.Windows.Forms.ListView.CheckedIndexCollection.IsReadOnly">
<summary>
<para>Gets a value indicating whether the collection is read-only.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.ListView.CheckedListViewItemCollection.#ctor(System.Windows.Forms.ListView)">
<summary>
<para>Initializes a new instance of the <see cref="T:System.Windows.Forms.ListView.CheckedListViewItemCollection" /> class.</para>
</summary>
<param name="owner">The <see cref="T:System.Windows.Forms.ListView" /> control that owns the collection.</param>
</member>
<member name="M:System.Windows.Forms.ListView.CheckedListViewItemCollection.Contains(System.Windows.Forms.ListViewItem)">
<summary>
<para>Determines whether the specified item is located in the collection.</para>
</summary>
<param name="item">A <see cref="T:System.Windows.Forms.ListViewItem" /> representing the item to locate in the collection.</param>
<returns>
<para>
<see langword="true" /> if the specified item is located
in the collection; otherwise, <see langword="false" /> .</para>
</returns>
</member>
<member name="M:System.Windows.Forms.ListView.CheckedListViewItemCollection.IndexOf(System.Windows.Forms.ListViewItem)">
<summary>
<para>Returns the index within the collection of the specified item.</para>
</summary>
<param name="item">A <see cref="T:System.Windows.Forms.ListViewItem" /> representing the item to locate in the collection.</param>
<returns>
<para>The zero-based index of the item in the collection;
otherwise, -1.</para>
</returns>
</member>
<member name="M:System.Windows.Forms.ListView.CheckedListViewItemCollection.CopyTo(System.Array,System.Int32)">
<summary>
<para>Copies the entire collection into an existing array at a specified location within the array.</para>
</summary>
<param name="dest">An <see cref="T:System.Array" /> representing the array to copy the contents of the collection to.</param>
<param name="index">The location within the destination array to copy the items from the collection to.</param>
</member>
<member name="M:System.Windows.Forms.ListView.CheckedListViewItemCollection.GetEnumerator">
<summary>
Returns an enumerator that can be used to iterate
through the checked item collection.
</summary>
<returns>
<para>An <see cref="T:System.Collections.IEnumerator" /> object that represents the checked item collection.</para>
</returns>
</member>
<member name="P:System.Windows.Forms.ListView.CheckedListViewItemCollection.Count">
<summary>
<para>Gets the number of items in the collection.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.ListView.CheckedListViewItemCollection.Item(System.Int32)">
<summary>
<para>Gets the item at the specified index within the collection.</para>
</summary>
<param name="index">The index of the item in the collection to retrieve.</param>
</member>
<member name="P:System.Windows.Forms.ListView.CheckedListViewItemCollection.IsReadOnly">
<summary>
<para>Gets a value indicating whether the collection is read-only.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.ListView.SelectedIndexCollection.#ctor(System.Windows.Forms.ListView)">
<summary>
<para>Initializes a new instance of the <see cref="T:System.Windows.Forms.ListView.SelectedIndexCollection" /> class.</para>
</summary>
<param name="owner">A <see cref="T:System.Windows.Forms.ListView" /> control that owns the collection.</param>
</member>
<member name="M:System.Windows.Forms.ListView.SelectedIndexCollection.Contains(System.Int32)">
<summary>
<para>Determines whether the specified index is located in the collection.</para>
</summary>
<param name="selectedIndex">The index to locate in the collection.</param>
<returns>
<para>
<see langword="true" /> if the specified index from the <see cref="T:System.Windows.Forms.ListView.ListViewItemCollection" /> for the <see cref="T:System.Windows.Forms.ListView" />is an item in the
collection; otherwise, <see langword="false" />.</para>
</returns>
</member>
<member name="M:System.Windows.Forms.ListView.SelectedIndexCollection.IndexOf(System.Int32)">
<summary>
Returns the index within the <see cref="T:System.Windows.Forms.ListView.SelectedIndexCollection" /> of the specified index from the <see cref="T:System.Windows.Forms.ListView.ListViewItemCollection" /> of the
list view control.
</summary>
<param name="selectedIndex">The zero-based index from the <see cref="T:System.Windows.Forms.ListView.ListViewItemCollection" /> to locate in the collection.</param>
<returns>
<para>The zero-based index in the collection where the
specified index of the <see cref="T:System.Windows.Forms.ListView.ListViewItemCollection" /> is located within the
<see cref="T:System.Windows.Forms.ListView.SelectedIndexCollection" />. If the index is not located in the
collection, the return value
is negative one (-1).</para>
</returns>
</member>
<member name="M:System.Windows.Forms.ListView.SelectedIndexCollection.CopyTo(System.Array,System.Int32)">
<summary>
<para>Copies the entire collection into an existing array at a
specified location within the array.</para>
</summary>
<param name="dest">An <see cref="T:System.Array" /> representing the array to copy the contents of the collection to.The destination array.</param>
<param name="index">The location within the destination array to copy the items from the collection to.</param>
</member>
<member name="M:System.Windows.Forms.ListView.SelectedIndexCollection.GetEnumerator">
<summary>
<para>Returns an enumerator that can be used to iterate through the selected index collection.</para>
</summary>
<returns>
<para>An <see cref="T:System.Collections.IEnumerator" /> that represents the selected
indexes collection.</para>
</returns>
</member>
<member name="P:System.Windows.Forms.ListView.SelectedIndexCollection.Count">
<summary>
<para>Gets the number of items in the collection.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.ListView.SelectedIndexCollection.Item(System.Int32)">
<summary>
<para> Gets the index value at the specified index within the collection.</para>
</summary>
<param name="index">The index of the item in the collection to retrieve. </param>
</member>
<member name="P:System.Windows.Forms.ListView.SelectedIndexCollection.IsReadOnly">
<summary>
<para> Gets a value indicating whether the collection is read-only.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.ListView.SelectedListViewItemCollection.#ctor(System.Windows.Forms.ListView)">
<summary>
<para>Initializes a new instance of the <see cref="T:System.Windows.Forms.ListView.SelectedListViewItemCollection" /> class.</para>
</summary>
<param name="owner">The <see cref="T:System.Windows.Forms.ListView" /> control that owns the collection.</param>
</member>
<member name="M:System.Windows.Forms.ListView.SelectedListViewItemCollection.Clear">
<summary>
<para> Removes all items from the collection.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.ListView.SelectedListViewItemCollection.Contains(System.Windows.Forms.ListViewItem)">
<summary>
<para>Determines whether the specified item is located in the collection.</para>
</summary>
<param name="item">A <see cref="T:System.Windows.Forms.ListViewItem" /> representing the item to locate in the collection.</param>
<returns>
<para>
<see langword="true" /> if the specified item is located in the collection;
otherwise, <see langword="false" />.</para>
</returns>
</member>
<member name="M:System.Windows.Forms.ListView.SelectedListViewItemCollection.CopyTo(System.Array,System.Int32)">
<summary>
<para>Copies the entire collection into an existing array at a
specified location within the array.</para>
</summary>
<param name="dest">An <see cref="T:System.Array" /> representing the array to copy the contents of the collection to.</param>
<param name="index">The location within the destination array to copy the items from the collection to.</param>
</member>
<member name="M:System.Windows.Forms.ListView.SelectedListViewItemCollection.GetEnumerator">
<summary>
<para>Returns an enumerator that can be used to iterate
through the selected item collection.</para>
</summary>
<returns>
<para>An <see cref="T:System.Collections.IEnumerator" /> that represents the collection of selected
items.</para>
</returns>
</member>
<member name="M:System.Windows.Forms.ListView.SelectedListViewItemCollection.IndexOf(System.Windows.Forms.ListViewItem)">
<summary>
<para>Returns the index within the collection of the specified item.</para>
</summary>
<param name="item">A <see cref="T:System.Windows.Forms.ListViewItem" /> representing the item to locate in the collection.</param>
<returns>
<para>The zero-based index of the item in the collection. If
the item is not located in the collection, the return value is negative one (-1).</para>
</returns>
</member>
<member name="P:System.Windows.Forms.ListView.SelectedListViewItemCollection.Count">
<summary>
<para>Gets the number of items in the collection.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.ListView.SelectedListViewItemCollection.Item(System.Int32)">
<summary>
<para>Gets the item at the specified index within the collection.</para>
</summary>
<param name="index">The index of the item in the collection to retrieve. </param>
</member>
<member name="P:System.Windows.Forms.ListView.SelectedListViewItemCollection.IsReadOnly">
<summary>
<para>Gets a value indicating whether the collection is read-only.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.ListView.ColumnHeaderCollection.#ctor(System.Windows.Forms.ListView)">
<summary>
<para>Initializes a new instance of the <see cref="T:System.Windows.Forms.ListView.ColumnHeaderCollection" /> class.</para>
</summary>
<param name="owner">The <see cref="T:System.Windows.Forms.ListView" /> control that owns this collection.</param>
</member>
<member name="M:System.Windows.Forms.ListView.ColumnHeaderCollection.Add(System.String,System.Int32,System.Windows.Forms.HorizontalAlignment)">
<summary>
<para> Adds a column header to the collection with specified text, width, and alignment settings.</para>
</summary>
<param name="str">The text to display in the column header. </param>
<param name="width">The initial width of the column header. Set to -1 to autosize the column header to the size of the largest subitem text in the column or -2 to autosize the column header to the size of the text of the column header. </param>
<param name="textAlign">One of the <see cref="T:System.Windows.Forms.HorizontalAlignment" /> values. </param>
<returns>
<para>The <see cref="T:System.Windows.Forms.ColumnHeader" /> that
was created and added to the collection.</para>
</returns>
</member>
<member name="M:System.Windows.Forms.ListView.ColumnHeaderCollection.Add(System.Windows.Forms.ColumnHeader)">
<summary>
<para>Adds an existing <see cref="T:System.Windows.Forms.ColumnHeader" /> to the collection.</para>
</summary>
<param name="value">The <see cref="T:System.Windows.Forms.ColumnHeader" /> to add to the collection.</param>
<returns>
<para>The zero-based index into the collection where the item
was added.</para>
</returns>
</member>
<member name="M:System.Windows.Forms.ListView.ColumnHeaderCollection.AddRange(System.Windows.Forms.ColumnHeader[])">
<summary>
<para>Adds an array of column headers to the collection.</para>
</summary>
<param name="values">An array of <see cref="T:System.Windows.Forms.ColumnHeader" /> objects to add to the collection.</param>
</member>
<member name="M:System.Windows.Forms.ListView.ColumnHeaderCollection.Clear">
<summary>
<para>Removes all column headers from the collection.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.ListView.ColumnHeaderCollection.Contains(System.Windows.Forms.ColumnHeader)">
<summary>
<para>Determines whether the specified column header is
located in the collection.</para>
</summary>
<param name="value">A <see cref="T:System.Windows.Forms.ColumnHeader" /> representing the column header to locate in the collection.</param>
<returns>
<para>
<see langword="true" /> if the column header is contained in the collection;
otherwise, <see langword="false" /> .</para>
</returns>
</member>
<member name="M:System.Windows.Forms.ListView.ColumnHeaderCollection.IndexOf(System.Windows.Forms.ColumnHeader)">
<summary>
<para>Returns the index within the collection of the specified column header.</para>
</summary>
<param name="value">A <see cref="T:System.Windows.Forms.ColumnHeader" /> representing the column header to locate in the collection.</param>
<returns>
<para>The zero-based index of the column header's location in the collection. If
the column header is not located in the collection, the return value is negative
one (-1).</para>
</returns>
</member>
<member name="M:System.Windows.Forms.ListView.ColumnHeaderCollection.Insert(System.Int32,System.Windows.Forms.ColumnHeader)">
<summary>
<para>Inserts an existing column header into the collection at the specified index.</para>
</summary>
<param name="index">The zero-based index location where the column header is inserted.</param>
<param name=" value">The <see cref="T:System.Windows.Forms.ColumnHeader" /> to insert into the collection.</param>
</member>
<member name="M:System.Windows.Forms.ListView.ColumnHeaderCollection.Insert(System.Int32,System.String,System.Int32,System.Windows.Forms.HorizontalAlignment)">
<summary>
<para>Creates a new column header and inserts it into the collection at the specified index.</para>
</summary>
<param name="index">The zero-based index location where the column header is inserted.</param>
<param name=" str">The text to display in the column header.</param>
<param name=" width">The initial width of the column header. Set to -1 to autosize the column header to the size of the largest subitem text in the column or -2 to autosize the column header to the size of the text of the column header.</param>
<param name=" textAlign">One of the <see cref="T:System.Windows.Forms.HorizontalAlignment" /> values.</param>
</member>
<member name="M:System.Windows.Forms.ListView.ColumnHeaderCollection.RemoveAt(System.Int32)">
<summary>
<para>Removes the column header at the specified index
within the collection.</para>
</summary>
<param name="index">The zero-based index of the column header to remove.</param>
</member>
<member name="M:System.Windows.Forms.ListView.ColumnHeaderCollection.Remove(System.Windows.Forms.ColumnHeader)">
<summary>
<para>Removes the specified column header from the collection.</para>
</summary>
<param name="column">A <see cref="T:System.Windows.Forms.ColumnHeader" /> representing the column header to remove from the collection.</param>
</member>
<member name="M:System.Windows.Forms.ListView.ColumnHeaderCollection.GetEnumerator">
<summary>
<para>Returns an enumerator to use to iterate through the
column header collection.</para>
</summary>
<returns>
<para>An <see cref="T:System.Collections.IEnumerator" /> that represents the column header collection.</para>
</returns>
</member>
<member name="P:System.Windows.Forms.ListView.ColumnHeaderCollection.Item(System.Int32)">
<summary>
<para>Gets or sets the column header at the specified index within the collection.</para>
</summary>
<param name="index">The index of the column header in the collection to get or set. </param>
</member>
<member name="P:System.Windows.Forms.ListView.ColumnHeaderCollection.Count">
<summary>
<para>Gets the number of items in the collection.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.ListView.ColumnHeaderCollection.IsReadOnly">
<summary>
<para>Gets a value indicating whether the collection is read-only.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.ListView.ListViewItemCollection.#ctor(System.Windows.Forms.ListView)">
<summary>
<para>Initializes a new instance of the <see cref="T:System.Windows.Forms.ListView.ListViewItemCollection" /> class.</para>
</summary>
<param name="owner">The <see cref="T:System.Windows.Forms.ListView" /> that owns the collection.</param>
</member>
<member name="M:System.Windows.Forms.ListView.ListViewItemCollection.Add(System.String)">
<summary>
<para> Adds an item to the collection
with the specified text.</para>
</summary>
<param name="text">The text to display for the item. </param>
<returns>
<para>The <see cref="T:System.Windows.Forms.ListViewItem" />
that was added to the collection.</para>
</returns>
</member>
<member name="M:System.Windows.Forms.ListView.ListViewItemCollection.Add(System.String,System.Int32)">
<summary>
<para> Adds an item to the collection with the specified text and image.</para>
</summary>
<param name="text">The text of the item. </param>
<param name="imageIndex">The index of the image to display for the item. </param>
<returns>
<para>The <see cref="T:System.Windows.Forms.ListViewItem" /> that was added to the collection.</para>
</returns>
</member>
<member name="M:System.Windows.Forms.ListView.ListViewItemCollection.Add(System.Windows.Forms.ListViewItem)">
<summary>
<para>Adds an existing <see cref="T:System.Windows.Forms.ListViewItem" />
object
to the collection.</para>
</summary>
<param name="value">The <see cref="T:System.Windows.Forms.ListViewItem" /> to add to the collection. </param>
<returns>
<para>The <see cref="T:System.Windows.Forms.ListViewItem" /> that was added
to the collection.</para>
</returns>
</member>
<member name="M:System.Windows.Forms.ListView.ListViewItemCollection.AddRange(System.Windows.Forms.ListViewItem[])">
<summary>
<para>Adds an array of <see cref="T:System.Windows.Forms.ListViewItem" /> objects to the collection.</para>
</summary>
<param name="values">An array of <see cref="T:System.Windows.Forms.ListViewItem" /> objects to add to the collection.</param>
</member>
<member name="M:System.Windows.Forms.ListView.ListViewItemCollection.Clear">
<summary>
<para>Removes all items from the collection.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.ListView.ListViewItemCollection.Contains(System.Windows.Forms.ListViewItem)">
<summary>
<para>Determines whether the specified item is located in the collection.</para>
</summary>
<param name="item">A <see cref="T:System.Windows.Forms.ListViewItem" /> representing the item to locate in the collection.</param>
<returns>
<para>
<see langword="true" /> if the item is contained in the
collection; otherwise, <see langword="false" /> .</para>
</returns>
</member>
<member name="M:System.Windows.Forms.ListView.ListViewItemCollection.CopyTo(System.Array,System.Int32)">
<summary>
<para>Copies the entire collection into an existing array at a
specified location within the array.</para>
</summary>
<param name="dest">An <see cref="T:System.Array" /> representing the array to copy the contents of the collection to.</param>
<param name="index">The location within the destination array to copy the items from the collection to.</param>
</member>
<member name="M:System.Windows.Forms.ListView.ListViewItemCollection.GetEnumerator">
<summary>
<para>Returns an enumerator to use to iterate through the
item collection.</para>
</summary>
<returns>
<para>An <see cref="T:System.Collections.IEnumerator" /> that represents the item
collection.</para>
</returns>
</member>
<member name="M:System.Windows.Forms.ListView.ListViewItemCollection.IndexOf(System.Windows.Forms.ListViewItem)">
<summary>
<para>Returns the index within the collection of the specified item.</para>
</summary>
<param name="item">A <see cref="T:System.Windows.Forms.ListViewItem" /> representing the item to locate in the collection.</param>
<returns>
<para>The zero-based index of the item's location in the
collection. If the item is not located in the collection, the
return value is negative one (-1).</para>
</returns>
</member>
<member name="M:System.Windows.Forms.ListView.ListViewItemCollection.Insert(System.Int32,System.Windows.Forms.ListViewItem)">
<summary>
<para>Inserts an existing <see cref="T:System.Windows.Forms.ListViewItem" /> into the
collection at the specified index.</para>
</summary>
<param name="index">The zero-based index location where the item is inserted.</param>
<param name=" item">The <see cref="T:System.Windows.Forms.ListViewItem" /> that represents the item to insert.</param>
<returns>
<para>The <see cref="T:System.Windows.Forms.ListViewItem" /> that was inserted into the collection.</para>
</returns>
</member>
<member name="M:System.Windows.Forms.ListView.ListViewItemCollection.Insert(System.Int32,System.String)">
<summary>
<para>Creates a new item and inserts it into the collection at the specified index.</para>
</summary>
<param name="index">The zero-based index location where the item is inserted.</param>
<param name="text">The text to display for the item.</param>
<returns>
<para>The <see cref="T:System.Windows.Forms.ListViewItem" /> that was inserted into the collection.</para>
</returns>
</member>
<member name="M:System.Windows.Forms.ListView.ListViewItemCollection.Insert(System.Int32,System.String,System.Int32)">
<summary>
<para> Creates a new item with the specified image index and inserts it into the
collection at the specified index.</para>
</summary>
<param name="index">The zero-based index location where the item is inserted.</param>
<param name="text">The text to display for the item.</param>
<param name=" imageIndex">The index of the image to display for the item.</param>
<returns>
<para>The <see cref="T:System.Windows.Forms.ListViewItem" /> that was inserted into the collection.</para>
</returns>
</member>
<member name="M:System.Windows.Forms.ListView.ListViewItemCollection.RemoveAt(System.Int32)">
<summary>
<para>Removes the item at the specified index within the
collection.</para>
</summary>
<param name="index">The zero-based index of the item to remove.</param>
</member>
<member name="M:System.Windows.Forms.ListView.ListViewItemCollection.Remove(System.Windows.Forms.ListViewItem)">
<summary>
<para>Removes the specified item from the collection.</para>
</summary>
<param name="item">A <see cref="T:System.Windows.Forms.ListViewItem" /> representing the item to remove from the collection.</param>
</member>
<member name="P:System.Windows.Forms.ListView.ListViewItemCollection.Count">
<summary>
<para>Gets the number of items in the collection.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.ListView.ListViewItemCollection.IsReadOnly">
<summary>
<para> Gets a value indicating whether the collection is read-only.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.ListView.ListViewItemCollection.Item(System.Int32)">
<summary>
<para> Gets or sets the item at the specified index within the collection.</para>
</summary>
<param name="displayIndex">The index of the item in the collection to get or set. </param>
</member>
<member name="T:System.Windows.Forms.ListViewAlignment">
<summary>
<para>
Specifies how items align in the <see cref="T:System.Windows.Forms.ListView" />.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.ListViewAlignment.Default">
<summary>
<para>
When the user moves an
item, it remains where it is dropped.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.ListViewAlignment.Top">
<summary>
<para>
Items are aligned to the top of the <see cref="T:System.Windows.Forms.ListView" /> control.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.ListViewAlignment.Left">
<summary>
<para>
Items are aligned to the left of the <see cref="T:System.Windows.Forms.ListView" /> control.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.ListViewAlignment.SnapToGrid">
<summary>
<para>
Items
are aligned to an invisible grid in the control.
When the user moves an item, it moves to the
closest juncture in the grid.
</para>
</summary>
</member>
<member name="T:System.Windows.Forms.ListViewItem">
<summary>
<para> Represents an item in a <see cref="T:System.Windows.Forms.ListView" /> control.
</para>
</summary>
</member>
<member name="M:System.Windows.Forms.ListViewItem.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:System.Windows.Forms.ListViewItem" /> class with default values.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.ListViewItem.#ctor(System.String)">
<summary>
<para>Initializes a new instance of the <see cref="T:System.Windows.Forms.ListViewItem" /> class with specified item text.</para>
</summary>
<param name="text">The text to display for the item.</param>
</member>
<member name="M:System.Windows.Forms.ListViewItem.#ctor(System.String,System.Int32)">
<summary>
<para>Initializes a new instance of the <see cref="T:System.Windows.Forms.ListViewItem" /> class with specified item text and the
image index position of the item's icon.</para>
</summary>
<param name="text">The text to display for the item.</param>
<param name=" imageIndex">The zero-based index of the image within the <see cref="T:System.Windows.Forms.ImageList" /> associated with the <see cref="T:System.Windows.Forms.ListView" /> control that contains the item.</param>
</member>
<member name="M:System.Windows.Forms.ListViewItem.#ctor(System.String[])">
<summary>
<para>Initializes a new instance of the <see cref="T:System.Windows.Forms.ListViewItem" /> class with an array of strings representing subitems.</para>
</summary>
<param name="items">An array of strings that represent the subitems of the new item.</param>
</member>
<member name="M:System.Windows.Forms.ListViewItem.#ctor(System.String[],System.Int32)">
<summary>
<para>Initializes a new instance of the <see cref="T:System.Windows.Forms.ListViewItem" /> class with an array of strings representing subitems and the
image index position of the item's icon.</para>
</summary>
<param name="items">An array of strings that represent the subitems of the new item.</param>
<param name=" imageIndex">The zero-based index of the image within the <see cref="T:System.Windows.Forms.ImageList" /> associated with the <see cref="T:System.Windows.Forms.ListView" /> control that contains the item.</param>
</member>
<member name="M:System.Windows.Forms.ListViewItem.#ctor(System.String[],System.Int32,System.Drawing.Color,System.Drawing.Color,System.Drawing.Font)">
<summary>
<para>Initializes a new instance of the <see cref="T:System.Windows.Forms.ListViewItem" /> class with an array of strings representing subitems, the image
index position of the item's icon, and the foreground color, background color, and font of the item.</para>
</summary>
<param name="items">An array of strings that represent the subitems of the new item.</param>
<param name=" imageIndex">The zero-based index of the image within the <see cref="T:System.Windows.Forms.ImageList" /> associated with the <see cref="T:System.Windows.Forms.ListView" /> control that contains the item.</param>
<param name=" foreColor">A <see cref="T:System.Drawing.Color" /> that represents the foreground color of the item.</param>
<param name=" backColor">A <see cref="T:System.Drawing.Color" /> that represents the background color of the item.</param>
<param name=" font">A <see cref="T:System.Drawing.Font" /> that represents the typeface to display the item's text in.</param>
</member>
<member name="M:System.Windows.Forms.ListViewItem.#ctor(System.Windows.Forms.ListViewItem.ListViewSubItem[],System.Int32)">
<summary>
<para>Initializes a new instance of the <see cref="T:System.Windows.Forms.ListViewItem" /> class with an array of <see cref="T:System.Windows.Forms.ListViewItem.ListViewSubItem" /> objects and the image index position
of the item's icon.</para>
</summary>
<param name="subItems">An array of <see cref="T:System.Windows.Forms.ListViewItem.ListViewSubItem" />objects that represent the subitems of the item.</param>
<param name=" imageIndex">The zero-based index of the image within the <see cref="T:System.Windows.Forms.ImageList" /> associated with the <see cref="T:System.Windows.Forms.ListView" /> control that contains the item.</param>
</member>
<member name="M:System.Windows.Forms.ListViewItem.BeginEdit">
<summary>
<para> Places the item text into edit mode.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.ListViewItem.Clone">
<summary>
<para>Creates an identical copy of the item.</para>
</summary>
<returns>
<para>An object that represents an item that has the same text, image,
and subitems associated with it as the cloned item.</para>
</returns>
</member>
<member name="M:System.Windows.Forms.ListViewItem.EnsureVisible">
<summary>
<para>Ensures that the item is visible within the control, scrolling the contents of the control if necessary.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.ListViewItem.GetBounds(System.Windows.Forms.ItemBoundsPortion)">
<summary>
<para>Retrieves the specified portion of the bounding
rectangle for the
item.</para>
</summary>
<param name="portion">One of the <see cref="T:System.Windows.Forms.ItemBoundsPortion" /> values that represents a portion of the item for which to retrieve the bounding rectangle. </param>
<returns>
<para>A <see cref="T:System.Drawing.Rectangle" /> that
represents the bounding rectangle for the specified portion of the item.</para>
</returns>
</member>
<member name="M:System.Windows.Forms.ListViewItem.Remove">
<summary>
<para>Removes the item from its associated list view control.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.ListViewItem.Deserialize(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
<summary>
<para>Deserializes the item.</para>
</summary>
<param name="info">A <see cref="T:System.Runtime.Serialization.SerializationInfo" /> that holds the data needed to deserialize the item. </param>
<param name=" context">A <see cref="T:System.Runtime.Serialization.StreamingContext" /> that represents the source and destination of the stream being deserialized.</param>
</member>
<member name="M:System.Windows.Forms.ListViewItem.Serialize(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
<summary>
<para> Serializes the item.</para>
</summary>
<param name="info">A <see cref="T:System.Runtime.Serialization.SerializationInfo" /> that holds the data needed to serialize the item. </param>
<param name=" context">A <see cref="T:System.Runtime.Serialization.StreamingContext" /> that represents the source and destination of the stream being serialized.</param>
</member>
<member name="P:System.Windows.Forms.ListViewItem.BackColor">
<summary>
<para>Gets or sets the background color
of the item's text.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.ListViewItem.Bounds">
<summary>
<para>Gets the bounding rectangle of the item, including subitems.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.ListViewItem.Checked">
<summary>
<para>Gets or sets a value indicating whether the item is checked.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.ListViewItem.Focused">
<summary>
<para>Gets or sets a value indicating whether the item has
focus within the list view control.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.ListViewItem.Font">
<summary>
<para> Gets or sets the font of the text displayed by the item.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.ListViewItem.ForeColor">
<summary>
<para>Gets or sets the foreground color of the item's text.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.ListViewItem.ImageIndex">
<summary>
<para>Gets or sets the index of the image that is
displayed for the item.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.ListViewItem.ImageList">
<summary>
<para>Gets the <see cref="T:System.Windows.Forms.ImageList" /> that contains the image displayed with the
item.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.ListViewItem.Index">
<summary>
<para>Gets the zero-based index of the item within the list
view control.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.ListViewItem.ListView">
<summary>
<para>Gets the <see cref="T:System.Windows.Forms.ListView" /> control that contains the item.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.ListViewItem.Selected">
<summary>
<para>Gets or sets a value indicating whether the item is selected.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.ListViewItem.StateImageIndex">
<summary>
<para>Gets or sets the index of the state image (an image such as a checked or
cleared check box that indicates the state of the item) that is displayed for
the item.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.ListViewItem.SubItems">
<summary>
<para>Gets a collection containing all subitems of the item.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.ListViewItem.Tag">
<summary>
<para>Gets or sets an object that contains data to associate with the item.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.ListViewItem.Text">
<summary>
<para>Gets or sets the text of the item.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.ListViewItem.UseItemStyleForSubItems">
<summary>
<para>Gets or sets a value indicating whether the <see cref="P:System.Windows.Forms.ListViewItem.Font" />, <see cref="P:System.Windows.Forms.ListViewItem.ForeColor" />, and <see cref="P:System.Windows.Forms.ListViewItem.BackColor" /> properties for the item
are used for all of its subitems.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.ListViewItem.ListViewSubItem.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:System.Windows.Forms.ListViewItem.ListViewSubItem" /> class with default values.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.ListViewItem.ListViewSubItem.#ctor(System.Windows.Forms.ListViewItem,System.String)">
<summary>
<para>Initializes a new instance of the <see cref="T:System.Windows.Forms.ListViewItem.ListViewSubItem" /> class with a specified owner and text.</para>
</summary>
<param name="owner">A <see cref="T:System.Windows.Forms.ListViewItem" /> that represents the item that owns the subitem.</param>
<param name=" text">The text to display for the subitem.</param>
</member>
<member name="M:System.Windows.Forms.ListViewItem.ListViewSubItem.#ctor(System.Windows.Forms.ListViewItem,System.String,System.Drawing.Color,System.Drawing.Color,System.Drawing.Font)">
<summary>
<para>Initializes a new instance of the <see cref="T:System.Windows.Forms.ListViewItem.ListViewSubItem" /> class with a specified
owner, text, foreground color, background color, and font values.</para>
</summary>
<param name="owner">A <see cref="T:System.Windows.Forms.ListViewItem" /> that represents the item that owns the subitem.</param>
<param name=" text">The text to display for the subitem.</param>
<param name=" foreColor">A <see cref="T:System.Drawing.Color" /> that represents the foreground color of the subitem.</param>
<param name=" backColor">A <see cref="T:System.Drawing.Color" /> that represents the background color of the subitem.</param>
<param name=" font">A <see cref="T:System.Drawing.Font" /> that represents the typeface to display the subitem's text in.</param>
</member>
<member name="M:System.Windows.Forms.ListViewItem.ListViewSubItem.ResetStyle">
<summary>
<para>Resets the styles applied to the subitem.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.ListViewItem.ListViewSubItem.BackColor">
<summary>
<para>Gets or sets the background color of the subitem's text.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.ListViewItem.ListViewSubItem.Font">
<summary>
<para>Gets or sets the font of the text displayed by the subitem.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.ListViewItem.ListViewSubItem.ForeColor">
<summary>
<para>Gets or sets the foreground color of the subitem's text.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.ListViewItem.ListViewSubItem.Text">
<summary>
<para>Gets or sets the text of the subitem.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.ListViewItem.ListViewSubItemCollection.#ctor(System.Windows.Forms.ListViewItem)">
<summary>
<para>Initializes a new instance of the <see cref="T:System.Windows.Forms.ListViewItem.ListViewSubItemCollection" />class.</para>
</summary>
<param name="owner">The <see cref="T:System.Windows.Forms.ListViewItem" /> that owns the collection.</param>
</member>
<member name="M:System.Windows.Forms.ListViewItem.ListViewSubItemCollection.Add(System.Windows.Forms.ListViewItem.ListViewSubItem)">
<summary>
<para>Adds an existing <see cref="T:System.Windows.Forms.ListViewItem.ListViewSubItem" /> to
the collection.</para>
</summary>
<param name="item">The <see cref="T:System.Windows.Forms.ListViewItem.ListViewSubItem" /> to add to the collection.</param>
<returns>
<para>The <see cref="T:System.Windows.Forms.ListViewItem.ListViewSubItem" /> that
was added to the collection.</para>
</returns>
</member>
<member name="M:System.Windows.Forms.ListViewItem.ListViewSubItemCollection.Add(System.String)">
<summary>
<para> Adds a subitem to the collection with specified text.</para>
</summary>
<param name="text">The text to display for the subitem.</param>
<returns>
<para>The <see cref="T:System.Windows.Forms.ListViewItem.ListViewSubItem" /> that was added to the
collection.</para>
</returns>
</member>
<member name="M:System.Windows.Forms.ListViewItem.ListViewSubItemCollection.Add(System.String,System.Drawing.Color,System.Drawing.Color,System.Drawing.Font)">
<summary>
<para>Adds a subitem to the collection with specified text,
foreground color, background color, and font settings.</para>
</summary>
<param name="text">The text to display for the subitem.</param>
<param name=" foreColor">A <see cref="T:System.Drawing.Color" /> that represents the foreground color of the subitem.</param>
<param name=" backColor">A <see cref="T:System.Drawing.Color" /> that represents the background color of the subitem.</param>
<param name=" font">A <see cref="T:System.Drawing.Font" /> that represents the typeface to display the subitem's text in.</param>
<returns>
<para>The <see cref="T:System.Windows.Forms.ListViewItem.ListViewSubItem" /> that was added to the
collection.</para>
</returns>
</member>
<member name="M:System.Windows.Forms.ListViewItem.ListViewSubItemCollection.AddRange(System.Windows.Forms.ListViewItem.ListViewSubItem[])">
<summary>
<para>Adds an array of <see cref="T:System.Windows.Forms.ListViewItem.ListViewSubItem" /> objects to the collection.</para>
</summary>
<param name="items">An array of <see cref="T:System.Windows.Forms.ListViewItem.ListViewSubItem" /> objects to add to the collection.</param>
</member>
<member name="M:System.Windows.Forms.ListViewItem.ListViewSubItemCollection.AddRange(System.String[])">
<summary>
<para>Creates new subitems based on an array and adds them to the collection.</para>
</summary>
<param name="items">An array of strings representing the text of each subitem to add to the collection.</param>
</member>
<member name="M:System.Windows.Forms.ListViewItem.ListViewSubItemCollection.AddRange(System.String[],System.Drawing.Color,System.Drawing.Color,System.Drawing.Font)">
<summary>
<para>Creates new subitems based on an array and adds them to
the collection with specified foreground color, background color, and font.</para>
</summary>
<param name="items">An array of strings representing the text of each subitem to add to the collection.</param>
<param name="foreColor">A <see cref="T:System.Drawing.Color" /> that represents the foreground color of the subitem.</param>
<param name="backColor">A <see cref="T:System.Drawing.Color" /> that represents the background color of the subitem.</param>
<param name="font">A <see cref="T:System.Drawing.Font" /> that represents the typeface to display the subitem's text in.</param>
</member>
<member name="M:System.Windows.Forms.ListViewItem.ListViewSubItemCollection.Clear">
<summary>
<para>Removes all subitems from the collection.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.ListViewItem.ListViewSubItemCollection.Contains(System.Windows.Forms.ListViewItem.ListViewSubItem)">
<summary>
<para>Determines whether the specified subitem is located in the collection.</para>
</summary>
<param name="subItem">A <see cref="T:System.Windows.Forms.ListViewItem.ListViewSubItem" /> representing the subitem to locate in the collection.</param>
<returns>
<para>
<see langword="true" /> if the subitem is contained in the
collection; otherwise, <see langword="false" /> .</para>
</returns>
</member>
<member name="M:System.Windows.Forms.ListViewItem.ListViewSubItemCollection.IndexOf(System.Windows.Forms.ListViewItem.ListViewSubItem)">
<summary>
<para>Returns the index within the collection of the specified subitem.</para>
</summary>
<param name="subItem">A <see cref="T:System.Windows.Forms.ListViewItem.ListViewSubItem" /> representing the subitem to locate in the collection.</param>
<returns>
<para>The zero-based index of the subitem's location in the
collection. If the subitem is not located in the collection, the
return value is negative one (-1).</para>
</returns>
</member>
<member name="M:System.Windows.Forms.ListViewItem.ListViewSubItemCollection.Insert(System.Int32,System.Windows.Forms.ListViewItem.ListViewSubItem)">
<summary>
<para>Inserts a subitem into the collection at the specified index.</para>
</summary>
<param name="index">The zero-based index location where the item is inserted.</param>
<param name=" item">A <see cref="T:System.Windows.Forms.ListViewItem.ListViewSubItem" /> representing the subitem to insert into the collection.</param>
</member>
<member name="M:System.Windows.Forms.ListViewItem.ListViewSubItemCollection.Remove(System.Windows.Forms.ListViewItem.ListViewSubItem)">
<summary>
<para>Removes the specified <see cref="T:System.Windows.Forms.ListViewItem.ListViewSubItem" /> from the collection.</para>
</summary>
<param name="item">A <see cref="T:System.Windows.Forms.ListViewItem.ListViewSubItem" /> representing the item to remove from the collection.</param>
</member>
<member name="M:System.Windows.Forms.ListViewItem.ListViewSubItemCollection.RemoveAt(System.Int32)">
<summary>
<para>Removes the subitem at the specified index
within the collection.</para>
</summary>
<param name="index">The zero-based index of the subitem to remove.</param>
</member>
<member name="M:System.Windows.Forms.ListViewItem.ListViewSubItemCollection.GetEnumerator">
<summary>
<para>Returns an enumerator to use to iterate through the
subitem collection.</para>
</summary>
<returns>
<para>An <see cref="T:System.Collections.IEnumerator" /> that represents the subitem
collection.</para>
</returns>
</member>
<member name="P:System.Windows.Forms.ListViewItem.ListViewSubItemCollection.Count">
<summary>
<para> Gets the number of subitems in the collection.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.ListViewItem.ListViewSubItemCollection.IsReadOnly">
<summary>
<para>Gets a value indicating whether the collection is read-only.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.ListViewItem.ListViewSubItemCollection.Item(System.Int32)">
<summary>
<para>Gets or sets the subitem at the specified index within the
collection.</para>
</summary>
<param name="index">The index of the item in the collection to retrieve. </param>
</member>
<member name="T:System.Windows.Forms.MainMenu">
<summary>
<para> Represents the menu structure of a form.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.MainMenu.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:System.Windows.Forms.MainMenu" /> class
without any specified menu items.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.MainMenu.#ctor(System.Windows.Forms.MenuItem[])">
<summary>
<para>Initializes a new instance of the <see cref="T:System.Windows.Forms.MainMenu" /> with a specified set
of <see cref="T:System.Windows.Forms.MenuItem" /> objects.</para>
</summary>
<param name="items">An array of <see cref="T:System.Windows.Forms.MenuItem" /> objects that will be added to the <see cref="T:System.Windows.Forms.MainMenu" /> .</param>
</member>
<member name="M:System.Windows.Forms.MainMenu.CloneMenu">
<summary>
<para>Creates a new <see cref="T:System.Windows.Forms.MainMenu" /> that is a duplicate of the
current <see cref="T:System.Windows.Forms.MainMenu" /> .</para>
</summary>
<returns>
<para>A <see cref="T:System.Windows.Forms.MainMenu" /> that represents the cloned menu.</para>
</returns>
</member>
<member name="M:System.Windows.Forms.MainMenu.GetForm">
<summary>
<para> Gets the <see cref="T:System.Windows.Forms.Form" /> that contains this control.</para>
</summary>
<returns>
<para>A <see cref="T:System.Windows.Forms.Form" /> that is
the container for this control. Returns <see langword="null" /> if
the <see cref="T:System.Windows.Forms.MainMenu" /> is not currently hosted on a form.</para>
</returns>
</member>
<member name="P:System.Windows.Forms.MainMenu.RightToLeft">
<summary>
<para>Gets or sets whether the text displayed by the control is displayed from right to
left.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.MdiClient.CreateControlsInstance">
<summary>
<para>[To be supplied.]</para>
</summary>
</member>
<member name="M:System.Windows.Forms.MdiClient.LayoutMdi(System.Windows.Forms.MdiLayout)">
<summary>
Arranges the MDI child forms according to value, which should be a
member of the MdiLayout enum.
</summary>
<param name="value">
Any value from the MdiLayout enum class.
</param>
</member>
<member name="M:System.Windows.Forms.MdiClient.ScaleCore(System.Single,System.Single)">
<summary>
Performs the work of scaling the entire control and any child controls.
</summary>
<param name="dx">
Ratio to scale the control horizontally.
</param>
<param name="dy">
Ratio to scale the control vertically.
</param>
</member>
<member name="M:System.Windows.Forms.MdiClient.SetBoundsCore(System.Int32,System.Int32,System.Int32,System.Int32,System.Windows.Forms.BoundsSpecified)">
<summary>
<para>[To be supplied.]</para>
</summary>
</member>
<member name="P:System.Windows.Forms.MdiClient.BackgroundImage">
<summary>
Use parent's BackgroundImage if our BackgroundImage isn't set.
</summary>
</member>
<member name="P:System.Windows.Forms.MdiClient.MdiChildren">
<summary>
The list of MDI children contained. This list
will be sorted by the order in which the children were
added to the form, not the current ZOrder.
</summary>
</member>
<member name="M:System.Windows.Forms.MdiClient.ControlCollection.#ctor(System.Windows.Forms.MdiClient)">
<summary>
<para>[To be supplied.]</para>
</summary>
</member>
<member name="M:System.Windows.Forms.MdiClient.ControlCollection.Add(System.Windows.Forms.Control)">
<summary>
Adds a control to the MDI Container. This child must be
a Form that is marked as an MDI Child to be added to the
container. You should not call this directly, but rather
set the child form's (ctl) MDIParent property:
<code>
// wrong
Form child = new ChildForm();
this.getMdiClient().add(child);
// right
Form child = new ChildForm();
child.setMdiParent(this);
</code></summary>
<param name="value">
MdiChild Form to add.
</param>
</member>
<member name="M:System.Windows.Forms.MdiClient.ControlCollection.Remove(System.Windows.Forms.Control)">
<summary>
Removes a child control.
</summary>
<param name="value">
MDIChild Form to remove.
</param>
</member>
<member name="T:System.Windows.Forms.MdiLayout">
<summary>
<para>
Specifies the layout of multiple document interface (MDI) child windows in an MDI parent window.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.MdiLayout.Cascade">
<summary>
<para>
All MDI child windows are cascaded within the client
region of
the MDI parent form.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.MdiLayout.TileHorizontal">
<summary>
<para>
All MDI child windows are tiled horizontally within the client region of the MDI parent form.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.MdiLayout.TileVertical">
<summary>
<para>
All MDI child windows are tiled vertically within the client region of the MDI parent form.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.MdiLayout.ArrangeIcons">
<summary>
<para>
All MDI child icons are arranged within the client region of the MDI parent form.
</para>
</summary>
</member>
<member name="M:System.Windows.Forms.MdiWindowDialog.Dispose(System.Boolean)">
<summary>
MdiWindowDialog overrides dispose so it can clean up the
component list.
</summary>
</member>
<member name="T:System.Windows.Forms.MeasureItemEventArgs">
<summary>
<para>Provides data for the <see langword="MeasureItem" /> event
of the <see cref="T:System.Windows.Forms.ListBox" />, <see cref="T:System.Windows.Forms.ComboBox" />, <see cref="T:System.Windows.Forms.CheckedListBox" />, and <see cref="T:System.Windows.Forms.MenuItem" /> controls.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.MeasureItemEventArgs.#ctor(System.Drawing.Graphics,System.Int32,System.Int32)">
<summary>
<para>Initializes a new instance of the <see cref="T:System.Windows.Forms.MeasureItemEventArgs" /> class providing a
parameter for the item height.</para>
</summary>
<param name="graphics">The <see cref="T:System.Drawing.Graphics" /> object being written to.</param>
<param name=" index">The index of the item for which you need the height or width.</param>
<param name=" itemHeight">The height of the item to measure relative to the <paramref name="graphics" /> object.</param>
</member>
<member name="M:System.Windows.Forms.MeasureItemEventArgs.#ctor(System.Drawing.Graphics,System.Int32)">
<summary>
<para>Initializes a new instance of the <see cref="T:System.Windows.Forms.MeasureItemEventArgs" /> class.</para>
</summary>
<param name="graphics">The <see cref="T:System.Drawing.Graphics" /> object being written to.</param>
<param name=" index">The index of the item for which you need the height or width.</param>
</member>
<member name="P:System.Windows.Forms.MeasureItemEventArgs.Graphics">
<summary>
<para>Gets the <see cref="T:System.Drawing.Graphics" /> object to
measure against.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.MeasureItemEventArgs.Index">
<summary>
<para>Gets or sets the index of the item for which the height and width is needed.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.MeasureItemEventArgs.ItemHeight">
<summary>
<para>Gets or sets the height of the item specified by the
<see cref="P:System.Windows.Forms.MeasureItemEventArgs.Index" />
.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.MeasureItemEventArgs.ItemWidth">
<summary>
<para> Gets or sets the width of the item specified by the
<see cref="P:System.Windows.Forms.MeasureItemEventArgs.Index" />
.</para>
</summary>
</member>
<member name="T:System.Windows.Forms.MeasureItemEventHandler">
<summary>
<para>Represents the method that will handle the <see langword="MeasureItem" /> event
of the <see cref="T:System.Windows.Forms.ListBox" />, <see cref="T:System.Windows.Forms.ComboBox" />, <see cref="T:System.Windows.Forms.CheckedListBox" />, or <see cref="T:System.Windows.Forms.MenuItem" /> controls.</para>
</summary>
<param name=" sender">The source of the event.</param>
<param name="e">A <see cref="T:System.Windows.Forms.MeasureItemEventArgs" /> that contains the event data.</param>
</member>
<member name="T:System.Windows.Forms.MenuGlyph">
<summary>
<para>Specifies the image to draw when drawing a menu with the
<see cref="M:System.Windows.Forms.ControlPaint.DrawMenuGlyph(System.Drawing.Graphics,System.Drawing.Rectangle,System.Windows.Forms.MenuGlyph)" qualify="true" /> method.</para>
</summary>
</member>
<member name="F:System.Windows.Forms.MenuGlyph.Arrow">
<summary>
Draws a submenu arrow.
</summary>
</member>
<member name="F:System.Windows.Forms.MenuGlyph.Checkmark">
<summary>
<para>Draws a menu check mark.</para>
</summary>
</member>
<member name="F:System.Windows.Forms.MenuGlyph.Bullet">
<summary>
Draws a menu bullet.
</summary>
</member>
<member name="T:System.Windows.Forms.MenuItem">
<summary>
<para>Represents an individual item that is displayed within a
<see cref="T:System.Windows.Forms.MainMenu" /> or <see cref="T:System.Windows.Forms.ContextMenu" />.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.MenuItem.#ctor">
<summary>
<para>Initializes a <see cref="T:System.Windows.Forms.MenuItem" /> with
a blank caption.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.MenuItem.#ctor(System.String)">
<summary>
<para>Initializes a new instance of the <see cref="T:System.Windows.Forms.MenuItem" />
class with a specified caption for
the menu item.</para>
</summary>
<param name="text">The caption for the menu item.</param>
</member>
<member name="M:System.Windows.Forms.MenuItem.#ctor(System.String,System.EventHandler)">
<summary>
<para>Initializes a new instance of the class with a specified caption
and event handler for the <see cref="E:System.Windows.Forms.MenuItem.Click" />
event of the menu item.</para>
</summary>
<param name="text">The caption for the menu item.</param>
<param name="onClick">The <see cref="T:System.EventHandler" /> that handles the <see cref="E:System.Windows.Forms.MenuItem.Click" /> event for this menu item.</param>
</member>
<member name="M:System.Windows.Forms.MenuItem.#ctor(System.String,System.EventHandler,System.Windows.Forms.Shortcut)">
<summary>
<para>Initializes a new instance of the
class with a
specified caption, event handler, and associated
shortcut key for the menu item.</para>
</summary>
<param name="text">The caption for the menu item.</param>
<param name="onClick">The <see cref="T:System.EventHandler" /> that handles the <see cref="E:System.Windows.Forms.MenuItem.Click" /> event for this menu item.</param>
<param name="shortcut">One of the <see cref="T:System.Windows.Forms.Shortcut" /> values.</param>
</member>
<member name="M:System.Windows.Forms.MenuItem.#ctor(System.String,System.Windows.Forms.MenuItem[])">
<summary>
<para> Initializes a new instance
of the class
with a specified caption and an array of
submenu items defined for the menu item.</para>
</summary>
<param name="text">The caption for the menu item.</param>
<param name="items">An array of <see cref="T:System.Windows.Forms.MenuItem" /> objects that contains the submenu items for this menu item.</param>
</member>
<member name="M:System.Windows.Forms.MenuItem.#ctor(System.Windows.Forms.MenuMerge,System.Int32,System.Windows.Forms.Shortcut,System.String,System.EventHandler,System.EventHandler,System.EventHandler,System.Windows.Forms.MenuItem[])">
<summary>
<para>Initializes a new instance of the <see cref="T:System.Windows.Forms.MenuItem" /> class with a specified
caption; defined event-handlers for the <see cref="E:System.Windows.Forms.MenuItem.Click" />, <see cref="E:System.Windows.Forms.MenuItem.Select" /> and
<see cref="E:System.Windows.Forms.MenuItem.Popup" />
events; a shortcut key;
a merge type; and order specified for the menu item.</para>
</summary>
<param name="mergeType">One of the <see cref="T:System.Windows.Forms.MenuMerge" /> values.</param>
<param name="mergeOrder">The relative position that this menu item will assume in a merged menu.</param>
<param name="shortcut">One of the <see cref="T:System.Windows.Forms.Shortcut" /> values.</param>
<param name="text">
<para>The caption for the menu item. </para>
</param>
<param name="onClick">The <see cref="T:System.EventHandler" /> that handles the <see cref="E:System.Windows.Forms.MenuItem.Click" /> event for this menu item.</param>
<param name="onPopup">The <see cref="T:System.EventHandler" /> that handles the <see cref="E:System.Windows.Forms.MenuItem.Popup" /> event for this menu item.</param>
<param name="onSelect">The <see cref="T:System.EventHandler" /> that handles the <see cref="E:System.Windows.Forms.MenuItem.Select" /> event for this menu item.</param>
<param name="items">An array of <see cref="T:System.Windows.Forms.MenuItem" /> objects that contains the submenu items for this menu item.</param>
</member>
<member name="M:System.Windows.Forms.MenuItem.CloneMenu">
<summary>
<para>Creates a copy of the current <see cref="T:System.Windows.Forms.MenuItem" /> .</para>
</summary>
<returns>
<para>A <see cref="T:System.Windows.Forms.MenuItem" /> that represents
the duplicated menu
item.</para>
</returns>
</member>
<member name="M:System.Windows.Forms.MenuItem.CloneMenu(System.Windows.Forms.MenuItem)">
<summary>
<para>Creates a copy of the specified <see cref="T:System.Windows.Forms.MenuItem" /> .</para>
</summary>
<param name="itemSrc">The <see cref="T:System.Windows.Forms.MenuItem" /> that represents the menu item to copy.</param>
<returns>
<para>A <see cref="T:System.Windows.Forms.MenuItem" /> that represents
the duplicated menu
item.</para>
</returns>
</member>
<member name="M:System.Windows.Forms.MenuItem.MergeMenu">
<summary>
<para>Merges this <see cref="T:System.Windows.Forms.MenuItem" /> with another <see cref="T:System.Windows.Forms.MenuItem" /> and returns
the resulting merged <see cref="T:System.Windows.Forms.MenuItem" />.</para>
</summary>
<returns>
<para>A <see cref="T:System.Windows.Forms.MenuItem" /> that represents
the
merged menu item.</para>
</returns>
</member>
<member name="M:System.Windows.Forms.MenuItem.MergeMenu(System.Windows.Forms.MenuItem)">
<summary>
<para>Merges another menu item with this menu item.</para>
</summary>
<param name="itemSrc">A <see cref="T:System.Windows.Forms.MenuItem" /> that specifies the menu item to merge with this one.</param>
</member>
<member name="M:System.Windows.Forms.MenuItem.OnClick(System.EventArgs)">
<summary>
<para>Raises the <see cref="E:System.Windows.Forms.MenuItem.Click" />
event.</para>
</summary>
<param name="e">An <see cref="T:System.EventArgs" />that contains the event data.</param>
</member>
<member name="M:System.Windows.Forms.MenuItem.OnDrawItem(System.Windows.Forms.DrawItemEventArgs)">
<summary>
<para>Raises the <see cref="E:System.Windows.Forms.MenuItem.DrawItem" />
event.</para>
</summary>
<param name="e">A <see cref="T:System.Windows.Forms.DrawItemEventArgs" />that contains the event data.</param>
</member>
<member name="M:System.Windows.Forms.MenuItem.OnMeasureItem(System.Windows.Forms.MeasureItemEventArgs)">
<summary>
<para>Raises the <see cref="E:System.Windows.Forms.MenuItem.MeasureItem" />
event.</para>
</summary>
<param name="e">A <see cref="T:System.Windows.Forms.MeasureItemEventArgs" />that contains the event data.</param>
</member>
<member name="M:System.Windows.Forms.MenuItem.OnPopup(System.EventArgs)">
<summary>
<para>Raises the <see cref="E:System.Windows.Forms.MenuItem.Popup" />
event.</para>
</summary>
<param name="e">An <see cref="T:System.EventArgs" />that contains the event data.</param>
</member>
<member name="M:System.Windows.Forms.MenuItem.OnSelect(System.EventArgs)">
<summary>
<para>Raises the <see cref="E:System.Windows.Forms.MenuItem.Select" />
event.</para>
</summary>
<param name="e">An <see cref="T:System.EventArgs" />that contains the event data.</param>
</member>
<member name="M:System.Windows.Forms.MenuItem.PerformClick">
<summary>
<para>Generates a <see cref="E:System.Windows.Forms.Control.Click" /> event for the <see cref="T:System.Windows.Forms.MenuItem" />
, simulating a click by a
user.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.MenuItem.PerformSelect">
<summary>
<para>Raises the <see cref="E:System.Windows.Forms.MenuItem.Select" />
event for this menu item.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.MenuItem.BarBreak">
<summary>
<para>Gets or sets a value indicating whether the <see cref="T:System.Windows.Forms.MenuItem" /> is
placed on a new line (for a menu item added to a <see cref="T:System.Windows.Forms.MainMenu" /> object) or in a new column
(for a submenu item or menu item displayed in a <see cref="T:System.Windows.Forms.ContextMenu" />
).</para>
</summary>
</member>
<member name="P:System.Windows.Forms.MenuItem.Break">
<summary>
<para> Gets or sets a value indicating whether the item is
placed on a new line (for a menu item added to a <see cref="T:System.Windows.Forms.MainMenu" /> object)
or in a new column (for a menu item or
submenu item displayed in a <see cref="T:System.Windows.Forms.ContextMenu" />).</para>
</summary>
</member>
<member name="P:System.Windows.Forms.MenuItem.Checked">
<summary>
<para> Gets or sets a value indicating whether a check
mark appears next to the text of the menu item.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.MenuItem.DefaultItem">
<summary>
<para> Gets or sets a value indicating whether the
menu item is the default menu item.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.MenuItem.OwnerDraw">
<summary>
<para> Gets or sets a value indicating whether the code
that you provide draws the menu item or Windows draws the
menu item.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.MenuItem.Enabled">
<summary>
<para> Gets or sets a value indicating whether the menu
item is enabled.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.MenuItem.Index">
<summary>
<para> Gets or sets a value indicating the position of the menu item in its parent menu.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.MenuItem.IsParent">
<summary>
<para> Gets a value indicating whether the menu item contains
child menu items.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.MenuItem.MdiList">
<summary>
<para> Gets or sets a value
indicating whether the menu item will be populated with
a list of the Multiple Document Interface (MDI) child windows that are displayed within the
associated form.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.MenuItem.MenuID">
<summary>
<para>Gets a value indicating the Windows identifier for this menu item.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.MenuItem.MergeType">
<summary>
<para> Gets or sets a value indicating the behavior of this
menu item when its menu is merged with another.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.MenuItem.MergeOrder">
<summary>
<para> Gets or sets a value indicating the relative position of the menu item when
it is merged with another.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.MenuItem.Mnemonic">
<summary>
<para> Gets a value indicating the mnemonic character that is associated
with this menu item.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.MenuItem.Parent">
<summary>
<para> Gets a value indicating the menu that contains this menu
item.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.MenuItem.RadioCheck">
<summary>
<para>Gets or sets a value indicating whether the <see cref="T:System.Windows.Forms.MenuItem" /> ,
if checked, displays a radio-button instead of a check mark.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.MenuItem.Text">
<summary>
<para>Gets or sets a value indicating the caption of the menu item.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.MenuItem.Shortcut">
<summary>
<para> Gets or sets a value indicating the shortcut key associated with the menu
item.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.MenuItem.ShowShortcut">
<summary>
<para> Gets or sets a value indicating whether the shortcut
key that is associated
with the menu item is displayed next to the menu item
caption.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.MenuItem.Visible">
<summary>
<para> Gets or sets a value
indicating whether the menu item is visible.</para>
</summary>
</member>
<member name="E:System.Windows.Forms.MenuItem.Click">
<summary>
<para>Occurs when the menu item is clicked or selected using a
shortcut key or access key defined for the menu item.</para>
</summary>
</member>
<member name="E:System.Windows.Forms.MenuItem.DrawItem">
<summary>
<para> Occurs when the <see cref="P:System.Windows.Forms.MenuItem.OwnerDraw" /> property of a menu item is set
to
<see langword="true" />
and a request is made to draw the menu item.</para>
</summary>
</member>
<member name="E:System.Windows.Forms.MenuItem.MeasureItem">
<summary>
<para> Occurs when the menu needs to know the size of a
menu item before drawing it.</para>
</summary>
</member>
<member name="E:System.Windows.Forms.MenuItem.Popup">
<summary>
<para>Occurs before a menu item's list of menu items is
displayed.</para>
</summary>
</member>
<member name="E:System.Windows.Forms.MenuItem.Select">
<summary>
<para> Occurs when the user places the cursor over a menu item.</para>
</summary>
</member>
<member name="T:System.Windows.Forms.MenuMerge">
<summary>
<para>
Specifies the behavior of a <see cref="T:System.Windows.Forms.MenuItem" /> when it is merged with items in another menu.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.MenuMerge.Add">
<summary>
<para>The <see cref="T:System.Windows.Forms.MenuItem" /> is added
to the
collection of existing <see cref="T:System.Windows.Forms.MenuItem" /> objects in a merged menu.</para>
</summary>
</member>
<member name="F:System.Windows.Forms.MenuMerge.Replace">
<summary>
<para>The <see cref="T:System.Windows.Forms.MenuItem" /> replaces an
existing <see cref="T:System.Windows.Forms.MenuItem" />
at the same position in a
merged menu.</para>
</summary>
</member>
<member name="F:System.Windows.Forms.MenuMerge.MergeItems">
<summary>
<para>All submenu items of this <see cref="T:System.Windows.Forms.MenuItem" /> are merged with
those of existing <see cref="T:System.Windows.Forms.MenuItem" /> objects
at the same position in a merged menu.</para>
</summary>
</member>
<member name="F:System.Windows.Forms.MenuMerge.Remove">
<summary>
<para>The <see cref="T:System.Windows.Forms.MenuItem" /> is not included in a merged menu.</para>
</summary>
</member>
<member name="T:System.Windows.Forms.Message">
<summary>
<para> Implements a Windows message.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.Message.GetLParam(System.Type)">
<summary>
<para>Gets the <see cref="P:System.Windows.Forms.Message.LParam" /> value, and converts the value to an object.</para>
</summary>
<param name="cls">The type to use to create an instance. This type must be declared as a structure type.</param>
<returns>
<para>An <see cref="T:System.Object" /> that represents an instance of the class
specified by the <paramref name="cls " />parameter, with the data from the <see cref="P:System.Windows.Forms.Message.LParam" /> field of the message.</para>
</returns>
</member>
<member name="M:System.Windows.Forms.Message.Create(System.IntPtr,System.Int32,System.IntPtr,System.IntPtr)">
<summary>
<para>Creates a new <see cref="T:System.Windows.Forms.Message" /> object.</para>
</summary>
<param name="hWnd">The window handle for the message.</param>
<param name="msg">The message ID.</param>
<param name="wparam">The message wparam field.</param>
<param name="lparam">The message lparam field.</param>
<returns>
<para>A <see cref="T:System.Windows.Forms.Message" /> object that represents the message that was created.</para>
</returns>
</member>
<member name="P:System.Windows.Forms.Message.HWnd">
<summary>
<para>Gets or sets the window handle of the message.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.Message.Msg">
<summary>
<para>Gets or sets the ID number for the message.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.Message.WParam">
<summary>
<para>Gets or sets the <see cref="P:System.Windows.Forms.Message.WParam" /> field of the message.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.Message.LParam">
<summary>
<para>Specifies the <see cref="P:System.Windows.Forms.Message.LParam" /> field of the message.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.Message.Result">
<summary>
<para>Specifies the value that is returned to Windows in response to handling the message.</para>
</summary>
</member>
<member name="T:System.Windows.Forms.MessageBox">
<summary>
<para>Displays a
message box that can contain text, buttons, and symbols that
inform and instruct the
user.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.MessageBox.Show(System.String,System.String,System.Windows.Forms.MessageBoxButtons,System.Windows.Forms.MessageBoxIcon,System.Windows.Forms.MessageBoxDefaultButton,System.Windows.Forms.MessageBoxOptions)">
<summary>
<para>Displays a message box with the specified text, caption, buttons, icon, default button, and options.</para>
</summary>
<param name="text">The text to display in the message box.</param>
<param name="caption">The text to display in the title bar of the message box.</param>
<param name="buttons">One of the <see cref="T:System.Windows.Forms.MessageBoxButtons" /> that specifies which buttons to display in the message box.</param>
<param name="icon">One of the <see cref="T:System.Windows.Forms.MessageBoxIcon" /> values that specifies which icon to display in the message box.</param>
<param name="defaultButton">One fo the <see cref="T:System.Windows.Forms.MessageBoxDefaultButton" /> values which specifies which is the default button for the message box.</param>
<param name=" options">One of the <see cref="T:System.Windows.Forms.MessageBoxOptions" /> values which specifies which display and association options will be used for the message box.</param>
<returns>
<para>One of the <see cref="T:System.Windows.Forms.DialogResult" /> values.</para>
</returns>
</member>
<member name="M:System.Windows.Forms.MessageBox.Show(System.String,System.String,System.Windows.Forms.MessageBoxButtons,System.Windows.Forms.MessageBoxIcon,System.Windows.Forms.MessageBoxDefaultButton)">
<summary>
<para>Displays a message box with the specified text, caption, buttons, icon, and default button.</para>
</summary>
<param name="text">The text to display in the message box.</param>
<param name="caption">The text to display in the title bar of the message box.</param>
<param name="buttons">One of the <see cref="T:System.Windows.Forms.MessageBoxButtons" /> that specifies which buttons to display in the message box.</param>
<param name="icon">One of the <see cref="T:System.Windows.Forms.MessageBoxIcon" /> values that specifies which icon to display in the message box.</param>
<param name="defaultButton">One fo the <see cref="T:System.Windows.Forms.MessageBoxDefaultButton" /> values which specifies which is the default button for the message box.</param>
<returns>
<para>One of the <see cref="T:System.Windows.Forms.DialogResult" /> values.</para>
</returns>
</member>
<member name="M:System.Windows.Forms.MessageBox.Show(System.String,System.String,System.Windows.Forms.MessageBoxButtons,System.Windows.Forms.MessageBoxIcon)">
<summary>
<para>Displays a message box with specified text, caption, buttons, and icon.</para>
</summary>
<param name="text">The text to display in the message box.</param>
<param name="caption">The text to display in the title bar of the message box.</param>
<param name="buttons">One of the <see cref="T:System.Windows.Forms.MessageBoxButtons" /> that specifies which buttons to display in the message box.</param>
<param name="icon">One of the <see cref="T:System.Windows.Forms.MessageBoxIcon" />; values that specifies which icon to display in the message box.</param>
<returns>
<para>One of the <see cref="T:System.Windows.Forms.DialogResult" /> values.</para>
</returns>
</member>
<member name="M:System.Windows.Forms.MessageBox.Show(System.String,System.String,System.Windows.Forms.MessageBoxButtons)">
<summary>
<para>Displays a message box with specified text, caption, and buttons.</para>
</summary>
<param name="text">The text to display in the message box.</param>
<param name="caption">The text to display in the title bar of the message box.</param>
<param name="buttons">One of the <see cref="T:System.Windows.Forms.MessageBoxButtons" /> that specifies which buttons to display in the message box.</param>
<returns>
<para>One of the <see cref="T:System.Windows.Forms.DialogResult" /> values.</para>
</returns>
</member>
<member name="M:System.Windows.Forms.MessageBox.Show(System.String,System.String)">
<summary>
<para>Displays a message box with specified text and caption.</para>
</summary>
<param name="text">The text to display in the message box.</param>
<param name="caption">The text to display in the title bar of the message box.</param>
<returns>
<para>One of the <see cref="T:System.Windows.Forms.DialogResult" />
values.</para>
</returns>
</member>
<member name="M:System.Windows.Forms.MessageBox.Show(System.String)">
<summary>
<para>Displays a message box with specified text.</para>
</summary>
<param name="text">The text to display in the message box.</param>
<returns>
<para>One of the <see cref="T:System.Windows.Forms.DialogResult" /> values.</para>
</returns>
</member>
<member name="M:System.Windows.Forms.MessageBox.Show(System.Windows.Forms.IWin32Window,System.String,System.String,System.Windows.Forms.MessageBoxButtons,System.Windows.Forms.MessageBoxIcon,System.Windows.Forms.MessageBoxDefaultButton,System.Windows.Forms.MessageBoxOptions)">
<summary>
<para>Displays a message box in front of the specified object
and with the specified text, caption, buttons, icon, default
button, and options.</para>
</summary>
<param name="owner">The <see cref="T:System.Windows.Forms.IWin32Window" /> the message box will display in front of.</param>
<param name="text">The text to display in the message box.</param>
<param name="caption">The text to display in the title bar of the message box.</param>
<param name="buttons">One of the <see cref="T:System.Windows.Forms.MessageBoxButtons" /> that specifies which buttons to display in the message box.</param>
<param name="icon">One of the <see cref="T:System.Windows.Forms.MessageBoxIcon" /> values that specifies which icon to display in the message box.</param>
<param name="defaultButton">One fo the <see cref="T:System.Windows.Forms.MessageBoxDefaultButton" /> values which specifies which is the default button for the message box.</param>
<param name="options">One of the <see cref="T:System.Windows.Forms.MessageBoxOptions" /> values which specifies which display and association options will be used for the message box.</param>
<returns>
<para>One of the <see cref="T:System.Windows.Forms.DialogResult" /> values.</para>
</returns>
</member>
<member name="M:System.Windows.Forms.MessageBox.Show(System.Windows.Forms.IWin32Window,System.String,System.String,System.Windows.Forms.MessageBoxButtons,System.Windows.Forms.MessageBoxIcon,System.Windows.Forms.MessageBoxDefaultButton)">
<summary>
<para>Displays a message box in front of the specified object
and with the
specified text, caption, buttons, icon, and default button.</para>
</summary>
<param name="owner">The <see cref="T:System.Windows.Forms.IWin32Window" /> the message box will display in front of.</param>
<param name="text">The text to display in the message box.</param>
<param name="caption">The text to display in the title bar of the message box.</param>
<param name="buttons">One of the <see cref="T:System.Windows.Forms.MessageBoxButtons" /> that specifies which buttons to display in the message box.</param>
<param name="icon">One of the <see cref="T:System.Windows.Forms.MessageBoxIcon" /> values that specifies which icon to display in the message box.</param>
<param name="defaultButton">One fo the <see cref="T:System.Windows.Forms.MessageBoxDefaultButton" /> values which specifies which is the default button for the message box.</param>
<returns>
<para>One of the <see cref="T:System.Windows.Forms.DialogResult" /> values.</para>
</returns>
</member>
<member name="M:System.Windows.Forms.MessageBox.Show(System.Windows.Forms.IWin32Window,System.String,System.String,System.Windows.Forms.MessageBoxButtons,System.Windows.Forms.MessageBoxIcon)">
<summary>
<para>Displays a message box in front of the specified object
and with the
specified text, caption, buttons, and icon.</para>
</summary>
<param name="owner">The <see cref="T:System.Windows.Forms.IWin32Window" /> the message box will display in front of.</param>
<param name="text">The text to display in the message box.</param>
<param name="caption">The text to display in the title bar of the message box.</param>
<param name="buttons">One of the <see cref="T:System.Windows.Forms.MessageBoxButtons" /> that specifies which buttons to display in the message box.</param>
<param name="icon">One of the <see cref="T:System.Windows.Forms.MessageBoxIcon" /> values that specifies which icon to display in the message box.</param>
<returns>
<para>One of the <see cref="T:System.Windows.Forms.DialogResult" /> values.</para>
</returns>
</member>
<member name="M:System.Windows.Forms.MessageBox.Show(System.Windows.Forms.IWin32Window,System.String,System.String,System.Windows.Forms.MessageBoxButtons)">
<summary>
<para>Displays a message box in front of the specified object
and with the specified text, caption, and buttons.</para>
</summary>
<param name="owner">The <see cref="T:System.Windows.Forms.IWin32Window" /> the message box will display in front of.</param>
<param name="text">The text to display in the message box.</param>
<param name="caption">The text to display in the title bar of the message box.</param>
<param name="buttons">One of the <see cref="T:System.Windows.Forms.MessageBoxButtons" /> that specifies which buttons to display in the message box.</param>
<returns>
<para>One of the <see cref="T:System.Windows.Forms.DialogResult" /> values.</para>
</returns>
</member>
<member name="M:System.Windows.Forms.MessageBox.Show(System.Windows.Forms.IWin32Window,System.String,System.String)">
<summary>
<para>Displays a message box in front of the specified object
and with the specified text and caption.</para>
</summary>
<param name=" owner">The <see cref="T:System.Windows.Forms.IWin32Window" /> the message box will display in front of.</param>
<param name="text">The text to display in the message box.</param>
<param name="caption">The text to display in the title bar of the message box.</param>
<returns>
<para>One of the <see cref="T:System.Windows.Forms.DialogResult" />
values.</para>
</returns>
</member>
<member name="M:System.Windows.Forms.MessageBox.Show(System.Windows.Forms.IWin32Window,System.String)">
<summary>
<para>Displays a message box in front of the specified
object and with the specified text.</para>
</summary>
<param name=" owner">The <see cref="T:System.Windows.Forms.IWin32Window" /> the message box will display in front of.</param>
<param name="text">The text to display in the message box.</param>
<returns>
<para>One of the <see cref="T:System.Windows.Forms.DialogResult" />
values.</para>
</returns>
</member>
<member name="T:System.Windows.Forms.MessageBoxButtons">
<summary>
<para>Specifies constants defining which buttons to display on
a <see cref="T:System.Windows.Forms.MessageBox" /> .</para>
</summary>
</member>
<member name="F:System.Windows.Forms.MessageBoxButtons.OK">
<summary>
<para>The message box contains an <see langword="OK" /> button.</para>
</summary>
</member>
<member name="F:System.Windows.Forms.MessageBoxButtons.OKCancel">
<summary>
<para>
The message box contains <see langword="OK " />and
<see langword="Cancel " />
buttons.</para>
</summary>
</member>
<member name="F:System.Windows.Forms.MessageBoxButtons.AbortRetryIgnore">
<summary>
<para>The message box contains <see langword="Abort" />,
<see langword="Retry" />, and <see langword="Ignore " />
buttons. </para>
</summary>
</member>
<member name="F:System.Windows.Forms.MessageBoxButtons.YesNoCancel">
<summary>
<para>The message box contains <see langword="Yes" />,
<see langword="No" />, and <see langword="Cancel " />
buttons. </para>
</summary>
</member>
<member name="F:System.Windows.Forms.MessageBoxButtons.YesNo">
<summary>
<para>The message box contains <see langword="Yes " />and
<see langword="No " />
buttons.</para>
</summary>
</member>
<member name="F:System.Windows.Forms.MessageBoxButtons.RetryCancel">
<summary>
<para>The message box contains <see langword="Retry " />and
<see langword="Cancel " />
buttons.</para>
</summary>
</member>
<member name="T:System.Windows.Forms.MessageBoxDefaultButton">
<summary>
<para>Specifies constants defining the default button on a
<see cref="T:System.Windows.Forms.MessageBox" /> .</para>
</summary>
</member>
<member name="F:System.Windows.Forms.MessageBoxDefaultButton.Button1">
<summary>
<para> The
first button on the message box is the default button. </para>
</summary>
</member>
<member name="F:System.Windows.Forms.MessageBoxDefaultButton.Button2">
<summary>
<para>
The second button on the message box is the default button. </para>
</summary>
</member>
<member name="F:System.Windows.Forms.MessageBoxDefaultButton.Button3">
<summary>
<para>
The third button on the message box is the default button. </para>
</summary>
</member>
<member name="T:System.Windows.Forms.MessageBoxIcon">
<summary>
<para>Specifies constants defining which information to display.</para>
</summary>
</member>
<member name="F:System.Windows.Forms.MessageBoxIcon.None">
<summary>
<para> The
message box contain no symbols. </para>
</summary>
</member>
<member name="F:System.Windows.Forms.MessageBoxIcon.Hand">
<summary>
<para> The message box contains a symbol consisting of a white X
in
a circle with a
red background. </para>
</summary>
</member>
<member name="F:System.Windows.Forms.MessageBoxIcon.Question">
<summary>
<para> The message box contains a symbol consisting
of a question mark in
a circle. </para>
</summary>
</member>
<member name="F:System.Windows.Forms.MessageBoxIcon.Exclamation">
<summary>
<para> The message box contains a symbol consisting of an
exclamation point in a triangle with
a yellow background. </para>
</summary>
</member>
<member name="F:System.Windows.Forms.MessageBoxIcon.Asterisk">
<summary>
<para>The message box contains a symbol consisting of a
lowercase letter i in a circle.</para>
</summary>
</member>
<member name="F:System.Windows.Forms.MessageBoxIcon.Stop">
<summary>
<para> The message box contains a symbol consisting of white X in a circle with a red
background.</para>
</summary>
</member>
<member name="F:System.Windows.Forms.MessageBoxIcon.Error">
<summary>
<para> The message box contains a symbol consisting of white X in
a circle with a
red background. </para>
</summary>
</member>
<member name="F:System.Windows.Forms.MessageBoxIcon.Warning">
<summary>
<para> The message box contains a symbol consisting of an
exclamation-point in a triangle with a yellow background. </para>
</summary>
</member>
<member name="F:System.Windows.Forms.MessageBoxIcon.Information">
<summary>
<para> The message box contains a symbol consisting of a
lowercase letter i in
a circle. </para>
</summary>
</member>
<member name="T:System.Windows.Forms.MessageBoxOptions">
<summary>
<para> Specifies options on a <see cref="T:System.Windows.Forms.MessageBox" />.</para>
</summary>
</member>
<member name="F:System.Windows.Forms.MessageBoxOptions.ServiceNotification">
<summary>
<para> The message box is displayed on the active desktop. </para>
<para>The caller is a service notifying the user of an event. The function displays
a message box on the current active desktop, even if there is no user logged on
to the computer.</para>
</summary>
</member>
<member name="F:System.Windows.Forms.MessageBoxOptions.DefaultDesktopOnly">
<summary>
<para> The message box is displayed on the active desktop. </para>
<para>This constant is the same as <see langword="ServiceNotification" /> except that
the system displays the message box only on the default desktop of the
interactive window station.</para>
</summary>
</member>
<member name="F:System.Windows.Forms.MessageBoxOptions.RightAlign">
<summary>
<para> The message box text is right-aligned.</para>
</summary>
</member>
<member name="F:System.Windows.Forms.MessageBoxOptions.RtlReading">
<summary>
<para>Specifies that the message box text is displayed with right to left reading order.</para>
</summary>
</member>
<member name="T:System.Windows.Forms.MethodInvoker">
<summary>
<para> Represents the method that handles the
<see langword="Invoke " /> event for a method.</para>
</summary>
</member>
<member name="T:System.Windows.Forms.MonthCalendar">
<summary>
<para>Represents a standard Windows month calendar control.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.MonthCalendar.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:System.Windows.Forms.MonthCalendar" /> class.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.MonthCalendar.AddAnnuallyBoldedDate(System.DateTime)">
<summary>
<para> Adds a day that is displayed in bold
on an annual basis in the month calendar.</para>
</summary>
<param name="date">The date to be displayed in bold. </param>
</member>
<member name="M:System.Windows.Forms.MonthCalendar.AddBoldedDate(System.DateTime)">
<summary>
<para> Adds a day to be displayed in bold in the month
calendar.</para>
</summary>
<param name="date">The date to be displayed in bold. </param>
</member>
<member name="M:System.Windows.Forms.MonthCalendar.AddMonthlyBoldedDate(System.DateTime)">
<summary>
<para> Adds a day that is displayed in bold on a monthly basis
in the month calendar.</para>
</summary>
<param name="date">The date to be displayed in bold. </param>
</member>
<member name="M:System.Windows.Forms.MonthCalendar.GetDisplayRange(System.Boolean)">
<summary>
<para>Retrieves date information that represents the low and high limits of the displayed dates of
the control.</para>
</summary>
<param name="visible">
<see langword="true" /> to retrieve only the dates that are fully contained in displayed months; otherwise, <see langword="false" />.</param>
<returns>
<para>The begin and end dates of the displayed calendar.</para>
</returns>
</member>
<member name="M:System.Windows.Forms.MonthCalendar.HitTest(System.Int32,System.Int32)">
<summary>
<para> Returns <see cref="T:System.Windows.Forms.MonthCalendar.HitTestInfo" /> with information on which portion of a month calendar control
is at a specified x and y location.</para>
</summary>
<param name="x">The <see cref="P:System.Drawing.Point.X" /> coordinate of the point to be hit-tested. </param>
<param name="y">The <see cref="P:System.Drawing.Point.Y" /> coordinate of the point to be hit-tested. </param>
<returns>
<para>A <see cref="T:System.Windows.Forms.MonthCalendar.HitTestInfo" /> that contains
information about the specified point on the <see cref="T:System.Windows.Forms.MonthCalendar" />.</para>
</returns>
</member>
<member name="M:System.Windows.Forms.MonthCalendar.HitTest(System.Drawing.Point)">
<summary>
<para> Returns an object with information on which portion of
a month calendar control is at a location specified by <see cref="T:System.Drawing.Point" />.</para>
</summary>
<param name="point">A <see cref="T:System.Drawing.Point" /> containing the <see cref="P:System.Drawing.Point.X" /> and <see cref="P:System.Drawing.Point.Y" /> coordinates of the point to be hit-tested. </param>
<returns>
<para>A <see cref="T:System.Windows.Forms.MonthCalendar.HitTestInfo" /> that contains
information about the specified point on the <see cref="T:System.Windows.Forms.MonthCalendar" />.</para>
</returns>
</member>
<member name="M:System.Windows.Forms.MonthCalendar.OnDateChanged(System.Windows.Forms.DateRangeEventArgs)">
<summary>
<para>Raises the <see cref="E:System.Windows.Forms.MonthCalendar.DateChanged" /> event.</para>
</summary>
<param name="drevent">A <see cref="T:System.Windows.Forms.DateRangeEventArgs" /> that contains the event data.</param>
</member>
<member name="M:System.Windows.Forms.MonthCalendar.OnDateSelected(System.Windows.Forms.DateRangeEventArgs)">
<summary>
<para>Raises the <see cref="E:System.Windows.Forms.MonthCalendar.DateSelected" /> event.</para>
</summary>
<param name="drevent">A <see cref="T:System.Windows.Forms.DateRangeEventArgs" /> that contains the event data.</param>
</member>
<member name="M:System.Windows.Forms.MonthCalendar.OnFontChanged(System.EventArgs)">
<summary>
<para>Raises the <see cref="E:System.Windows.Forms.Control.FontChanged" /> event.</para>
</summary>
<param name="e">An <see cref="T:System.EventArgs" /> that contains the event data.</param>
</member>
<member name="M:System.Windows.Forms.MonthCalendar.RemoveAllAnnuallyBoldedDates">
<summary>
<para> Removes all the annually bolded dates.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.MonthCalendar.RemoveAllBoldedDates">
<summary>
<para> Removes all the nonrecurring bolded dates.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.MonthCalendar.RemoveAllMonthlyBoldedDates">
<summary>
<para>Removes all the monthly bolded dates.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.MonthCalendar.RemoveAnnuallyBoldedDate(System.DateTime)">
<summary>
<para>Removes the specified date from the list of annually bolded dates.</para>
</summary>
<param name="date">The date to remove from the date list.</param>
</member>
<member name="M:System.Windows.Forms.MonthCalendar.RemoveBoldedDate(System.DateTime)">
<summary>
<para> Removes the specified date from the list of nonrecurring bolded dates.</para>
</summary>
<param name="date">The date to remove from the date list. </param>
</member>
<member name="M:System.Windows.Forms.MonthCalendar.RemoveMonthlyBoldedDate(System.DateTime)">
<summary>
<para>Removes the specified date from the list of monthly bolded dates.</para>
</summary>
<param name="date">The date to remove from the date list.</param>
</member>
<member name="M:System.Windows.Forms.MonthCalendar.SetCalendarDimensions(System.Int32,System.Int32)">
<summary>
<para>Sets the number of columns and rows of months to display.</para>
</summary>
<param name="x">The number of columns. </param>
<param name="y">The number of rows. </param>
</member>
<member name="M:System.Windows.Forms.MonthCalendar.SetDate(System.DateTime)">
<summary>
<para>Sets a date as the current selected date.</para>
</summary>
<param name="date">The date to be selected. </param>
</member>
<member name="M:System.Windows.Forms.MonthCalendar.SetSelectionRange(System.DateTime,System.DateTime)">
<summary>
<para> Sets the selected dates in a month calendar control to
the specified date range.</para>
</summary>
<param name="date1">The beginning date of the selection range. </param>
<param name="date2">The end date of the selection range. </param>
</member>
<member name="M:System.Windows.Forms.MonthCalendar.UpdateBoldedDates">
<summary>
<para> Repaints the bolded dates to reflect the dates set in the lists of bolded dates.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.MonthCalendar.AnnuallyBoldedDates">
<summary>
<para>Gets or sets the array of <see cref="T:System.DateTime" /> objects that determines which annual days are displayed
in bold.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.MonthCalendar.BoldedDates">
<summary>
<para>Gets or sets the array of <see cref="T:System.DateTime" /> objects that
determines which nonrecurring dates are displayed in bold.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.MonthCalendar.CalendarDimensions">
<summary>
<para>Gets or sets the number of columns and rows of
months displayed.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.MonthCalendar.DefaultImeMode">
<summary>
<para>Gets a value indicating the input method editor for the
<see cref="T:System.Windows.Forms.MonthCalendar" />.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.MonthCalendar.DefaultSize">
<summary>
<para>Gets the default size of the calendar.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.MonthCalendar.FirstDayOfWeek">
<summary>
<para>Gets or sets the first day of the week as displayed in the month calendar.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.MonthCalendar.MaxDate">
<summary>
<para>Gets or sets the maximum allowable date.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.MonthCalendar.MaxSelectionCount">
<summary>
<para>Gets or sets the maximum number of days that can be selected in a
month calendar control.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.MonthCalendar.MinDate">
<summary>
<para> Gets or sets the minimum allowable date.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.MonthCalendar.MonthlyBoldedDates">
<summary>
<para>Gets or sets the array of <see cref="T:System.DateTime" /> objects that determine which monthly days to bold.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.MonthCalendar.ScrollChange">
<summary>
<para>Gets or sets the scroll rate for a month calendar control.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.MonthCalendar.SelectionEnd">
<summary>
<para>Gets or sets the end date of the selected range of dates.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.MonthCalendar.SelectionStart">
<summary>
<para> Gets or sets
the start date of the selected range of dates.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.MonthCalendar.SelectionRange">
<summary>
<para>Gets or sets the selected range of dates for a month calendar control.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.MonthCalendar.ShowToday">
<summary>
<para>Gets or sets a value indicating whether the date
represented by the <see cref="P:System.Windows.Forms.MonthCalendar.TodayDate" /> property is displayed at the bottom of the control.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.MonthCalendar.ShowTodayCircle">
<summary>
<para>Gets or sets a value indicating whether today's date is
circled.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.MonthCalendar.ShowWeekNumbers">
<summary>
<para> Gets or sets a value indicating whether the month calendar control displays
week numbers (1-52) to the left of each row of days.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.MonthCalendar.SingleMonthSize">
<summary>
<para> Gets the minimum size
to display one month of the calendar.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.MonthCalendar.TodayDate">
<summary>
<para>Gets or sets the value that is used by <see cref="T:System.Windows.Forms.MonthCalendar" />
as today's date.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.MonthCalendar.TodayDateSet">
<summary>
<para>Gets a value indicating whether the <see cref="P:System.Windows.Forms.MonthCalendar.TodayDate" />
property has been explicitly set.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.MonthCalendar.TitleBackColor">
<summary>
<para>Gets or sets a value indicating the background color of the title area of the
calendar.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.MonthCalendar.TitleForeColor">
<summary>
<para>Gets or sets a value indicating the foreground color of the title area of the
calendar.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.MonthCalendar.TrailingForeColor">
<summary>
<para> Gets or sets a value indicating the color of
days in months that are not fully displayed in the control. </para>
</summary>
</member>
<member name="E:System.Windows.Forms.MonthCalendar.DateChanged">
<summary>
<para> Occurs when the date selected in the <see cref="T:System.Windows.Forms.MonthCalendar" /> changes.</para>
</summary>
</member>
<member name="E:System.Windows.Forms.MonthCalendar.DateSelected">
<summary>
<para>Occurs when a date in the month calendar is selected.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.MonthCalendar.HitTestInfo.Point">
<summary>
<para>Gets the point that was hit-tested.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.MonthCalendar.HitTestInfo.HitArea">
<summary>
<para>Gets the <see cref="T:System.Windows.Forms.MonthCalendar.HitArea" /> that represents the area
of the calendar evaluated by the hit-test operation.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.MonthCalendar.HitTestInfo.Time">
<summary>
<para> Gets the time information specific to the location that
was hit-tested.</para>
</summary>
</member>
<member name="F:System.Windows.Forms.MonthCalendar.HitArea.Nowhere">
<summary>
<para>The specified point is either not on the month calendar control, or it is in an inactive portion of the control.</para>
</summary>
</member>
<member name="F:System.Windows.Forms.MonthCalendar.HitArea.TitleBackground">
<summary>
<para>The specified point is over the background of a month's title.</para>
</summary>
</member>
<member name="F:System.Windows.Forms.MonthCalendar.HitArea.TitleMonth">
<summary>
<para>The specified point is in a month's title bar, over a month name.</para>
</summary>
</member>
<member name="F:System.Windows.Forms.MonthCalendar.HitArea.TitleYear">
<summary>
<para>The specified point is in a month's title bar, over the year value.</para>
</summary>
</member>
<member name="F:System.Windows.Forms.MonthCalendar.HitArea.NextMonthButton">
<summary>
<para> The specified point is over the button at the upper-right corner of
the control. If the user clicks here, the month calendar scrolls its display to the next
month or set of months.</para>
</summary>
</member>
<member name="F:System.Windows.Forms.MonthCalendar.HitArea.PrevMonthButton">
<summary>
<para> The specified point is over the button at the upper-left corner of the control.
If the user clicks here, the month calendar scrolls its display to the previous month
or set of months.</para>
</summary>
</member>
<member name="F:System.Windows.Forms.MonthCalendar.HitArea.CalendarBackground">
<summary>
<para>The specified point is part of the calendar's background.</para>
</summary>
</member>
<member name="F:System.Windows.Forms.MonthCalendar.HitArea.Date">
<summary>
<para> The specified point is on a date within the calendar.
The <see cref="P:System.Windows.Forms.MonthCalendar.HitTestInfo.Time" />
property of <see cref="T:System.Windows.Forms.MonthCalendar.HitTestInfo" /> is set to the date at the specified point.</para>
</summary>
</member>
<member name="F:System.Windows.Forms.MonthCalendar.HitArea.NextMonthDate">
<summary>
<para> The specified point is over a date from the next month (partially displayed at the end
of the currently displayed month). If the user clicks here, the month calendar scrolls
its display to the next month or set of months.</para>
</summary>
</member>
<member name="F:System.Windows.Forms.MonthCalendar.HitArea.PrevMonthDate">
<summary>
<para> The specified point is over a date from the previous month (partially displayed at the
end of the currently displayed month). If the user clicks here, the month calendar scrolls
its display to the previous month or set of months.</para>
</summary>
</member>
<member name="F:System.Windows.Forms.MonthCalendar.HitArea.DayOfWeek">
<summary>
<para> The specified point is over a day abbreviation ("Fri",
for example). The <see cref="P:System.Windows.Forms.MonthCalendar.HitTestInfo.Time" />
property of <see cref="T:System.Windows.Forms.MonthCalendar.HitTestInfo" />
is set to the corresponding date on the top row.</para>
</summary>
</member>
<member name="F:System.Windows.Forms.MonthCalendar.HitArea.WeekNumbers">
<summary>
<para> The specified point is over a week number.
This occurs only if the <see cref="P:System.Windows.Forms.MonthCalendar.ShowWeekNumbers" /> property of <see cref="T:System.Windows.Forms.MonthCalendar" /> is enabled.
The <see cref="P:System.Windows.Forms.MonthCalendar.HitTestInfo.Time" /> property
of <see cref="T:System.Windows.Forms.MonthCalendar.HitTestInfo" />
is set to
the corresponding date in the leftmost column.</para>
</summary>
</member>
<member name="F:System.Windows.Forms.MonthCalendar.HitArea.TodayLink">
<summary>
<para>The specified point is on the today link at the bottom of the month calendar control.</para>
</summary>
</member>
<member name="T:System.Windows.Forms.MouseButtons">
<summary>
<para>
Specifies constants that define which mouse button was pressed.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.MouseButtons.Left">
<summary>
<para>
The left mouse button was pressed.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.MouseButtons.None">
<summary>
<para>
No mouse button was pressed.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.MouseButtons.Right">
<summary>
<para>
The right mouse button was pressed.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.MouseButtons.Middle">
<summary>
<para>
The middle mouse button was pressed.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.MouseButtons.XButton1">
<summary>
<para>The first XButton was pressed. </para>
<para>With Windows 2000, Microsoft is introducing support for the Microsoft
IntelliMouse Explorer, which is a mouse with five buttons. The two new mouse
buttons (XBUTTON1 and XBUTTON2) provide backward/forward navigation. </para>
</summary>
</member>
<member name="F:System.Windows.Forms.MouseButtons.XButton2">
<summary>
<para>The second XButton was pressed. </para>
<para>With Windows 2000, Microsoft is introducing support for the Microsoft
IntelliMouse Explorer, which is a mouse with five buttons. The two new mouse
buttons (XBUTTON1 and XBUTTON2) provide backward/forward navigation. </para>
</summary>
</member>
<member name="T:System.Windows.Forms.MouseEventArgs">
<summary>
<para>Provides data for the <see langword="MouseUp" />,
<see langword="MouseDown" />, and <see langword="MouseMove " />
events.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.MouseEventArgs.#ctor(System.Windows.Forms.MouseButtons,System.Int32,System.Int32,System.Int32,System.Int32)">
<summary>
<para>Initializes a new instance of the <see cref="T:System.Windows.Forms.MouseEventArgs" /> class.</para>
</summary>
<param name="button">One of the <see cref="T:System.Windows.Forms.MouseButtons" /> values indicating which mouse button was pressed.</param>
<param name="clicks">The number of times a mouse button was pressed.</param>
<param name="x">The x-coordinate of a mouse click, in pixels.</param>
<param name="y">The y-coordinate of a mouse click, in pixels.</param>
<param name="delta">A signed count of the number of detents the wheel has rotated.</param>
</member>
<member name="P:System.Windows.Forms.MouseEventArgs.Button">
<summary>
<para> Gets which mouse button was pressed.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.MouseEventArgs.Clicks">
<summary>
<para> Gets the
number of times the mouse
button was pressed and released.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.MouseEventArgs.X">
<summary>
<para> Gets the x-coordinate
of a mouse click.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.MouseEventArgs.Y">
<summary>
<para> Gets the y-coordinate of a mouse click.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.MouseEventArgs.Delta">
<summary>
<para> Gets a signed count of the number of
detents
the mouse wheel has rotated. A detent is one notch of the mouse wheel.</para>
</summary>
</member>
<member name="T:System.Windows.Forms.MouseEventHandler">
<summary>
<para>Represents the method that will handle the
<see langword="MouseDown" />, <see langword="MouseUp" />, or <see langword="MouseMove " />event of a form, control, or other component.</para>
</summary>
<param name="sender">The source of the event.</param>
<param name="e">A <see cref="T:System.Windows.Forms.MouseEventArgs" /> that contains the event data.</param>
</member>
<member name="M:System.Windows.Forms.NativeMethods.MAKELCID(System.Int32)">
</member>
<member name="M:System.Windows.Forms.NativeMethods.MAKELCID(System.Int32,System.Int32)">
</member>
<member name="M:System.Windows.Forms.NativeMethods.ConnectionPointCookie.#ctor(System.Object,System.Object,System.Type)">
</member>
<member name="M:System.Windows.Forms.NativeMethods.ConnectionPointCookie.#ctor(System.Object,System.Object,System.Type,System.Boolean)">
</member>
<member name="M:System.Windows.Forms.NativeMethods.ConnectionPointCookie.Disconnect">
</member>
<member name="M:System.Windows.Forms.NativeMethods.ConnectionPointCookie.Disconnect(System.Boolean)">
</member>
<member name="M:System.Windows.Forms.NativeMethods.Util.GetPInvokeStringLength(System.String)">
</member>
<member name="F:System.Windows.Forms.NativeMethods.CommonHandles.Accelerator">
</member>
<member name="F:System.Windows.Forms.NativeMethods.CommonHandles.Cursor">
</member>
<member name="F:System.Windows.Forms.NativeMethods.CommonHandles.EMF">
</member>
<member name="F:System.Windows.Forms.NativeMethods.CommonHandles.Find">
</member>
<member name="F:System.Windows.Forms.NativeMethods.CommonHandles.GDI">
</member>
<member name="F:System.Windows.Forms.NativeMethods.CommonHandles.HDC">
</member>
<member name="F:System.Windows.Forms.NativeMethods.CommonHandles.Icon">
</member>
<member name="F:System.Windows.Forms.NativeMethods.CommonHandles.Kernel">
</member>
<member name="F:System.Windows.Forms.NativeMethods.CommonHandles.Menu">
</member>
<member name="F:System.Windows.Forms.NativeMethods.CommonHandles.Window">
</member>
<member name="M:System.Windows.Forms.NativeMethods.HandleCollector.Add(System.IntPtr,System.Int32)">
</member>
<member name="M:System.Windows.Forms.NativeMethods.HandleCollector.RegisterType(System.String,System.Int32,System.Int32)">
</member>
<member name="M:System.Windows.Forms.NativeMethods.HandleCollector.Remove(System.IntPtr,System.Int32)">
</member>
<member name="M:System.Windows.Forms.NativeMethods.HandleCollector.HandleType.#ctor(System.String,System.Int32,System.Int32)">
</member>
<member name="M:System.Windows.Forms.NativeMethods.HandleCollector.HandleType.Add(System.IntPtr)">
</member>
<member name="M:System.Windows.Forms.NativeMethods.HandleCollector.HandleType.Collected">
</member>
<member name="M:System.Windows.Forms.NativeMethods.HandleCollector.HandleType.GetHandleCount">
</member>
<member name="M:System.Windows.Forms.NativeMethods.HandleCollector.HandleType.NeedCollection">
</member>
<member name="M:System.Windows.Forms.NativeMethods.HandleCollector.HandleType.Remove(System.IntPtr)">
</member>
<member name="T:System.Windows.Forms.NavigateEventArgs">
<summary>
<para>Provides data for the <see cref="E:System.Windows.Forms.DataGrid.Navigate" /> event.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.NavigateEventArgs.#ctor(System.Boolean)">
<summary>
<para>Initializes a new instance of the <see cref="T:System.Windows.Forms.NavigateEventArgs" /> class.</para>
</summary>
<param name="isForward">
<see langword="true" /> to navigate in a forward direction; otherwise, <see langword="false" />.</param>
</member>
<member name="P:System.Windows.Forms.NavigateEventArgs.Forward">
<summary>
<para>Gets a value indicating whether to navigate in a
forward direction.</para>
</summary>
</member>
<member name="T:System.Windows.Forms.NavigateEventHandler">
<summary>
<para>Represents the method that will handle the <see cref="T:System.Windows.Forms.NavigateEventArgs" /> event of a <see cref="T:System.Windows.Forms.DataGrid" />.</para>
</summary>
<param name="sender">The source of the event.</param>
<param name=" ne">A <see cref="T:System.Windows.Forms.NavigateEventArgs" /> that contains the event data.</param>
</member>
<member name="T:System.Windows.Forms.NodeLabelEditEventArgs">
<summary>
<para>Provides data for the <see cref="E:System.Windows.Forms.TreeView.BeforeLabelEdit" /> and <see cref="E:System.Windows.Forms.TreeView.AfterLabelEdit" /> events.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.NodeLabelEditEventArgs.#ctor(System.Windows.Forms.TreeNode)">
<summary>
<para>Initializes a new instance of the <see cref="T:System.Windows.Forms.NodeLabelEditEventArgs" /> class for the specified <see cref="T:System.Windows.Forms.TreeNode" /> .</para>
</summary>
<param name="node">The tree node containing the text to edit.</param>
</member>
<member name="M:System.Windows.Forms.NodeLabelEditEventArgs.#ctor(System.Windows.Forms.TreeNode,System.String)">
<summary>
<para>Initializes a new instance of the <see cref="T:System.Windows.Forms.NodeLabelEditEventArgs" /> class for the specified <see cref="T:System.Windows.Forms.TreeNode" /> and the specified text with which to update the tree node label.</para>
</summary>
<param name="node">The tree node containing the text to edit.</param>
<param name=" label">The new text to associate with the tree node. </param>
</member>
<member name="P:System.Windows.Forms.NodeLabelEditEventArgs.CancelEdit">
<summary>
<para>Gets or sets a value indicating whether the edit has been canceled.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.NodeLabelEditEventArgs.Label">
<summary>
<para> Gets the new text to associate
with the tree node.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.NodeLabelEditEventArgs.Node">
<summary>
<para> Gets the tree node containing the text to edit.</para>
</summary>
</member>
<member name="T:System.Windows.Forms.NodeLabelEditEventHandler">
<summary>
<para>Represents the method that will handle the <see cref="E:System.Windows.Forms.TreeView.BeforeLabelEdit" /> and <see cref="E:System.Windows.Forms.TreeView.AfterLabelEdit" /> events of a <see cref="T:System.Windows.Forms.TreeView" /> control.</para>
</summary>
<param name="sender">The source of the event.</param>
<param name=" e">A <see cref="T:System.Windows.Forms.NodeLabelEditEventArgs" /> that contains the event data.</param>
</member>
<member name="T:System.Windows.Forms.NumericUpDown">
<summary>
<para>Represents a Windows up-down control that displays numeric values.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.NumericUpDown.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:System.Windows.Forms.NumericUpDown" /> class.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.NumericUpDown.DownButton">
<summary>
<para>
Decrements the value of the up-down control.
</para>
</summary>
</member>
<member name="M:System.Windows.Forms.NumericUpDown.OnValueChanged(System.EventArgs)">
<summary>
<para>Raises the <see cref="E:System.Windows.Forms.NumericUpDown.ValueChanged" /> event.</para>
</summary>
<param name=" e">An <see cref="T:System.EventArgs" /> that contains the event data.</param>
</member>
<member name="M:System.Windows.Forms.NumericUpDown.ParseEditText">
<summary>
<para>Converts the text displayed in the up-down control to a
numeric value and evaluates it.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.NumericUpDown.UpButton">
<summary>
<para>Increments the value of the up-down control.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.NumericUpDown.UpdateEditText">
<summary>
<para>Displays the current value of the up-down control in the appropriate format.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.NumericUpDown.ValidateEditText">
<summary>
<para>Validates and updates
the text displayed in the up-down control.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.NumericUpDown.DecimalPlaces">
<summary>
<para> Gets or sets the number of decimal places to display in the up-down control.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.NumericUpDown.Hexadecimal">
<summary>
<para>
Gets or sets a value
indicating whether the up-down control should
display the value it contains in hexadecimal format.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.NumericUpDown.Increment">
<summary>
<para> Gets or sets the value
to increment or
decrement the up-down control when the up or down buttons are clicked.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.NumericUpDown.Maximum">
<summary>
<para> Gets or sets the maximum value for the up-down control.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.NumericUpDown.Minimum">
<summary>
<para> Gets or sets the minimum allowed value for the up-down control.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.NumericUpDown.ThousandsSeparator">
<summary>
<para> Gets or sets a value indicating whether a thousands
separator is displayed in the up-down control when appropriate.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.NumericUpDown.Value">
<summary>
<para> Gets or sets the value
assigned to the up-down control.</para>
</summary>
</member>
<member name="E:System.Windows.Forms.NumericUpDown.ValueChanged">
<summary>
<para>Occurs when the <see cref="P:System.Windows.Forms.NumericUpDown.Value" /> property has been changed in some way.</para>
</summary>
</member>
<member name="T:System.Windows.Forms.OpacityConverter">
<summary>
<para>Provides a type converter to convert opacity values to and from a string. </para>
</summary>
</member>
<member name="T:System.Windows.Forms.OpenFileDialog">
<summary>
<para>Represents a common dialog box
that displays the control that allows the user to open a file. This class
cannot be inherited.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.OpenFileDialog.OpenFile">
<summary>
<para> Opens the file selected by the user, with read-only permission. The
file is specified by the <see cref="P:System.Windows.Forms.FileDialog.FileName" /> property.</para>
</summary>
<returns>
<para>A <see cref="T:System.IO.Stream" /> that specifies the
read-only file selected by the user.</para>
</returns>
</member>
<member name="M:System.Windows.Forms.OpenFileDialog.Reset">
<summary>
<para>
Resets all properties to their default values.
</para>
</summary>
</member>
<member name="P:System.Windows.Forms.OpenFileDialog.CheckFileExists">
<summary>
<para> Gets or sets a value indicating whether the dialog box displays a
warning if the user specifies a file name that does not exist.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.OpenFileDialog.Multiselect">
<summary>
<para>
Gets or sets a value
indicating whether the dialog box allows multiple files to be selected.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.OpenFileDialog.ReadOnlyChecked">
<summary>
<para> Gets or sets a value indicating whether
the read-only check box is selected.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.OpenFileDialog.ShowReadOnly">
<summary>
<para> Gets or sets a value indicating whether the dialog contains a read-only check box.</para>
</summary>
</member>
<member name="T:System.Windows.Forms.Orientation">
<summary>
<para>Specifies the orientation of controls or elements of controls.</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Orientation.Horizontal">
<summary>
<para>
The control or element is oriented horizontally.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Orientation.Vertical">
<summary>
<para>
The control or element is oriented vertically.
</para>
</summary>
</member>
<member name="T:System.Windows.Forms.OSFeature">
<summary>
<para>Provides operating-system specific feature queries.</para>
</summary>
</member>
<member name="F:System.Windows.Forms.OSFeature.LayeredWindows">
<summary>
<para>Represents the layered, top-level windows feature. This
<see langword="static" /> field is read-only.</para>
</summary>
</member>
<member name="F:System.Windows.Forms.OSFeature.Themes">
<summary>
<para>Represents the operating system themes feature. This
<see langword="static" /> field is read-only.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.OSFeature.GetVersionPresent(System.Object)">
<summary>
<para>Retrieves the version of the specified feature currently available on the system.</para>
</summary>
<param name="feature">The feature whose version is requested.</param>
<returns>
<para>A <see cref="T:System.Version" /> representing the version
of the specified operating system feature currently available on the system; or
<see langword="null" /> if the feature cannot be found.</para>
</returns>
</member>
<member name="P:System.Windows.Forms.OSFeature.Feature">
<summary>
<para>Represents the <see langword="static" /> instance of <see cref="T:System.Windows.Forms.OSFeature" /> to use for
feature queries. This property is read-only.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.OwnerDrawPropertyBag.IsEmpty">
<summary>
Returns whether or not this property bag contains all default values (is empty)
</summary>
</member>
<member name="M:System.Windows.Forms.OwnerDrawPropertyBag.Copy(System.Windows.Forms.OwnerDrawPropertyBag)">
<summary>
Copies the bag. Always returns a valid ODPB object
</summary>
<param name="value">
property bag to copy
</param>
<returns>
a shallow copy of the property bag
</returns>
</member>
<member name="P:System.Windows.Forms.OwnerDrawPropertyBag.Font">
<summary>
<para>[To be supplied.]</para>
</summary>
</member>
<member name="P:System.Windows.Forms.OwnerDrawPropertyBag.ForeColor">
<summary>
<para>[To be supplied.]</para>
</summary>
</member>
<member name="P:System.Windows.Forms.OwnerDrawPropertyBag.BackColor">
<summary>
<para>[To be supplied.]</para>
</summary>
</member>
<member name="T:System.Windows.Forms.PaintEventArgs">
<summary>
<para>Provides data for the <see cref="E:System.Windows.Forms.Control.Paint" />
event.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.PaintEventArgs.#ctor(System.Drawing.Graphics,System.Drawing.Rectangle)">
<summary>
<para>
Initializes a new instance of the <see cref="T:System.Windows.Forms.PaintEventArgs" /> class with the specified graphics and
clipping rectangle.
</para>
</summary>
<param name="graphics">
The <see cref="T:System.Drawing.Graphics" /> object used to paint the item.
</param>
<param name="clipRect">
The <see cref="T:System.Drawing.Rectangle" /> that represents the rectangle in which to paint.
</param>
</member>
<member name="M:System.Windows.Forms.PaintEventArgs.Dispose">
<summary>
<para> Releases all resources used by the
<see cref="T:System.Windows.Forms.PaintEventArgs" /> .</para>
</summary>
</member>
<member name="M:System.Windows.Forms.PaintEventArgs.Dispose(System.Boolean)">
<summary>
<para>Releases the unmanaged resources used by the <see cref="T:System.Windows.Forms.PaintEventArgs" /> and optionally releases the managed
resources.</para>
</summary>
<param name="disposing">
<see langword="true" /> to release both managed and unmanaged resources; <see langword="false" /> to release only unmanaged resources.</param>
</member>
<member name="P:System.Windows.Forms.PaintEventArgs.ClipRectangle">
<summary>
<para>Indicates the rectangle in which to
paint. This property is read-only.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.PaintEventArgs.Graphics">
<summary>
<para>Indicates the <see cref="T:System.Drawing.Graphics" /> object used to paint. This property is
read-only.</para>
</summary>
</member>
<member name="T:System.Windows.Forms.PaintEventHandler">
<summary>
<para>
Represents the method that will handle the <see cref="E:System.Windows.Forms.Control.Paint" />event of a <see cref="T:System.Windows.Forms.Control" />class.
</para>
</summary>
<param name="sender">
The source of the event.
</param>
<param name="e">
A <see cref="T:System.Windows.Forms.PaintEventArgs" /> that contains the event data.
</param>
</member>
<member name="T:System.Windows.Forms.Panel">
<summary>
<para>
Represents
a Windows <see cref="T:System.Windows.Forms.Panel" />
control.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.Panel.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:System.Windows.Forms.Panel" /> class.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.Panel.BorderStyle">
<summary>
<para> Indicates the
border style for the control.</para>
</summary>
</member>
<member name="T:System.Windows.Forms.PictureBox">
<summary>
<para> Represents a Windows picture box control for
displaying an image.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.PictureBox.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:System.Windows.Forms.PictureBox" /> class. </para>
</summary>
</member>
<member name="M:System.Windows.Forms.PictureBox.OnSizeModeChanged(System.EventArgs)">
<summary>
<para>Raises the <see cref="E:System.Windows.Forms.PictureBox.SizeModeChanged" /> event.</para>
</summary>
<param name="e">An <see cref="T:System.EventArgs" /> that contains the event data.</param>
</member>
<member name="P:System.Windows.Forms.PictureBox.BorderStyle">
<summary>
<para> Indicates the
border style for the control.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.PictureBox.DefaultImeMode">
<summary>
<para> Gets a value indicating the mode for Input Method
Editor (IME) for the <see cref="T:System.Windows.Forms.PictureBox" /> .</para>
</summary>
</member>
<member name="P:System.Windows.Forms.PictureBox.Image">
<summary>
<para>Gets or sets the image that the <see cref="T:System.Windows.Forms.PictureBox" /> displays.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.PictureBox.ImeMode">
<summary>
Gets or sets the Input Method Editor(IME) mode supported
by this control.
</summary>
</member>
<member name="P:System.Windows.Forms.PictureBox.SizeMode">
<summary>
<para>Indicates how the image is displayed.</para>
</summary>
</member>
<member name="E:System.Windows.Forms.PictureBox.SizeModeChanged">
<summary>
<para>Occurs when <see cref="P:System.Windows.Forms.PictureBox.SizeMode" /> changes.</para>
</summary>
</member>
<member name="T:System.Windows.Forms.PictureBoxSizeMode">
<summary>
<para>
Specifies how an image is positioned within a <see cref="T:System.Windows.Forms.PictureBox" />.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.PictureBoxSizeMode.Normal">
<summary>
<para>The image is placed in the upper-left corner of the
<see cref="T:System.Windows.Forms.PictureBox" />. The image is
clipped if it is larger than the <see cref="T:System.Windows.Forms.PictureBox" /> it
is contained in.</para>
</summary>
</member>
<member name="F:System.Windows.Forms.PictureBoxSizeMode.StretchImage">
<summary>
<para>The image within the <see cref="T:System.Windows.Forms.PictureBox" /> is stretched or shrunk to fit
the size of the <see cref="T:System.Windows.Forms.PictureBox" />.</para>
</summary>
</member>
<member name="F:System.Windows.Forms.PictureBoxSizeMode.AutoSize">
<summary>
<para>The <see cref="T:System.Windows.Forms.PictureBox" /> is sized equal to the
size of the image that it contains.</para>
</summary>
</member>
<member name="F:System.Windows.Forms.PictureBoxSizeMode.CenterImage">
<summary>
<para>The image is displayed in the center if the <see cref="T:System.Windows.Forms.PictureBox" /> is larger than the image. If the image
is larger than the <see cref="T:System.Windows.Forms.PictureBox" /> , the picture is placed in the
center of the <see cref="T:System.Windows.Forms.PictureBox" /> and the outside edges are clipped.</para>
</summary>
</member>
<member name="T:System.Windows.Forms.ProgressBar">
<summary>
<para>Represents a Windows progress bar control. </para>
</summary>
</member>
<member name="M:System.Windows.Forms.ProgressBar.#ctor">
<summary>
<para> Initializes a new instance of the <see cref="T:System.Windows.Forms.ProgressBar" />
class.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.ProgressBar.Increment(System.Int32)">
<summary>
<para> Advances the current position of the progress bar
by the specified amount.</para>
</summary>
<param name="value">The amount by which to increment the progress bar's current position. </param>
</member>
<member name="M:System.Windows.Forms.ProgressBar.PerformStep">
<summary>
<para> Advances the current position of the progress bar
by the amount of the <see cref="P:System.Windows.Forms.ProgressBar.Step" />
property.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.ProgressBar.Maximum">
<summary>
<para> Gets or sets the maximum value of the range of the
control.
</para>
</summary>
</member>
<member name="P:System.Windows.Forms.ProgressBar.Minimum">
<summary>
<para> Gets or sets the minimum value of the range of the
control.
</para>
</summary>
</member>
<member name="P:System.Windows.Forms.ProgressBar.Step">
<summary>
<para> Gets or sets the amount by which a call to the <see cref="M:System.Windows.Forms.ProgressBar.PerformStep" />
method increases the current position of the progress bar.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.ProgressBar.Value">
<summary>
<para> Gets or sets the current position of the progress
bar.
</para>
</summary>
</member>
<member name="T:System.Windows.Forms.PropertyGrid">
<summary>
<para>Provides a user interface for browsing the properties of an object.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.ComponentModel.Com2Interop.IComPropertyBrowser.DropDownDone">
</member>
<member name="M:System.Windows.Forms.ComponentModel.Com2Interop.IComPropertyBrowser.EnsurePendingChangesCommitted">
<summary>
<para>[To be supplied.]</para>
</summary>
</member>
<member name="M:System.Windows.Forms.ComponentModel.Com2Interop.IComPropertyBrowser.HandleF4">
<summary>
<para>[To be supplied.]</para>
</summary>
</member>
<member name="M:System.Windows.Forms.ComponentModel.Com2Interop.IComPropertyBrowser.LoadState(Microsoft.Win32.RegistryKey)">
<summary>
<para>[To be supplied.]</para>
</summary>
</member>
<member name="M:System.Windows.Forms.ComponentModel.Com2Interop.IComPropertyBrowser.SaveState(Microsoft.Win32.RegistryKey)">
<summary>
<para>[To be supplied.]</para>
</summary>
</member>
<member name="P:System.Windows.Forms.ComponentModel.Com2Interop.IComPropertyBrowser.InPropertySet">
<summary>
<para>[To be supplied.]</para>
</summary>
</member>
<member name="E:System.Windows.Forms.ComponentModel.Com2Interop.IComPropertyBrowser.ComComponentNameChanged">
<summary>
<para>[To be supplied.]</para>
</summary>
</member>
<member name="M:System.Windows.Forms.PropertyGrid.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:System.Windows.Forms.PropertyGrid" /> class.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.PropertyGrid.CollapseAllGridItems">
<summary>
<para>Collapses all the categories in the <see cref="T:System.Windows.Forms.PropertyGrid" /> .</para>
</summary>
</member>
<member name="M:System.Windows.Forms.PropertyGrid.CreatePropertyTab(System.Type)">
<summary>
<para>When overridden in a derived class, allows for the
creation of a <see cref="T:System.Windows.Forms.Design.PropertyTab" />
.</para>
</summary>
<param name="tabType">The type of tab to create.</param>
<returns>
<para>The newly created property tab. Returns
<see langword="null" /> in its default implementation.</para>
</returns>
</member>
<member name="M:System.Windows.Forms.PropertyGrid.ExpandAllGridItems">
<summary>
<para>Expands all the categories in the <see cref="T:System.Windows.Forms.PropertyGrid" /> .</para>
</summary>
</member>
<member name="M:System.Windows.Forms.PropertyGrid.OnMouseDown(System.Windows.Forms.MouseEventArgs)">
<summary>
<para>Raises the <see cref="E:System.Windows.Forms.Control.MouseDown" /> event.</para>
</summary>
<param name="me">A <see cref="T:System.Windows.Forms.MouseEventArgs" /> that contains the event data.</param>
</member>
<member name="M:System.Windows.Forms.PropertyGrid.OnMouseMove(System.Windows.Forms.MouseEventArgs)">
<summary>
<para>Raises the <see cref="E:System.Windows.Forms.Control.MouseMove" /> event.</para>
</summary>
<param name="me">A <see cref="T:System.Windows.Forms.MouseEventArgs" /> that contains the event data.</param>
</member>
<member name="M:System.Windows.Forms.PropertyGrid.OnMouseUp(System.Windows.Forms.MouseEventArgs)">
<summary>
<para>Raises the <see cref="E:System.Windows.Forms.Control.MouseUp" /> event.</para>
</summary>
<param name="me">A <see cref="T:System.Windows.Forms.MouseEventArgs" /> that contains the event data.</param>
</member>
<member name="M:System.Windows.Forms.PropertyGrid.OnPropertyValueChanged(System.Windows.Forms.PropertyValueChangedEventArgs)">
<summary>
<para>Raises the <see cref="E:System.Windows.Forms.PropertyGrid.PropertyValueChanged" /> event.</para>
</summary>
<param name="e">A <see cref="T:System.Windows.Forms.PropertyValueChangedEventArgs" /> that contains the event data.</param>
</member>
<member name="M:System.Windows.Forms.PropertyGrid.OnPropertyTabChanged(System.Windows.Forms.PropertyTabChangedEventArgs)">
<summary>
<para>Raises the <see cref="E:System.Windows.Forms.PropertyGrid.PropertyTabChanged" /> event.</para>
</summary>
<param name="e">A <see cref="T:System.Windows.Forms.PropertyTabChangedEventArgs" /> that contains the event data.</param>
</member>
<member name="M:System.Windows.Forms.PropertyGrid.OnSelectedGridItemChanged(System.Windows.Forms.SelectedGridItemChangedEventArgs)">
<summary>
<para>Raises the <see cref="E:System.Windows.Forms.PropertyGrid.SelectedGridItemChanged" /> event.</para>
</summary>
<param name="e">A <see cref="T:System.Windows.Forms.SelectedGridItemChangedEventArgs" /> that contains the event data.</param>
</member>
<member name="M:System.Windows.Forms.PropertyGrid.OnSelectedObjectsChanged(System.EventArgs)">
<summary>
<para>Raises the <see cref="E:System.Windows.Forms.PropertyGrid.SelectedObjectsChanged" /> event.</para>
</summary>
<param name="e">An <see cref="T:System.EventArgs" /> that contains the event data.</param>
</member>
<member name="M:System.Windows.Forms.PropertyGrid.RefreshTabs(System.ComponentModel.PropertyTabScope)">
<summary>
<para> Refreshes the property tabs of
the specified scope.</para>
</summary>
<param name="tabScope">Either <see cref="F:System.ComponentModel.PropertyTabScope.Component" qualify="true" /> or <see cref="F:System.ComponentModel.PropertyTabScope.Document" qualify="true" /> .</param>
</member>
<member name="M:System.Windows.Forms.PropertyGrid.ResetSelectedProperty">
<summary>
<para> Resets the selected property to its default value.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.PropertyGrid.BrowsableAttributes">
<summary>
<para>Gets or sets the browsable attributes associated with the object that the property
grid is attached to.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.PropertyGrid.CanShowCommands">
<summary>
<para>Gets a value indicating whether the commands pane can be made visible for the
currently selected objects. </para>
</summary>
</member>
<member name="P:System.Windows.Forms.PropertyGrid.CommandsBackColor">
<summary>
<para>Gets or sets the background color of the hot commands region.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.PropertyGrid.CommandsForeColor">
<summary>
<para>Gets or sets the foreground color for the hot commands region.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.PropertyGrid.CommandsVisible">
<summary>
<para> Gets a value indicating whether the commands pane is visible.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.PropertyGrid.CommandsVisibleIfAvailable">
<summary>
<para> Gets a value indicating whether the commands pane is visible for objects
that expose verbs.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.PropertyGrid.ContextMenuDefaultLocation">
<summary>
<para> Gets the default location for the context menu. </para>
</summary>
</member>
<member name="P:System.Windows.Forms.PropertyGrid.DefaultTabType">
<summary>
<para> Gets the type of the default
tab.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.PropertyGrid.HelpBackColor">
<summary>
<para>Gets or sets the background color for the Help region.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.PropertyGrid.HelpForeColor">
<summary>
<para>Gets or sets the foreground color for the Help region.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.PropertyGrid.HelpVisible">
<summary>
<para>Gets or sets a value indicating whether the Help text is visible.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.PropertyGrid.LineColor">
<summary>
<para>Gets or sets the color of the gridlines and borders.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.PropertyGrid.PropertySort">
<summary>
<para>Gets or sets the type of sorting the <see cref="T:System.Windows.Forms.PropertyGrid" /> uses to display properties.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.PropertyGrid.PropertyTabs">
<summary>
<para>Gets a new collection of property tabs.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.PropertyGrid.SelectedObject">
<summary>
<para> Gets or sets the object for which the grid displays
properties.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.PropertyGrid.SelectedObjects">
<summary>
<para>Gets or sets the currently selected objects.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.PropertyGrid.SelectedTab">
<summary>
<para>Gets the currently selected property tab.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.PropertyGrid.SelectedGridItem">
<summary>
<para> Gets or sets the selected grid item.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.PropertyGrid.LargeButtons">
<summary>
<para> Gets or sets a value indicating whether buttons appear in standard size or in large size.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.PropertyGrid.ToolbarVisible">
<summary>
<para> Gets or sets a value indicating whether the toolbar is visible.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.PropertyGrid.ViewBackColor">
<summary>
<para>Gets or sets a value indicating the background
color in the grid.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.PropertyGrid.ViewForeColor">
<summary>
<para>Gets or sets a value indicating the color of the text in the grid.</para>
</summary>
</member>
<member name="E:System.Windows.Forms.PropertyGrid.PropertyValueChanged">
<summary>
<para>Occurs when a property value changes.</para>
</summary>
</member>
<member name="E:System.Windows.Forms.PropertyGrid.PropertyTabChanged">
<summary>
<para>Occurs when a property tab changes.</para>
</summary>
</member>
<member name="E:System.Windows.Forms.PropertyGrid.PropertySortChanged">
<summary>
<para> Occurs when the sort mode is changed.</para>
</summary>
</member>
<member name="E:System.Windows.Forms.PropertyGrid.SelectedGridItemChanged">
<summary>
<para> Occurs when the selected <see cref="T:System.Windows.Forms.GridItem" /> is changed.</para>
</summary>
</member>
<member name="E:System.Windows.Forms.PropertyGrid.SelectedObjectsChanged">
<summary>
<para>Occurs when the objects selected by the <see cref="P:System.Windows.Forms.PropertyGrid.SelectedObjects" />
property have changed.</para>
</summary>
</member>
<member name="T:System.Windows.Forms.ToolBar">
<summary>
<para>Represents a Windows toolbar.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.ToolBar.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:System.Windows.Forms.ToolBar" /> class.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.ToolBar.OnButtonClick(System.Windows.Forms.ToolBarButtonClickEventArgs)">
<summary>
<para>Raises the <see cref="E:System.Windows.Forms.ToolBar.ButtonClick" />
event.</para>
</summary>
<param name="e">A <see cref="T:System.Windows.Forms.ToolBarButtonClickEventArgs" /> that contains the event data.</param>
</member>
<member name="M:System.Windows.Forms.ToolBar.OnButtonDropDown(System.Windows.Forms.ToolBarButtonClickEventArgs)">
<summary>
<para>Raises the <see cref="E:System.Windows.Forms.ToolBar.ButtonDropDown" />
event.</para>
</summary>
<param name="e">A <see cref="T:System.Windows.Forms.ToolBarButtonClickEventArgs" /> that contains the event data.</param>
</member>
<member name="P:System.Windows.Forms.ToolBar.Appearance">
<summary>
<para>Gets or set the value that determines the appearance of a toolbar control and
its buttons.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.ToolBar.AutoSize">
<summary>
<para> Gets or sets a value indicating whether the toolbar
adjusts its size automatically, based on the size of the buttons and the
dock style.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.ToolBar.BorderStyle">
<summary>
<para> Gets or sets
the border style of the toolbar control.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.ToolBar.Buttons">
<summary>
<para> Gets the collection of <see cref="T:System.Windows.Forms.ToolBarButton" />
controls assigned to the toolbar control.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.ToolBar.ButtonSize">
<summary>
<para>Gets or sets
the size of the buttons on the toolbar control.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.ToolBar.DefaultImeMode">
<summary>
<para>Gets the default Input Method Editor(IME) mode supported by this control.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.ToolBar.Divider">
<summary>
<para> Gets or sets a value indicating
whether the toolbar displays a divider.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.ToolBar.DropDownArrows">
<summary>
<para>Gets or sets a value indicating whether drop-down buttons on a
toolbar display down arrows.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.ToolBar.ImageList">
<summary>
<para> Gets or sets the collection of images available to the toolbar button
controls.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.ToolBar.ImageSize">
<summary>
<para>Gets the size of the images in the image list assigned to the
toolbar.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.ToolBar.ImeMode">
<summary>
<para>Gets or sets the Input Method Editor(IME) mode supported by this control.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.ToolBar.ShowToolTips">
<summary>
<para>
Gets or sets a value indicating whether the toolbar displays a
tool tip for each button.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.ToolBar.TextAlign">
<summary>
<para> Gets or sets the alignment of text in relation to each
image displayed on
the toolbar button controls.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.ToolBar.Wrappable">
<summary>
<para> Gets
or sets a value
indicating whether the toolbar buttons wrap to the next line if the
toolbar becomes too small to display all the buttons
on the same line.</para>
</summary>
</member>
<member name="E:System.Windows.Forms.ToolBar.ButtonClick">
<summary>
<para>Occurs when a <see cref="T:System.Windows.Forms.ToolBarButton" /> on the <see cref="T:System.Windows.Forms.ToolBar" /> is clicked.</para>
</summary>
</member>
<member name="E:System.Windows.Forms.ToolBar.ButtonDropDown">
<summary>
<para>Occurs when a drop-down style <see cref="T:System.Windows.Forms.ToolBarButton" /> or its down arrow is clicked.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.ToolBar.ToolBarButtonCollection.#ctor(System.Windows.Forms.ToolBar)">
<summary>
<para>Initializes a new instance of the <see cref="T:System.Windows.Forms.ToolBar.ToolBarButtonCollection" /> class and assigns it to the specified toolbar.</para>
</summary>
<param name="owner">The <see cref="T:System.Windows.Forms.ToolBar" /> that parents the collection of <see cref="T:System.Windows.Forms.ToolBarButton" /> controls.</param>
</member>
<member name="M:System.Windows.Forms.ToolBar.ToolBarButtonCollection.Add(System.Windows.Forms.ToolBarButton)">
<summary>
<para>Adds a the specified toolbar button to
the end of the toolbar button collection.</para>
</summary>
<param name="button">The <see cref="T:System.Windows.Forms.ToolBarButton" /> to be added after all existing buttons.</param>
<returns>
<para>The zero-based index value of the <see cref="T:System.Windows.Forms.ToolBarButton" /> added to the collection. </para>
</returns>
</member>
<member name="M:System.Windows.Forms.ToolBar.ToolBarButtonCollection.Add(System.String)">
<summary>
<para>Adds a new toolbar button to the end of the toolbar button collection with the specified <see cref="P:System.Windows.Forms.ToolBarButton.Text" qualify="true" /> property value.</para>
</summary>
<param name="text">The text to display on the new <see cref="T:System.Windows.Forms.ToolBarButton" /> .</param>
<returns>
<para>The zero-based index value of the <see cref="T:System.Windows.Forms.ToolBarButton" /> added to the collection. </para>
</returns>
</member>
<member name="M:System.Windows.Forms.ToolBar.ToolBarButtonCollection.AddRange(System.Windows.Forms.ToolBarButton[])">
<summary>
<para>Adds a collection of toolbar buttons to this toolbar button collection.</para>
</summary>
<param name="buttons">The collection of <see cref="T:System.Windows.Forms.ToolBarButton" /> controls to add to this <see cref="T:System.Windows.Forms.ToolBar.ToolBarButtonCollection" /> contained in an array. </param>
</member>
<member name="M:System.Windows.Forms.ToolBar.ToolBarButtonCollection.Clear">
<summary>
<para>Removes
all buttons from the toolbar button collection.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.ToolBar.ToolBarButtonCollection.Contains(System.Windows.Forms.ToolBarButton)">
<summary>
<para>Determines if the specified toolbar button is a member of the collection.</para>
</summary>
<param name="button">The <see cref="T:System.Windows.Forms.ToolBarButton" /> to locate in the collection.</param>
<returns>
<para>
<see langword="true" /> if the <see cref="T:System.Windows.Forms.ToolBarButton" />
is a member of the collection; otherwise, <see langword="false" /> .</para>
</returns>
</member>
<member name="M:System.Windows.Forms.ToolBar.ToolBarButtonCollection.IndexOf(System.Windows.Forms.ToolBarButton)">
<summary>
<para>Retrieves the index of the specified toolbar button in the collection.</para>
</summary>
<param name="button">The <see cref="T:System.Windows.Forms.ToolBarButton" /> to locate in the collection.</param>
<returns>
<para>The zero-based index of the item found in the collection;
otherwise, -1.</para>
</returns>
</member>
<member name="M:System.Windows.Forms.ToolBar.ToolBarButtonCollection.Insert(System.Int32,System.Windows.Forms.ToolBarButton)">
<summary>
<para> Inserts an existing toolbar button in the toolbar button collection at the specified location.</para>
</summary>
<param name="index">The indexed location within the collection to insert the toolbar button. </param>
<param name="button">The <see cref="T:System.Windows.Forms.ToolBarButton" /> to insert. </param>
</member>
<member name="M:System.Windows.Forms.ToolBar.ToolBarButtonCollection.RemoveAt(System.Int32)">
<summary>
<para>Removes a given button from the toolbar button collection.</para>
</summary>
<param name="index">The indexed location of the <see cref="T:System.Windows.Forms.ToolBarButton" /> in the collection.</param>
</member>
<member name="M:System.Windows.Forms.ToolBar.ToolBarButtonCollection.Remove(System.Windows.Forms.ToolBarButton)">
<summary>
<para>Removes a given button from the toolbar button collection.</para>
</summary>
<param name="button">The <see cref="T:System.Windows.Forms.ToolBarButton" /> to remove from the collection.</param>
</member>
<member name="M:System.Windows.Forms.ToolBar.ToolBarButtonCollection.GetEnumerator">
<summary>
<para>Returns an enumerator that can be used to iterate through the toolbar button collection.</para>
</summary>
<returns>
<para>An <see cref="T:System.Collections.IEnumerator" /> object that represents the tree node collection.</para>
</returns>
</member>
<member name="P:System.Windows.Forms.ToolBar.ToolBarButtonCollection.Item(System.Int32)">
<summary>
<para>Gets or sets the toolbar button at the specified indexed location in the
toolbar button collection.</para>
</summary>
<param name="index">The indexed location of the <see cref="T:System.Windows.Forms.ToolBarButton" /> in the collection.</param>
</member>
<member name="P:System.Windows.Forms.ToolBar.ToolBarButtonCollection.Count">
<summary>
<para> Gets the number of buttons in the toolbar button collection.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.ToolBar.ToolBarButtonCollection.IsReadOnly">
<summary>
<para> Gets a value indicating whether the collection is read-only.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.PropertyGrid.PropertyTabCollection.AddTabType(System.Type)">
<summary>
<para>Adds a property tab of the specified type to the collection.</para>
</summary>
<param name="propertyTabType">The property tab type to add to the grid.</param>
</member>
<member name="M:System.Windows.Forms.PropertyGrid.PropertyTabCollection.AddTabType(System.Type,System.ComponentModel.PropertyTabScope)">
<summary>
<para>Adds a property tab of the specified type and with the
specified scope to the collection.</para>
</summary>
<param name="propertyTabType">The property tab type to add to the grid.</param>
<param name="tabScope">One of the <see cref="T:System.ComponentModel.PropertyTabScope" /> values.</param>
</member>
<member name="M:System.Windows.Forms.PropertyGrid.PropertyTabCollection.Clear(System.ComponentModel.PropertyTabScope)">
<summary>
<para> Removes all the property tabs of
the specified scope from the collection.</para>
</summary>
<param name="tabScope">The scope of the tabs to clear.</param>
</member>
<member name="M:System.Windows.Forms.PropertyGrid.PropertyTabCollection.GetEnumerator">
<summary>
<para>Returns an enumeration of all the property tabs in the collection.</para>
</summary>
<returns>
<para>An <see cref="T:System.Collections.IEnumerator" /> for the
<see cref="T:System.Windows.Forms.PropertyGrid.PropertyTabCollection" qualify="true" /> .</para>
</returns>
</member>
<member name="M:System.Windows.Forms.PropertyGrid.PropertyTabCollection.RemoveTabType(System.Type)">
<summary>
<para>Removes the specified tab type from the collection.</para>
</summary>
<param name="propertyTabType">The tab type to remove from the collection.</param>
</member>
<member name="P:System.Windows.Forms.PropertyGrid.PropertyTabCollection.Count">
<summary>
<para>Gets the number of property tabs in the collection.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.PropertyGrid.PropertyTabCollection.Item(System.Int32)">
<summary>
<para> Gets the <see cref="T:System.Windows.Forms.Design.PropertyTab" /> at the specified index.</para>
</summary>
<param name="index">The index of the <see cref="T:System.Windows.Forms.Design.PropertyTab" /> to return. </param>
</member>
<member name="T:System.Windows.Forms.PropertyManager">
<summary>
<para>Maintains a <see cref="T:System.Windows.Forms.Binding" /> between an object's
property and a data-bound control property.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.PropertyManager.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:System.Windows.Forms.PropertyManager" /> class.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.PropertyManager.Current">
<summary>
<para>Gets the object to which the data-bound property belongs.</para>
</summary>
</member>
<member name="T:System.Windows.Forms.PropertySort">
<summary>
<para>Specifies how properties are sorted in the <see cref="T:System.Windows.Forms.PropertyGrid" /> .</para>
</summary>
</member>
<member name="F:System.Windows.Forms.PropertySort.NoSort">
<summary>
<para> Properties are displayed in the order in which they are
retrieved from the <see cref="T:System.ComponentModel.TypeDescriptor" />
.</para>
</summary>
</member>
<member name="F:System.Windows.Forms.PropertySort.Alphabetical">
<summary>
<para> Properties are sorted in an alphabetical list.</para>
</summary>
</member>
<member name="F:System.Windows.Forms.PropertySort.Categorized">
<summary>
<para>Properties are displayed according to their category in a group. The categories are defined
by the properties themselves.</para>
</summary>
</member>
<member name="F:System.Windows.Forms.PropertySort.CategorizedAlphabetical">
<summary>
<para>Properties are displayed according to their category in a group. The
properties are further sorted alphabetically within the group. The categories
are defined by the properties themselves.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.PropertyStore.ContainsInteger(System.Int32)">
</member>
<member name="M:System.Windows.Forms.PropertyStore.ContainsObject(System.Int32)">
</member>
<member name="M:System.Windows.Forms.PropertyStore.CreateKey">
</member>
<member name="M:System.Windows.Forms.PropertyStore.GetInteger(System.Int32)">
</member>
<member name="M:System.Windows.Forms.PropertyStore.GetInteger(System.Int32,System.Boolean@)">
</member>
<member name="M:System.Windows.Forms.PropertyStore.GetObject(System.Int32)">
</member>
<member name="M:System.Windows.Forms.PropertyStore.GetObject(System.Int32,System.Boolean@)">
</member>
<member name="M:System.Windows.Forms.PropertyStore.SetInteger(System.Int32,System.Int32)">
</member>
<member name="M:System.Windows.Forms.PropertyStore.SetObject(System.Int32,System.Object)">
</member>
<member name="T:System.Windows.Forms.PropertyTabChangedEventArgs">
<summary>
<para>Provides data for the <see cref="E:System.Windows.Forms.PropertyGrid.PropertyTabChanged" /> event of a <see cref="T:System.Windows.Forms.PropertyGrid" /> .</para>
</summary>
</member>
<member name="M:System.Windows.Forms.PropertyTabChangedEventArgs.#ctor(System.Windows.Forms.Design.PropertyTab,System.Windows.Forms.Design.PropertyTab)">
<summary>
<para>Initializes a new instance of the <see cref="T:System.Windows.Forms.PropertyTabChangedEventArgs" /> class.</para>
</summary>
<param name="oldTab">The Previously selected property tab.</param>
<param name=" newTab">The newly selected property tab.</param>
</member>
<member name="P:System.Windows.Forms.PropertyTabChangedEventArgs.OldTab">
<summary>
<para>Gets the old <see cref="T:System.Windows.Forms.Design.PropertyTab" /> selected.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.PropertyTabChangedEventArgs.NewTab">
<summary>
<para>Gets the new <see cref="T:System.Windows.Forms.Design.PropertyTab" /> selected.</para>
</summary>
</member>
<member name="T:System.Windows.Forms.PropertyTabChangedEventHandler">
<summary>
<para>Represents the method that will handle the <see cref="E:System.Windows.Forms.PropertyGrid.PropertyTabChanged" /> event of a <see cref="T:System.Windows.Forms.PropertyGrid" />
.</para>
</summary>
<param name="s">The source of the event.</param>
<param name=" e">A <see cref="T:System.Windows.Forms.PropertyTabChangedEventArgs" /> that contains the event data. </param>
</member>
<member name="T:System.Windows.Forms.PropertyValueChangedEventArgs">
<summary>
<para>Provides data for the <see cref="E:System.Windows.Forms.PropertyGrid.PropertyValueChanged" /> event of a <see cref="T:System.Windows.Forms.PropertyGrid" /> .</para>
</summary>
</member>
<member name="M:System.Windows.Forms.PropertyValueChangedEventArgs.#ctor(System.Windows.Forms.GridItem,System.Object)">
<summary>
<para>Initializes a new instance of the <see cref="T:System.Windows.Forms.PropertyValueChangedEventArgs" />class.</para>
</summary>
<param name="changedItem">The item in the grid that changed. </param>
<param name="oldValue">The old property value. </param>
</member>
<member name="P:System.Windows.Forms.PropertyValueChangedEventArgs.ChangedItem">
<summary>
<para>Gets the <see cref="T:System.Windows.Forms.GridItem" /> that was changed.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.PropertyValueChangedEventArgs.OldValue">
<summary>
<para>The value of the grid item before it was changed.</para>
</summary>
</member>
<member name="T:System.Windows.Forms.PropertyValueChangedEventHandler">
<summary>
<para>The event handler class that is invoked when a property
in the grid is modified by the user.</para>
</summary>
</member>
<member name="T:System.Windows.Forms.QueryAccessibilityHelpEventArgs">
<summary>
<para>Provides data for the <see cref="E:System.Windows.Forms.Control.QueryAccessibilityHelp" />
event.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.QueryAccessibilityHelpEventArgs.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:System.Windows.Forms.QueryAccessibilityHelpEventArgs" /> class.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.QueryAccessibilityHelpEventArgs.#ctor(System.String,System.String,System.String)">
<summary>
<para>Initializes a new instance of the <see cref="T:System.Windows.Forms.QueryAccessibilityHelpEventArgs" /> class.</para>
</summary>
<param name="helpNamespace">The file containing Help for the <see cref="T:System.Windows.Forms.AccessibleObject" />.</param>
<param name=" helpString">The string defining what Help to get for the <see cref="T:System.Windows.Forms.AccessibleObject" />.</param>
<param name=" helpKeyword">The keyword to associate with the Help request for the <see cref="T:System.Windows.Forms.AccessibleObject" />. </param>
</member>
<member name="P:System.Windows.Forms.QueryAccessibilityHelpEventArgs.HelpNamespace">
<summary>
<para>Gets or sets a value specifying the name of the Help
file.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.QueryAccessibilityHelpEventArgs.HelpString">
<summary>
<para>Gets or sets the string defining what Help to get for
the <see cref="T:System.Windows.Forms.AccessibleObject" />.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.QueryAccessibilityHelpEventArgs.HelpKeyword">
<summary>
<para>Gets or sets the Help keyword for the specified control.</para>
</summary>
</member>
<member name="T:System.Windows.Forms.QueryAccessibilityHelpEventHandler">
<summary>
<para>Represents the method that will handle the <see cref="E:System.Windows.Forms.Control.QueryAccessibilityHelp" /> event of a control.</para>
</summary>
</member>
<member name="T:System.Windows.Forms.QueryContinueDragEventArgs">
<summary>
<para>Provides data for the <see cref="E:System.Windows.Forms.Control.QueryContinueDrag" />
event.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.QueryContinueDragEventArgs.#ctor(System.Int32,System.Boolean,System.Windows.Forms.DragAction)">
<summary>
<para>
Initializes a new instance of the <see cref="T:System.Windows.Forms.QueryContinueDragEventArgs" /> class.
</para>
</summary>
<param name="keyState">
The current state of the SHIFT, CTRL, and ALT keys.
</param>
<param name="escapePressed">
<para>
<see langword="true" /> if the ESC key was pressed; otherwise, <see langword="false" />. </para>
</param>
<param name="action">
<para>One of the <see cref="T:System.Windows.Forms.DragAction" /> values. </para>
</param>
</member>
<member name="P:System.Windows.Forms.QueryContinueDragEventArgs.KeyState">
<summary>
<para> Gets
the current state of the SHIFT, CTRL, and ALT keys.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.QueryContinueDragEventArgs.EscapePressed">
<summary>
<para> Gets whether the user pressed the ESC key.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.QueryContinueDragEventArgs.Action">
<summary>
<para> Gets or sets the status of a drag-and-drop operation.</para>
</summary>
</member>
<member name="T:System.Windows.Forms.QueryContinueDragEventHandler">
<summary>
<para>
Represents the method that will handle the <see cref="E:System.Windows.Forms.Control.QueryContinueDrag" />
event of a
<see cref="T:System.Windows.Forms.Control" />.
</para>
</summary>
<param name="sender">
The source of an event.
</param>
<param name="e">
<para>A <see cref="T:System.Windows.Forms.QueryContinueDragEventArgs" /> that contains the event data.</para>
</param>
</member>
<member name="T:System.Windows.Forms.RadioButton">
<summary>
<para> Represents a Windows radio button.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.RadioButton.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:System.Windows.Forms.RadioButton" />
class.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.RadioButton.OnCheckedChanged(System.EventArgs)">
<summary>
<para>Raises the <see cref="E:System.Windows.Forms.CheckBox.CheckedChanged" />
event.</para>
</summary>
<param name="e">An <see cref="T:System.EventArgs" /> that contains the event data.</param>
</member>
<member name="M:System.Windows.Forms.RadioButton.PerformClick">
<summary>
<para>Generates a <see cref="E:System.Windows.Forms.Control.Click" /> event for the
button, simulating a click by a user.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.RadioButton.AutoCheck">
<summary>
<para> Gets or sets a value indicating whether the <see cref="P:System.Windows.Forms.RadioButton.Checked" />
value and the appearance of
the control automatically change when the control is clicked.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.RadioButton.Appearance">
<summary>
<para> Gets or set the value that determines the appearance of
the
radio button control.</para>
</summary>
</member>
<member name="E:System.Windows.Forms.RadioButton.AppearanceChanged">
<summary>
<para>Occurs when the <see cref="P:System.Windows.Forms.RadioButton.Appearance" /> property value changes.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.RadioButton.CheckAlign">
<summary>
<para>
Gets or
sets the location of the check box portion of the
radio button control.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.RadioButton.Checked">
<summary>
<para>Gets or sets a value indicating whether the control is checked.</para>
</summary>
</member>
<member name="E:System.Windows.Forms.RadioButton.CheckedChanged">
<summary>
<para>Occurs when the
value of the <see cref="P:System.Windows.Forms.RadioButton.Checked" />
property changes.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.RelatedCurrencyManager.GetItemProperties">
<summary>
<para>Gets the properties of the item.</para>
</summary>
<returns>
<para>A <see cref="T:System.ComponentModel.PropertyDescriptorCollection" /> that represents a collection of
properties.</para>
</returns>
</member>
<member name="M:System.Windows.Forms.RelatedCurrencyManager.GetItemProperties(System.Collections.ArrayList,System.Collections.ArrayList)">
<summary>
<para>Gets the properties of the item using the specified list.</para>
</summary>
<param name="dataSources">The data source maintained by the object</param>
<param name="listAccessors">The ArrayList maintained by the <see cref="T:System.Windows.Forms.RelatedCurrencyManager" />.</param>
<returns>
<para>A <see cref="T:System.ComponentModel.PropertyDescriptorCollection" /> that represents a collection of
properties.</para>
</returns>
</member>
<member name="M:System.Windows.Forms.RelatedCurrencyManager.GetListName(System.Collections.ArrayList)">
<summary>
<para>Gets the name of the specified list.</para>
</summary>
<param name="listAccessors">An <see cref="T:System.Collections.ArrayList" qualify="true" /> that specifies the managed list.</param>
<returns>
<para>The name of the list.</para>
</returns>
</member>
<member name="T:System.Windows.Forms.ContentsResizedEventArgs">
<summary>
<para>Provides data for the <see cref="E:System.Windows.Forms.RichTextBox.ContentsResized" /> event.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.ContentsResizedEventArgs.#ctor(System.Drawing.Rectangle)">
<summary>
<para>Initializes a new instance of the <see cref="T:System.Windows.Forms.ContentsResizedEventArgs" />
class.</para>
</summary>
<param name="newRectangle">A <see cref="T:System.Drawing.Rectangle" /> that specifies the requested dimensions of the <see cref="T:System.Windows.Forms.RichTextBox" /> control.</param>
</member>
<member name="P:System.Windows.Forms.ContentsResizedEventArgs.NewRectangle">
<summary>
<para>Represents the requested size of the <see cref="T:System.Windows.Forms.RichTextBox" /> control.</para>
</summary>
</member>
<member name="T:System.Windows.Forms.ContentsResizedEventHandler">
<summary>
<para>Represents the method that will handle the <see cref="E:System.Windows.Forms.RichTextBox.ContentsResized" /> event of
a <see cref="T:System.Windows.Forms.RichTextBox" />.</para>
</summary>
</member>
<member name="T:System.Windows.Forms.RichTextBox">
<summary>
<para> Represents a Windows rich text box control.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.RichTextBox.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:System.Windows.Forms.RichTextBox" /> class.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.RichTextBox.CanPaste(System.Windows.Forms.DataFormats.Format)">
<summary>
<para>Determines whether you can paste information from the Clipboard in the
specified data format.</para>
</summary>
<param name=" clipFormat">One of the <see cref="T:System.Windows.Forms.DataFormats.Format" qualify="true" /> values.</param>
<returns>
<para>
<see langword="true" /> if you can paste data from the
Clipboard in the specified data format; otherwise, <see langword="false" /> .</para>
</returns>
</member>
<member name="M:System.Windows.Forms.RichTextBox.Find(System.String)">
<summary>
<para>Searches the text in a <see cref="T:System.Windows.Forms.RichTextBox" /> control for a string.</para>
</summary>
<param name="str">The text to locate in the control.</param>
<returns>
<para>The location within the control where the search text
was found or a negative one (-1) if the search string is not found or an empty
search string is specified in the <paramref name="str" /> parameter.</para>
</returns>
</member>
<member name="M:System.Windows.Forms.RichTextBox.Find(System.String,System.Windows.Forms.RichTextBoxFinds)">
<summary>
<para>Searches the text in a <see cref="T:System.Windows.Forms.RichTextBox" />
control for a string with specific options applied to the search.</para>
</summary>
<param name="str">The text to locate in the control.</param>
<param name="options">A bitwise combination of the <see cref="T:System.Windows.Forms.RichTextBoxFinds" /> values.</param>
<returns>
<para>The location within the control where the search text was found.</para>
</returns>
</member>
<member name="M:System.Windows.Forms.RichTextBox.Find(System.String,System.Int32,System.Windows.Forms.RichTextBoxFinds)">
<summary>
<para>Searches the text in a <see cref="T:System.Windows.Forms.RichTextBox" /> control for a string
at a specific location within the control and with specific options applied to the search.</para>
</summary>
<param name="str">The text to locate in the control.</param>
<param name="start">The location within the control's text at which to begin searching.</param>
<param name="options">A bitwise combination of the <see cref="T:System.Windows.Forms.RichTextBoxFinds" /> values.</param>
<returns>
<para>The location within the control where the search text was found.</para>
</returns>
</member>
<member name="M:System.Windows.Forms.RichTextBox.Find(System.String,System.Int32,System.Int32,System.Windows.Forms.RichTextBoxFinds)">
<summary>
<para>Searches the text in a <see cref="T:System.Windows.Forms.RichTextBox" /> control for a string within a range of text within the control and with specific options applied to the search.</para>
</summary>
<param name="str">The text to locate in the control.</param>
<param name="start">The location within the control's text at which to begin searching.</param>
<param name="end">The location within the control's text at which to end searching. This value must be equal to negative one (-1) or greater than or equal to the <paramref name="start" /> parameter.</param>
<param name="options">A bitwise combination of the <see cref="T:System.Windows.Forms.RichTextBoxFinds" /> values.</param>
<returns>
<para>The location within the control where the search text was found.</para>
</returns>
</member>
<member name="M:System.Windows.Forms.RichTextBox.Find(System.Char[])">
<summary>
<para> Searches the text of a <see cref="T:System.Windows.Forms.RichTextBox" />
control for the first instance of a character from a list of characters.</para>
</summary>
<param name="characterSet">The array of characters to search for.</param>
<returns>
<para>The location within the control where the search
characters were found or a negative one (-1) if the search characters are
not found or an empty search character set is specified in the <paramref name="char&#xD;&#xA; " /> parameter.</para>
</returns>
</member>
<member name="M:System.Windows.Forms.RichTextBox.Find(System.Char[],System.Int32)">
<summary>
<para>Searches the text of a <see cref="T:System.Windows.Forms.RichTextBox" />
control, at a specific starting point, for the first instance of a character from a list of characters.</para>
</summary>
<param name="characterSet">The array of characters to search for.</param>
<param name="start">The location within the control's text at which to begin searching.</param>
<returns>
<para>The location within the control where the search characters are found.</para>
</returns>
</member>
<member name="M:System.Windows.Forms.RichTextBox.Find(System.Char[],System.Int32,System.Int32)">
<summary>
<para>Searches a range of text in a <see cref="T:System.Windows.Forms.RichTextBox" /> control for the first instance of a character from a list of characters.</para>
</summary>
<param name="characterSet">The array of characters to search for.</param>
<param name="start">The location within the control's text at which to begin searching.</param>
<param name="end">The location within the control's text at which to end searching.</param>
<returns>
<para>The location within the control where the search characters are found.</para>
</returns>
</member>
<member name="M:System.Windows.Forms.RichTextBox.GetCharFromPosition(System.Drawing.Point)">
<summary>
<para>Gets the character that is closest to the specified location within the control.</para>
</summary>
<param name="pt">The location from which to seek the nearest character.</param>
<returns>
<para>The character at the specified location.</para>
</returns>
</member>
<member name="M:System.Windows.Forms.RichTextBox.GetCharIndexFromPosition(System.Drawing.Point)">
<summary>
<para>Gets the index of the character nearest to the specified location.</para>
</summary>
<param name=" pt">The location to search.</param>
<returns>
<para> The zero-based character index at the specified location.</para>
</returns>
</member>
<member name="M:System.Windows.Forms.RichTextBox.GetLineFromCharIndex(System.Int32)">
<summary>
<para>Gets the line number from the specified character
position within the text of the <see cref="T:System.Windows.Forms.RichTextBox" />
control.</para>
</summary>
<param name="index">The character index position to search.</param>
<returns>
<para> The zero-based line number where the character index is located in.</para>
</returns>
</member>
<member name="M:System.Windows.Forms.RichTextBox.GetPositionFromCharIndex(System.Int32)">
<summary>
<para>Gets the location within the control at the specified character index.</para>
</summary>
<param name="index">The index of the character for which to retrieve the location.</param>
<returns>
<para>The location of the specified character.</para>
</returns>
</member>
<member name="M:System.Windows.Forms.RichTextBox.LoadFile(System.String)">
<summary>
<para>Loads a Rich Text Format (RTF) or standard ASCII text
file into the <see cref="T:System.Windows.Forms.RichTextBox" /> control.</para>
</summary>
<param name="path">The name and location of the file to load into the control.</param>
</member>
<member name="M:System.Windows.Forms.RichTextBox.LoadFile(System.String,System.Windows.Forms.RichTextBoxStreamType)">
<summary>
<para>Loads a specific type of file into the <see cref="T:System.Windows.Forms.RichTextBox" /> control.</para>
</summary>
<param name="path">The name and location of the file to load into the control.</param>
<param name="fileType">One of the <see cref="T:System.Windows.Forms.RichTextBoxStreamType" /> values.</param>
</member>
<member name="M:System.Windows.Forms.RichTextBox.LoadFile(System.IO.Stream,System.Windows.Forms.RichTextBoxStreamType)">
<summary>
<para>Loads the contents of an existing data stream into the <see cref="T:System.Windows.Forms.RichTextBox" /> control.</para>
</summary>
<param name="data">A stream of data to load into the <see cref="T:System.Windows.Forms.RichTextBox" /> control.</param>
<param name="fileType">One of the <see cref="T:System.Windows.Forms.RichTextBoxStreamType" /> values.</param>
</member>
<member name="M:System.Windows.Forms.RichTextBox.OnContentsResized(System.Windows.Forms.ContentsResizedEventArgs)">
<summary>
<para>Raises the <see cref="E:System.Windows.Forms.RichTextBox.ContentsResized" />
event.</para>
</summary>
<param name="e">A <see cref="T:System.Windows.Forms.ContentsResizedEventArgs" /> that contains the event data.</param>
</member>
<member name="M:System.Windows.Forms.RichTextBox.OnHScroll(System.EventArgs)">
<summary>
<para>Raises the <see cref="E:System.Windows.Forms.RichTextBox.HScroll" />
event.</para>
</summary>
<param name="e">An <see cref="T:System.EventArgs" /> that contains the event data.</param>
</member>
<member name="M:System.Windows.Forms.RichTextBox.OnLinkClicked(System.Windows.Forms.LinkClickedEventArgs)">
<summary>
<para>Raises the <see cref="E:System.Windows.Forms.RichTextBox.LinkClicked" />
event.</para>
</summary>
<param name="e">A <see cref="T:System.Windows.Forms.LinkClickedEventArgs" /> that contains the event data.</param>
</member>
<member name="M:System.Windows.Forms.RichTextBox.OnImeChange(System.EventArgs)">
<summary>
<para> Raises the <see cref="E:System.Windows.Forms.RichTextBox.ImeChange" /> event.</para>
</summary>
<param name="e">An <see cref="T:System.EventArgs" /> that contains the event data.</param>
</member>
<member name="M:System.Windows.Forms.RichTextBox.OnProtected(System.EventArgs)">
<summary>
<para>
Raises the <see cref="E:System.Windows.Forms.RichTextBox.Protected" />
event.</para>
</summary>
<param name="e">An <see cref="T:System.EventArgs" /> that contains the event data.</param>
</member>
<member name="M:System.Windows.Forms.RichTextBox.OnSelectionChanged(System.EventArgs)">
<summary>
<para>
Raises the <see cref="E:System.Windows.Forms.RichTextBox.SelectionChanged" />
event.</para>
</summary>
<param name="e">An <see cref="T:System.EventArgs" /> that contains the event data.</param>
</member>
<member name="M:System.Windows.Forms.RichTextBox.OnVScroll(System.EventArgs)">
<summary>
<para>Raises the <see cref="E:System.Windows.Forms.RichTextBox.VScroll" />
event.</para>
</summary>
<param name="e">An <see cref="T:System.EventArgs" /> that contains the event data.</param>
</member>
<member name="M:System.Windows.Forms.RichTextBox.Paste(System.Windows.Forms.DataFormats.Format)">
<summary>
<para>Pastes the contents of the Clipboard in the specified Clipboard format.</para>
</summary>
<param name="clipFormat">The Clipboard format in which the data should be obtained from the Clipboard.</param>
</member>
<member name="M:System.Windows.Forms.RichTextBox.Redo">
<summary>
<para>Reapplies the last operation that was undone in the control.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.RichTextBox.SaveFile(System.String)">
<summary>
<para>Saves the contents of the <see cref="T:System.Windows.Forms.RichTextBox" /> to a Rich Text Format (RTF) file.</para>
</summary>
<param name="path">The name and location of the file to save.</param>
</member>
<member name="M:System.Windows.Forms.RichTextBox.SaveFile(System.String,System.Windows.Forms.RichTextBoxStreamType)">
<summary>
<para>Saves the contents of the <see cref="T:System.Windows.Forms.RichTextBox" /> to a specific type of file.</para>
</summary>
<param name="path">The name and location of the file to save.</param>
<param name="fileType">One of the <see cref="T:System.Windows.Forms.RichTextBoxStreamType" /> values.</param>
</member>
<member name="M:System.Windows.Forms.RichTextBox.SaveFile(System.IO.Stream,System.Windows.Forms.RichTextBoxStreamType)">
<summary>
<para>Saves the contents of a <see cref="T:System.Windows.Forms.RichTextBox" /> control to an open data stream.</para>
</summary>
<param name="data">The data stream that contains the file to save to.</param>
<param name="fileType">One of the <see cref="T:System.Windows.Forms.RichTextBoxStreamType" /> values.</param>
</member>
<member name="M:System.Windows.Forms.RichTextBox.CreateRichEditOleCallback">
<summary>
<para>Creates an <see langword="IRichEditOleCallback " /> compatible object
for handling RichEdit callback operations.</para>
</summary>
<returns>
<para>An object that implements the
<see langword="IRichEditOleCallback" /> interface.</para>
</returns>
</member>
<member name="P:System.Windows.Forms.RichTextBox.AllowDrop">
<summary>
<para>Gets or sets a value indicating whether the control will allow drag and drop
operations.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.RichTextBox.AutoWordSelection">
<summary>
<para>Gets or sets a value indicating whether automatic word selection is enabled.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.RichTextBox.AutoSize">
<summary>
<para>Gets or sets a value indicating whether the size of the
<see cref="T:System.Windows.Forms.RichTextBox" /> automatically
adjusts when the font assigned to the control is changed.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.RichTextBox.BulletIndent">
<summary>
<para>Gets or sets the indentation used in the <see cref="T:System.Windows.Forms.RichTextBox" /> control
when the bullet style is applied to the text.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.RichTextBox.CanRedo">
<summary>
<para> Gets a value indicating whether there are actions that
have occurred within the <see cref="T:System.Windows.Forms.RichTextBox" /> that can be reapplied.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.RichTextBox.DetectUrls">
<summary>
<para> Gets or sets a value indicating whether or not the
<see cref="T:System.Windows.Forms.RichTextBox" /> will automatically
format a Uniform Resource Locator (URL) when it is
typed
into the control.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.RichTextBox.RedoActionName">
<summary>
<para>Gets the name of the action that can be reapplied to the control when the
<see cref="M:System.Windows.Forms.RichTextBox.Redo" /> method is called.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.RichTextBox.RightMargin">
<summary>
<para>Gets or sets the size of a single line of text within the <see cref="T:System.Windows.Forms.RichTextBox" /> control.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.RichTextBox.Rtf">
<summary>
<para>Gets or sets the text of the <see cref="T:System.Windows.Forms.RichTextBox" /> control, including all Rich Text Format (RTF) codes.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.RichTextBox.ScrollBars">
<summary>
<para>Gets or sets the type of scroll bars to display in the
<see cref="T:System.Windows.Forms.RichTextBox" /> control.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.RichTextBox.SelectionAlignment">
<summary>
<para> Gets or sets the alignment to apply to
the current selection or insertion point.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.RichTextBox.SelectionBullet">
<summary>
<para> Gets or sets a value indicating
whether the bullet style is applied to the current selection or insertion point.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.RichTextBox.SelectionCharOffset">
<summary>
<para> Gets or sets whether
text in the control appears on the baseline, as a superscript,
or as a subscript below the baseline.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.RichTextBox.SelectionColor">
<summary>
<para>Gets or sets the text color of the current text selection or insertion
point.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.RichTextBox.SelectionFont">
<summary>
<para>Gets or sets the font of the current text selection or insertion point.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.RichTextBox.SelectionHangingIndent">
<summary>
<para>Gets or sets the distance between the left edge of the first line of text in
the selected paragraph and the left edge of subsequent lines in the same
paragraph.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.RichTextBox.SelectionIndent">
<summary>
<para>Gets or sets the distance in pixels between the left
edge of the <see cref="T:System.Windows.Forms.RichTextBox" />
and the left edge of the current text selection or text added after the
insertion point.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.RichTextBox.SelectionLength">
<summary>
<para> Gets or sets the number of characters selected in
control.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.RichTextBox.SelectionProtected">
<summary>
<para>Gets or sets a value indicating whether the current text selection is protected.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.RichTextBox.SelectedRtf">
<summary>
<para>Gets or sets the currently selected Rich Text Format (RTF) formatted text
in the control.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.RichTextBox.SelectionRightIndent">
<summary>
<para>The distance (in pixels) between the right edge of the RichTextBox control and
the right edge of the text that is selected or added at the current
insertion point.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.RichTextBox.SelectionTabs">
<summary>
<para>Gets or sets the absolute tab stop positions in a
<see cref="T:System.Windows.Forms.RichTextBox" /> control.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.RichTextBox.SelectedText">
<summary>
<para>Gets or sets the selected text within the <see cref="T:System.Windows.Forms.RichTextBox" />
.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.RichTextBox.SelectionType">
<summary>
<para>Gets the selection type within the control.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.RichTextBox.ShowSelectionMargin">
<summary>
<para>Gets or sets a value indicating whether a
selection margin is displayed in the <see cref="T:System.Windows.Forms.RichTextBox" />
.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.RichTextBox.TextLength">
</member>
<member name="P:System.Windows.Forms.RichTextBox.UndoActionName">
<summary>
<para>Gets the name of the action that can be undone in the
control when the <see cref="M:System.Windows.Forms.TextBoxBase.Undo" /> method is called.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.RichTextBox.ZoomFactor">
<summary>
<para>Gets or sets the current zoom level of the <see cref="T:System.Windows.Forms.RichTextBox" />
.</para>
</summary>
</member>
<member name="E:System.Windows.Forms.RichTextBox.ContentsResized">
<summary>
<para>Occurs when contents within the control are resized.</para>
</summary>
</member>
<member name="E:System.Windows.Forms.RichTextBox.HScroll">
<summary>
<para>Occurs when the user clicks the horizontal scroll bar of the control.</para>
</summary>
</member>
<member name="E:System.Windows.Forms.RichTextBox.LinkClicked">
<summary>
<para>Occurs when the user clicks on a link within the text of the control.</para>
</summary>
</member>
<member name="E:System.Windows.Forms.RichTextBox.ImeChange">
<summary>
<para>Occurs when the user switches input methods on an Asian version of the
Windows operating system. </para>
</summary>
</member>
<member name="E:System.Windows.Forms.RichTextBox.Protected">
<summary>
<para>Occurs when the user attempts to modify protected text in the control.</para>
</summary>
</member>
<member name="E:System.Windows.Forms.RichTextBox.SelectionChanged">
<summary>
<para>Occurs when the selection of text within the control has changed.</para>
</summary>
</member>
<member name="E:System.Windows.Forms.RichTextBox.VScroll">
<summary>
<para>Occurs when the user clicks the vertical scroll bars of the control.</para>
</summary>
</member>
<member name="T:System.Windows.Forms.RichTextBoxFinds">
<summary>
<para>Specifies how a text search is carried out in a <see cref="T:System.Windows.Forms.RichTextBox" /> control. </para>
</summary>
</member>
<member name="F:System.Windows.Forms.RichTextBoxFinds.None">
<summary>
<para> Locate all instances of the search
text, whether the instances found in the search are whole words or not.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.RichTextBoxFinds.WholeWord">
<summary>
<para> Locate only instances of the search text that are whole words.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.RichTextBoxFinds.MatchCase">
<summary>
<para>Locate only instances of the search text that have the exact casing.</para>
</summary>
</member>
<member name="F:System.Windows.Forms.RichTextBoxFinds.NoHighlight">
<summary>
<para> The search text, if found, should not be highlighted.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.RichTextBoxFinds.Reverse">
<summary>
<para>The search starts at the end of the control's document
and searches to the beginning of the document.</para>
</summary>
</member>
<member name="T:System.Windows.Forms.RichTextBoxScrollBars">
<summary>
<para> Specifies the type of scroll bars to display in a <see cref="T:System.Windows.Forms.RichTextBox" />control.</para>
</summary>
</member>
<member name="F:System.Windows.Forms.RichTextBoxScrollBars.None">
<summary>
<para> No scroll bars are displayed.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.RichTextBoxScrollBars.Horizontal">
<summary>
<para> Display a horizontal scroll bar only when text is longer
than the width of the control.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.RichTextBoxScrollBars.Vertical">
<summary>
<para> Display a vertical scroll bar only when text is longer than
the height of the control.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.RichTextBoxScrollBars.Both">
<summary>
<para> Display both a horizontal and a vertical scroll bar when needed.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.RichTextBoxScrollBars.ForcedHorizontal">
<summary>
<para> Always
display a horizontal scroll bar.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.RichTextBoxScrollBars.ForcedVertical">
<summary>
<para> Always display a vertical scroll bar.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.RichTextBoxScrollBars.ForcedBoth">
<summary>
<para> Always display both a horizontal and a vertical scroll bar.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.RichTextBoxSelectionAttribute.Mixed">
<summary>
<para>
Some but not all characters.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.RichTextBoxSelectionAttribute.None">
<summary>
<para>
No characters.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.RichTextBoxSelectionAttribute.All">
<summary>
<para>
All characters.
</para>
</summary>
</member>
<member name="T:System.Windows.Forms.RichTextBoxSelectionTypes">
<summary>
<para>Specifies the type of selection in a <see cref="T:System.Windows.Forms.RichTextBox" /> control.</para>
</summary>
</member>
<member name="F:System.Windows.Forms.RichTextBoxSelectionTypes.Empty">
<summary>
<para>No text is selected in the current selection.</para>
</summary>
</member>
<member name="F:System.Windows.Forms.RichTextBoxSelectionTypes.Text">
<summary>
<para>The current selection contains only text.</para>
</summary>
</member>
<member name="F:System.Windows.Forms.RichTextBoxSelectionTypes.Object">
<summary>
<para> At least one Object Linking and Embedding (OLE) object is selected.</para>
</summary>
</member>
<member name="F:System.Windows.Forms.RichTextBoxSelectionTypes.MultiChar">
<summary>
<para> More than one character is selected.</para>
</summary>
</member>
<member name="F:System.Windows.Forms.RichTextBoxSelectionTypes.MultiObject">
<summary>
<para>More than one Object Linking and Embedding (OLE) object is selected.</para>
</summary>
</member>
<member name="T:System.Windows.Forms.RichTextBoxStreamType">
<summary>
<para>Specifies the types of input and output streams used to
load and save data in the <see cref="T:System.Windows.Forms.RichTextBox" />
control.</para>
</summary>
</member>
<member name="F:System.Windows.Forms.RichTextBoxStreamType.RichText">
<summary>
<para>A Rich Text Format (RTF) stream.</para>
</summary>
</member>
<member name="F:System.Windows.Forms.RichTextBoxStreamType.PlainText">
<summary>
<para>A plain text stream that includes spaces in places of Object Linking and Embedding (OLE) objects.</para>
</summary>
</member>
<member name="F:System.Windows.Forms.RichTextBoxStreamType.RichNoOleObjs">
<summary>
<para>A Rich Text Format (RTF) stream with spaces in place of OLE objects. This value
is only valid for use with the <see cref="M:System.Windows.Forms.RichTextBox.SaveFile(System.String)" /> method of the <see cref="T:System.Windows.Forms.RichTextBox" /> control.</para>
</summary>
</member>
<member name="F:System.Windows.Forms.RichTextBoxStreamType.TextTextOleObjs">
<summary>
<para> A plain text stream with a textual representation of OLE
objects. This value is only valid for use with the <see cref="M:System.Windows.Forms.RichTextBox.SaveFile(System.String)" /> method of the <see cref="T:System.Windows.Forms.RichTextBox" />
control.</para>
</summary>
</member>
<member name="F:System.Windows.Forms.RichTextBoxStreamType.UnicodePlainText">
<summary>
<para>A text stream that contains spaces in place of Object Linking and Embedding (OLE) objects. The text is encoded in Unicode.</para>
</summary>
</member>
<member name="F:System.Windows.Forms.RichTextBoxWordPunctuations.Level1">
<summary>
Use pre-defined Level 1 punctuation table as default.
</summary>
</member>
<member name="F:System.Windows.Forms.RichTextBoxWordPunctuations.Level2">
<summary>
Use pre-defined Level 2 punctuation table as default.
</summary>
</member>
<member name="F:System.Windows.Forms.RichTextBoxWordPunctuations.Custom">
<summary>
Use a custom defined punctuation table.
</summary>
</member>
<member name="F:System.Windows.Forms.RichTextBoxWordPunctuations.All">
<summary>
Used as a mask.
</summary>
</member>
<member name="T:System.Windows.Forms.RightToLeft">
<summary>
<para>Specifies a value indicating whether the text appears from right to left, such as when using Hebrew or Arabic fonts.</para>
</summary>
</member>
<member name="F:System.Windows.Forms.RightToLeft.No">
<summary>
<para> The text reads from left to right. This is the default.</para>
</summary>
</member>
<member name="F:System.Windows.Forms.RightToLeft.Yes">
<summary>
<para>The text reads from right to left.</para>
</summary>
</member>
<member name="F:System.Windows.Forms.RightToLeft.Inherit">
<summary>
<para> The direction the text read is inherited from the parent control.</para>
</summary>
</member>
<member name="T:System.Windows.Forms.SaveFileDialog">
<summary>
<para>Represents
a common dialog box that allows the user to specify options for saving a
file. This class cannot be inherited.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.SaveFileDialog.OpenFile">
<summary>
<para> Opens the file with read/write permission selected by the user.
</para>
</summary>
<returns>
<para> The read/write file selected by the user.
</para>
</returns>
</member>
<member name="M:System.Windows.Forms.SaveFileDialog.Reset">
<summary>
<para>
Resets all dialog box options to their default
values.
</para>
</summary>
</member>
<member name="P:System.Windows.Forms.SaveFileDialog.CreatePrompt">
<summary>
<para> Gets or sets a value indicating whether the dialog box prompts the user for
permission to create a file if the user specifies a file that does not exist.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.SaveFileDialog.OverwritePrompt">
<summary>
<para> Gets or sets a value indicating whether the Save As dialog box displays a warning if the user specifies
a file name that already exists.</para>
</summary>
</member>
<member name="T:System.Windows.Forms.Screen">
<summary>
<para> Represents a display device or
multiple display devices on a single system.
</para>
</summary>
</member>
<member name="M:System.Windows.Forms.Screen.Equals(System.Object)">
<summary>
<para>Gets or sets a value indicating whether the specified
object is equal to this <see langword="Screen" />.</para>
</summary>
<param name="obj">The object to compare to this <see cref="T:System.Windows.Forms.Screen" /> .</param>
<returns>
<para>
<see langword="true" /> if
the specified object is equal to this <see cref="T:System.Windows.Forms.Screen" />
; otherwise, <see langword="false" />.</para>
</returns>
</member>
<member name="M:System.Windows.Forms.Screen.FromPoint(System.Drawing.Point)">
<summary>
<para> Retrieves a <see cref="T:System.Windows.Forms.Screen" />
for the display that contains the specified point.</para>
</summary>
<param name="point">A <see cref="T:System.Drawing.Point" /> that specifies the location for which to retrieve a <see cref="T:System.Windows.Forms.Screen" />. </param>
<returns>
<para> A <see cref="T:System.Windows.Forms.Screen" />
for the display that contains the point. In multiple display environments
where no display contains the point, the display closest to the specified point is returned.</para>
</returns>
</member>
<member name="M:System.Windows.Forms.Screen.FromRectangle(System.Drawing.Rectangle)">
<summary>
<para> Retrieves a <see cref="T:System.Windows.Forms.Screen" /> for the display that contains
the largest portion of the rectangle.</para>
</summary>
<param name="rect">A <see cref="T:System.Drawing.Rectangle" /> that specifies the area for which to retrieve the display. </param>
<returns>
<para> A <see cref="T:System.Windows.Forms.Screen" />
for the display that contains the largest region of the
specified rectangle. In multiple display environments where no display contains the rectangle,
the display closest to the rectangle is returned.</para>
</returns>
</member>
<member name="M:System.Windows.Forms.Screen.FromControl(System.Windows.Forms.Control)">
<summary>
<para> Retrieves a <see cref="T:System.Windows.Forms.Screen" />
for the display that contains
the largest portion of the specified control.</para>
</summary>
<param name="control">A <see cref="T:System.Windows.Forms.Control" /> for which to retrieve a <see cref="T:System.Windows.Forms.Screen" /> . </param>
<returns>
<para> A <see cref="T:System.Windows.Forms.Screen" />
for the display that contains the largest
region of the specified control. In multiple display environments where no display contains the control,
the display closest to the specified control is returned.</para>
</returns>
</member>
<member name="M:System.Windows.Forms.Screen.FromHandle(System.IntPtr)">
<summary>
<para> Retrieves a <see cref="T:System.Windows.Forms.Screen" /> for the display
that contains the largest portion of the of the object referred to by
the specified handle. </para>
</summary>
<param name="hwnd">The window handle for which to retrieve the <see cref="T:System.Windows.Forms.Screen" /> . </param>
<returns>
<para> A <see cref="T:System.Windows.Forms.Screen" />
for the display that contains the largest region
of the object. In multiple display environments where no display contains any portion
of the specified window, the display closest to the object is returned.</para>
</returns>
</member>
<member name="M:System.Windows.Forms.Screen.GetWorkingArea(System.Drawing.Point)">
<summary>
<para> Retrieves the working
area closest to the specified point. The working area is the desktop area of the display, excluding taskbars, docked windows, and docked
tool bars.
</para>
</summary>
<param name="pt">A <see cref="T:System.Drawing.Point" /> that specifies the coordinates for which to retrieve the working area. </param>
<returns>
<para> A <see cref="T:System.Drawing.Rectangle" /> that
specifies the working area. In multiple display environments where no display contains the specified point, the display
closest to the point is returned.</para>
</returns>
</member>
<member name="M:System.Windows.Forms.Screen.GetWorkingArea(System.Drawing.Rectangle)">
<summary>
<para> Retrieves the working area for the display that contains
the largest portion of the specified rectangle. The working area is the desktop area of the display, excluding taskbars, docked windows,
and docked tool bars.
</para>
</summary>
<param name="rect">The <see cref="T:System.Drawing.Rectangle" /> that specifies the area for which to retrieve the working area. </param>
<returns>
<para>A <see cref="T:System.Drawing.Rectangle" /> that specifies the working area. In multiple
display environments where no display contains the specified rectangle, the
display closest to the rectangle is returned.</para>
</returns>
</member>
<member name="M:System.Windows.Forms.Screen.GetWorkingArea(System.Windows.Forms.Control)">
<summary>
<para> Retrieves the working area for the display that contains
the largest region of the specified control. The working area is the desktop area of the display, excluding taskbars, docked
windows, and docked tool bars.
</para>
</summary>
<param name="ctl">The <see cref="T:System.Windows.Forms.Control" /> for which to retrieve the working area. </param>
<returns>
<para> A <see cref="T:System.Drawing.Rectangle" /> that specifies the working area. In multiple display environments where
no display contains the specified control, the display closest to the control is
returned.
</para>
</returns>
</member>
<member name="M:System.Windows.Forms.Screen.GetBounds(System.Drawing.Point)">
<summary>
<para> Retrieves the bounds of the display that contains the specified
point.
</para>
</summary>
<param name="pt">A <see cref="T:System.Drawing.Point" /> that specifies the coordinates for which to retrieve the display bounds. </param>
<returns>
<para> A <see cref="T:System.Drawing.Rectangle" /> that
specifies the bounds of the display that
contains the specified point. In multiple display environments where no display contains
the specified point, the display closest to the point is returned.
</para>
</returns>
</member>
<member name="M:System.Windows.Forms.Screen.GetBounds(System.Drawing.Rectangle)">
<summary>
<para> Retrieves the bounds of the display that contains the largest portion of the
specified rectangle.
</para>
</summary>
<param name="rect">A <see cref="T:System.Drawing.Rectangle" /> that specifies the area for which to retrieve the display bounds. </param>
<returns>
<para> A <see cref="T:System.Drawing.Rectangle" /> that
specifies the bounds of the display
that contains the specified rectangle. In multiple display environments where no monitor contains
the specified rectangle, the monitor closest to the rectangle is returned.
</para>
</returns>
</member>
<member name="M:System.Windows.Forms.Screen.GetBounds(System.Windows.Forms.Control)">
<summary>
<para> Retrieves the bounds of
the display that contains the largest portion of the specified control.
</para>
</summary>
<param name="ctl">The <see cref="T:System.Windows.Forms.Control" /> for which to retrieve the display bounds. </param>
<returns>
<para> A <see cref="T:System.Drawing.Rectangle" /> that
specifies the bounds of the display that contains the specified
control. In multiple display environments where no display contains the
specified control, the display closest to the control is returned.
</para>
</returns>
</member>
<member name="P:System.Windows.Forms.Screen.AllScreens">
<summary>
<para> Gets an array of all displays on the system.
</para>
</summary>
</member>
<member name="P:System.Windows.Forms.Screen.Bounds">
<summary>
<para> Gets the bounds of the display.
</para>
</summary>
</member>
<member name="P:System.Windows.Forms.Screen.DeviceName">
<summary>
<para> Gets the device name associated with a display.
</para>
</summary>
</member>
<member name="P:System.Windows.Forms.Screen.Primary">
<summary>
<para> Gets a value indicating whether a particular display is
the primary device.
</para>
</summary>
</member>
<member name="P:System.Windows.Forms.Screen.PrimaryScreen">
<summary>
<para> Gets the
primary display.
</para>
</summary>
</member>
<member name="P:System.Windows.Forms.Screen.WorkingArea">
<summary>
<para> Gets the working area of the display. The working
area is the desktop area of the display, excluding taskbars, docked windows, and docked tool bars.
</para>
</summary>
</member>
<member name="T:System.Windows.Forms.ScrollBars">
<summary>
<para>Specifies
which scroll bars will be visible on a control.</para>
</summary>
</member>
<member name="F:System.Windows.Forms.ScrollBars.None">
<summary>
<para>
No scroll bars are shown.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.ScrollBars.Horizontal">
<summary>
<para>
Only horizontal scroll bars are shown.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.ScrollBars.Vertical">
<summary>
<para>
Only vertical scroll bars are shown.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.ScrollBars.Both">
<summary>
<para>
Both horizontal and vertical scroll bars are shown.
</para>
</summary>
</member>
<member name="T:System.Windows.Forms.ScrollButton">
<summary>
<para>Specifies the type of scroll arrow to draw on a scroll bar.</para>
</summary>
</member>
<member name="F:System.Windows.Forms.ScrollButton.Down">
<summary>
<para>A down-scroll arrow.</para>
</summary>
</member>
<member name="F:System.Windows.Forms.ScrollButton.Left">
<summary>
<para>A left-scroll arrow.</para>
</summary>
</member>
<member name="F:System.Windows.Forms.ScrollButton.Right">
<summary>
<para>A right-scroll arrow.</para>
</summary>
</member>
<member name="F:System.Windows.Forms.ScrollButton.Up">
<summary>
<para>An up-scroll arrow.</para>
</summary>
</member>
<member name="F:System.Windows.Forms.ScrollButton.Min">
<summary>
<para> A minimum-scroll arrow. </para>
</summary>
</member>
<member name="F:System.Windows.Forms.ScrollButton.Max">
<summary>
<para> A maximum-scroll arrow.</para>
</summary>
</member>
<member name="T:System.Windows.Forms.ScrollEventArgs">
<summary>
<para>Provides data for the <see cref="E:System.Windows.Forms.ScrollBar.Scroll" />
event.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.ScrollEventArgs.#ctor(System.Windows.Forms.ScrollEventType,System.Int32)">
<summary>
<para>Initializes a new instance of the <see cref="T:System.Windows.Forms.ScrollEventArgs" />class.</para>
</summary>
<param name="type">One of the <see cref="T:System.Windows.Forms.ScrollEventType" /> values.</param>
<param name="newValue">The new value for the scroll bar.</param>
</member>
<member name="P:System.Windows.Forms.ScrollEventArgs.Type">
<summary>
<para> Gets the type of scroll event
that occurred.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.ScrollEventArgs.NewValue">
<summary>
<para>Gets or sets the new <see cref="P:System.Windows.Forms.ScrollBar.Value" /> of the scroll bar.</para>
</summary>
</member>
<member name="T:System.Windows.Forms.ScrollEventHandler">
<summary>
<para>Represents the method that handles the
<see langword="Scroll" /> event of a <see cref="T:System.Windows.Forms.ScrollBar" />, <see cref="T:System.Windows.Forms.TrackBar" />, or
<see cref="T:System.Windows.Forms.DataGrid" />.</para>
</summary>
<param name="sender">The source of the event.</param>
<param name="e">A <see cref="T:System.Windows.Forms.ScrollEventArgs" /> that contains the event data.</param>
</member>
<member name="T:System.Windows.Forms.ScrollEventType">
<summary>
<para>Specifies the type of action used to raise the <see cref="E:System.Windows.Forms.ScrollBar.Scroll" /> event.</para>
</summary>
</member>
<member name="F:System.Windows.Forms.ScrollEventType.SmallDecrement">
<summary>
<para>The scroll box was moved a small distance. The user clicked the left(horizontal) or top(vertical) scroll arrow or pressed the UP ARROW key.</para>
</summary>
</member>
<member name="F:System.Windows.Forms.ScrollEventType.SmallIncrement">
<summary>
<para>The scroll box was moved a small distance. The user clicked the right(horizontal) or bottom(vertical) scroll arrow or
pressed the DOWN ARROW key.</para>
</summary>
</member>
<member name="F:System.Windows.Forms.ScrollEventType.LargeDecrement">
<summary>
<para>The scroll box moved a large distance. The user clicked the scroll bar to the left(horizontal) or above(vertical) the scroll box, or pressed the PAGE UP key.</para>
</summary>
</member>
<member name="F:System.Windows.Forms.ScrollEventType.LargeIncrement">
<summary>
<para>The scroll box moved a large distance. The user clicked the scroll bar to the right(horizontal) or below(vertical) the scroll box, or pressed the PAGE DOWN key.</para>
</summary>
</member>
<member name="F:System.Windows.Forms.ScrollEventType.ThumbPosition">
<summary>
<para>The scroll box was moved.</para>
</summary>
</member>
<member name="F:System.Windows.Forms.ScrollEventType.ThumbTrack">
<summary>
<para>The scroll box is currently being moved.</para>
</summary>
</member>
<member name="F:System.Windows.Forms.ScrollEventType.First">
<summary>
<para>The scroll box was moved to the <see cref="P:System.Windows.Forms.ScrollBar.Minimum" /> position.</para>
</summary>
</member>
<member name="F:System.Windows.Forms.ScrollEventType.Last">
<summary>
<para>The scroll box was moved to the <see cref="P:System.Windows.Forms.ScrollBar.Maximum" /> position.</para>
</summary>
</member>
<member name="F:System.Windows.Forms.ScrollEventType.EndScroll">
<summary>
<para>The scroll box has stopped moving.</para>
</summary>
</member>
<member name="F:System.Windows.Forms.SecurityIDType.User">
<summary>
<para>[To be supplied.]</para>
</summary>
</member>
<member name="F:System.Windows.Forms.SecurityIDType.Group">
<summary>
<para>[To be supplied.]</para>
</summary>
</member>
<member name="F:System.Windows.Forms.SecurityIDType.Domain">
<summary>
<para>[To be supplied.]</para>
</summary>
</member>
<member name="F:System.Windows.Forms.SecurityIDType.Alias">
<summary>
<para>[To be supplied.]</para>
</summary>
</member>
<member name="F:System.Windows.Forms.SecurityIDType.WellKnownGroup">
<summary>
<para>[To be supplied.]</para>
</summary>
</member>
<member name="F:System.Windows.Forms.SecurityIDType.DeletedAccount">
<summary>
<para>[To be supplied.]</para>
</summary>
</member>
<member name="F:System.Windows.Forms.SecurityIDType.Invalid">
<summary>
<para>[To be supplied.]</para>
</summary>
</member>
<member name="F:System.Windows.Forms.SecurityIDType.Unknown">
<summary>
<para>[To be supplied.]</para>
</summary>
</member>
<member name="F:System.Windows.Forms.SecurityIDType.Computer">
<summary>
<para>[To be supplied.]</para>
</summary>
</member>
<member name="T:System.Windows.Forms.SelectedGridItemChangedEventArgs">
<summary>
<para>Provides data for the <see cref="E:System.Windows.Forms.PropertyGrid.SelectedGridItemChanged" /> event of the <see cref="T:System.Windows.Forms.PropertyGrid" /> control.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.SelectedGridItemChangedEventArgs.#ctor(System.Windows.Forms.GridItem,System.Windows.Forms.GridItem)">
<summary>
<para>Initializes a new instance of the <see cref="T:System.Windows.Forms.SelectedGridItemChangedEventArgs" /> class.</para>
</summary>
<param name="oldSel">The previously selected grid item.</param>
<param name=" newSel">The newly selected grid item.</param>
</member>
<member name="P:System.Windows.Forms.SelectedGridItemChangedEventArgs.NewSelection">
<summary>
<para>Gets the newly selected <see cref="T:System.Windows.Forms.GridItem" /> object.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.SelectedGridItemChangedEventArgs.OldSelection">
<summary>
<para>Gets the previously selected <see cref="T:System.Windows.Forms.GridItem" /> object.</para>
</summary>
</member>
<member name="T:System.Windows.Forms.SelectedGridItemChangedEventHandler">
<summary>
<para>Represents the method that will handle the <see cref="E:System.Windows.Forms.PropertyGrid.SelectedGridItemChanged" /> event of a <see cref="T:System.Windows.Forms.PropertyGrid" />
.</para>
</summary>
<param name="sender">The source of the event.</param>
<param name=" e">A <see cref="T:System.Windows.Forms.SelectedGridItemChangedEventArgs" /> that contains the event data.</param>
</member>
<member name="T:System.Windows.Forms.SelectionMode">
<summary>
<para>Specifies the selection behavior of a list box.</para>
</summary>
</member>
<member name="F:System.Windows.Forms.SelectionMode.None">
<summary>
<para> No items can be selected.</para>
</summary>
</member>
<member name="F:System.Windows.Forms.SelectionMode.One">
<summary>
<para> Only one item can be selected.</para>
</summary>
</member>
<member name="F:System.Windows.Forms.SelectionMode.MultiSimple">
<summary>
<para> Multiple items can be selected.</para>
</summary>
</member>
<member name="F:System.Windows.Forms.SelectionMode.MultiExtended">
<summary>
<para> Multiple items can be selected, and the user can use the SHIFT,
CTRL, and arrow keys to make selections</para>
</summary>
</member>
<member name="T:System.Windows.Forms.SelectionRange">
<summary>
<para>Represents a date selection range in a month calendar control. </para>
</summary>
</member>
<member name="M:System.Windows.Forms.SelectionRange.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:System.Windows.Forms.SelectionRange" /> class.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.SelectionRange.#ctor(System.DateTime,System.DateTime)">
<summary>
<para>Initializes a new instance of the <see cref="T:System.Windows.Forms.SelectionRange" /> class with the specified beginning and ending dates.</para>
</summary>
<param name="lower">The starting date in the <see cref="T:System.Windows.Forms.SelectionRange" /> .</param>
<param name=" upper">The ending date in the <see cref="T:System.Windows.Forms.SelectionRange" /> .</param>
</member>
<member name="M:System.Windows.Forms.SelectionRange.#ctor(System.Windows.Forms.SelectionRange)">
<summary>
<para>Initializes a new instance of the <see cref="T:System.Windows.Forms.SelectionRange" /> class with the specified selection range.</para>
</summary>
<param name="range">The existing <see cref="T:System.Windows.Forms.SelectionRange" /> object.</param>
</member>
<member name="P:System.Windows.Forms.SelectionRange.End">
<summary>
<para>Gets or sets the ending date and time of the selection range.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.SelectionRange.Start">
<summary>
<para>Gets or sets the starting date and time of the selection range.</para>
</summary>
</member>
<member name="T:System.Windows.Forms.SelectionRangeConverter">
<summary>
<para>Provides a type converter to convert <see cref="T:System.Windows.Forms.SelectionRange" /> objects to and from various other
representations.</para>
</summary>
</member>
<member name="T:System.Windows.Forms.SendKeys">
<summary>
<para>Provides methods for sending keystrokes to an application.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.SendKeys.Send(System.String)">
<summary>
<para>Sends keystrokes to the active application.</para>
</summary>
<param name="keys">The string of keystrokes to send.</param>
</member>
<member name="M:System.Windows.Forms.SendKeys.SendWait(System.String)">
<summary>
<para>Sends the given keys to the active application, and then waits for
the messages to be processed.</para>
</summary>
<param name="keys">The string of keystrokes to send.</param>
</member>
<member name="M:System.Windows.Forms.SendKeys.Flush">
<summary>
<para>Processes all the Windows messages currently in the message queue.</para>
</summary>
</member>
<member name="T:System.Windows.Forms.Shortcut">
<summary>
<para>
Specifies shortcut keys that can be used by menu items.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Shortcut.None">
<summary>
<para>
No shortcut key is associated with the menu item.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Shortcut.CtrlA">
<summary>
<para>
The shortcut keys CTRL+A.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Shortcut.CtrlB">
<summary>
<para>
The shortcut keys CTRL+B.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Shortcut.CtrlC">
<summary>
<para>
The shortcut keys CTRL+C.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Shortcut.CtrlD">
<summary>
<para>
The shortcut keys CTRL+D.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Shortcut.CtrlE">
<summary>
<para>
The shortcut keys CTRL+E.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Shortcut.CtrlF">
<summary>
<para>
The shortcut keys CTRL+F.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Shortcut.CtrlG">
<summary>
<para>
The shortcut keys CTRL+G.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Shortcut.CtrlH">
<summary>
<para>
The shortcut keys CTRL+H.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Shortcut.CtrlI">
<summary>
<para>
The shortcut keys CTRL+I.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Shortcut.CtrlJ">
<summary>
<para>
The shortcut keys CTRL+J.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Shortcut.CtrlK">
<summary>
<para>
The shortcut keys CTRL+K.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Shortcut.CtrlL">
<summary>
<para>
The shortcut keys CTRL+L.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Shortcut.CtrlM">
<summary>
<para>
The shortcut keys CTRL+M.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Shortcut.CtrlN">
<summary>
<para>
The shortcut keys CTRL+N.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Shortcut.CtrlO">
<summary>
<para>
The shortcut keys CTRL+O.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Shortcut.CtrlP">
<summary>
<para>
The shortcut keys CTRL+P.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Shortcut.CtrlQ">
<summary>
<para>
The shortcut keys CTRL+Q.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Shortcut.CtrlR">
<summary>
<para>
The shortcut keys CTRL+R.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Shortcut.CtrlS">
<summary>
<para>
The shortcut keys CTRL+S.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Shortcut.CtrlT">
<summary>
<para>
The shortcut keys CTRL+T.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Shortcut.CtrlU">
<summary>
<para>
The shortcut keys CTRL+U
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Shortcut.CtrlV">
<summary>
<para>
The shortcut keys CTRL+V.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Shortcut.CtrlW">
<summary>
<para>
The shortcut keys CTRL+W.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Shortcut.CtrlX">
<summary>
<para>
The shortcut keys CTRL+X.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Shortcut.CtrlY">
<summary>
<para>
The shortcut keys CTRL+Y.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Shortcut.CtrlZ">
<summary>
<para>
The shortcut keys CTRL+Z.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Shortcut.CtrlShiftA">
<summary>
<para>
The shortcut keys CTRL+SHIFT+A.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Shortcut.CtrlShiftB">
<summary>
<para>
The shortcut keys CTRL+SHIFT+B.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Shortcut.CtrlShiftC">
<summary>
<para>
The shortcut keys CTRL+SHIFT+C.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Shortcut.CtrlShiftD">
<summary>
<para>
The shortcut keys CTRL+SHIFT+D.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Shortcut.CtrlShiftE">
<summary>
<para>
The shortcut keys CTRL+SHIFT+E.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Shortcut.CtrlShiftF">
<summary>
<para>
The shortcut keys CTRL+SHIFT+F.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Shortcut.CtrlShiftG">
<summary>
<para>
The shortcut keys CTRL+SHIFT+G.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Shortcut.CtrlShiftH">
<summary>
<para>
The shortcut keys CTRL+SHIFT+H.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Shortcut.CtrlShiftI">
<summary>
<para>
The shortcut keys CTRL+SHIFT+I.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Shortcut.CtrlShiftJ">
<summary>
<para>
The shortcut keys CTRL+SHIFT+J.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Shortcut.CtrlShiftK">
<summary>
<para>
The shortcut keys CTRL+SHIFT+K.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Shortcut.CtrlShiftL">
<summary>
<para>
The shortcut keys CTRL+SHIFT+L.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Shortcut.CtrlShiftM">
<summary>
<para>
The shortcut keys CTRL+SHIFT+M.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Shortcut.CtrlShiftN">
<summary>
<para>
The shortcut keys CTRL+SHIFT+N.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Shortcut.CtrlShiftO">
<summary>
<para>
The shortcut keys CTRL+SHIFT+O.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Shortcut.CtrlShiftP">
<summary>
<para>
The shortcut keys CTRL+SHIFT+P.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Shortcut.CtrlShiftQ">
<summary>
<para>
The shortcut keys CTRL+SHIFT+Q.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Shortcut.CtrlShiftR">
<summary>
<para>
The shortcut keys CTRL+SHIFT+R.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Shortcut.CtrlShiftS">
<summary>
<para>
The shortcut keys CTRL+SHIFT+S.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Shortcut.CtrlShiftT">
<summary>
<para>
The shortcut keys CTRL+SHIFT+T.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Shortcut.CtrlShiftU">
<summary>
<para>
The shortcut keys CTRL+SHIFT+U.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Shortcut.CtrlShiftV">
<summary>
<para>
The shortcut keys CTRL+SHIFT+V.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Shortcut.CtrlShiftW">
<summary>
<para>
The shortcut keys CTRL+SHIFT+W.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Shortcut.CtrlShiftX">
<summary>
<para>
The shortcut keys CTRL+SHIFT+X.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Shortcut.CtrlShiftY">
<summary>
<para>
The shortcut keys CTRL+SHIFT+Y.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Shortcut.CtrlShiftZ">
<summary>
<para>
The shortcut keys CTRL+SHIFT+Z.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Shortcut.F1">
<summary>
<para>
The shortcut key F1.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Shortcut.F2">
<summary>
<para>
The shortcut key F2.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Shortcut.F3">
<summary>
<para>
The shortcut key F3.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Shortcut.F4">
<summary>
<para>
The shortcut key F4.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Shortcut.F5">
<summary>
<para>
The shortcut key F5.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Shortcut.F6">
<summary>
<para>
The shortcut key F6.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Shortcut.F7">
<summary>
<para>
The shortcut key F7.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Shortcut.F8">
<summary>
<para>The shortcut key F8.</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Shortcut.F9">
<summary>
<para>
The shortcut key F9.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Shortcut.F10">
<summary>
<para>The shortcut key F10.</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Shortcut.F11">
<summary>
<para>
The shortcut key F11.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Shortcut.F12">
<summary>
<para>
The shortcut key F12.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Shortcut.ShiftF1">
<summary>
<para>
The shortcut keys SHIFT+F1.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Shortcut.ShiftF2">
<summary>
<para>
The shortcut keys SHIFT+F2.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Shortcut.ShiftF3">
<summary>
<para>
The shortcut keys SHIFT+F3.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Shortcut.ShiftF4">
<summary>
<para>
The shortcut keys SHIFT+F4.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Shortcut.ShiftF5">
<summary>
<para>
The shortcut keys SHIFT+F5.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Shortcut.ShiftF6">
<summary>
<para>
The shortcut keys SHIFT+F6.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Shortcut.ShiftF7">
<summary>
<para>
The shortcut keys SHIFT+F7.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Shortcut.ShiftF8">
<summary>
<para>
The shortcut keys SHIFT+F8.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Shortcut.ShiftF9">
<summary>
<para>
The shortcut keys SHIFT+F9.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Shortcut.ShiftF10">
<summary>
<para>The shortcut keys SHIFT+F10.</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Shortcut.ShiftF11">
<summary>
<para>
The shortcut keys SHIFT+F11.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Shortcut.ShiftF12">
<summary>
<para>
The shortcut keys SHIFT+F12.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Shortcut.CtrlF1">
<summary>
<para>
The shortcut keys CTRL+F1.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Shortcut.CtrlF2">
<summary>
<para>
The shortcut keys CTRL+F2.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Shortcut.CtrlF3">
<summary>
<para>
The shortcut keys CTRL+F3.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Shortcut.CtrlF4">
<summary>
<para>
The shortcut keys CTRL+F4.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Shortcut.CtrlF5">
<summary>
<para>
The shortcut keys CTRL+F5.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Shortcut.CtrlF6">
<summary>
<para>
The shortcut keys CTRL+F6.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Shortcut.CtrlF7">
<summary>
<para>
The shortcut keys CTRL+F7.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Shortcut.CtrlF8">
<summary>
<para>
The shortcut keys CTRL+F8.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Shortcut.CtrlF9">
<summary>
<para>
The shortcut keys CTRL+F9.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Shortcut.CtrlF10">
<summary>
<para>The shortcut keys CTRL+F10.</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Shortcut.CtrlF11">
<summary>
<para>
The shortcut keys CTRL+F11.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Shortcut.CtrlF12">
<summary>
<para>
The shortcut keys CTRL+F12.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Shortcut.CtrlShiftF1">
<summary>
<para>
The shortcut keys CTRL+SHIFT+F1.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Shortcut.CtrlShiftF2">
<summary>
<para>
The shortcut keys CTRL+SHIFT+F2.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Shortcut.CtrlShiftF3">
<summary>
<para>
The shortcut keys CTRL+SHIFT+F3.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Shortcut.CtrlShiftF4">
<summary>
<para>
The shortcut keys CTRL+SHIFT+F4.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Shortcut.CtrlShiftF5">
<summary>
<para>
The shortcut keys CTRL+SHIFT+F5.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Shortcut.CtrlShiftF6">
<summary>
<para>
The shortcut keys CTRL+SHIFT+F6.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Shortcut.CtrlShiftF7">
<summary>
<para>
The shortcut keys CTRL+SHIFT+F7.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Shortcut.CtrlShiftF8">
<summary>
<para>
The shortcut keys CTRL+SHIFT+F8.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Shortcut.CtrlShiftF9">
<summary>
<para>
The shortcut keys CTRL+SHIFT+F9.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Shortcut.CtrlShiftF10">
<summary>
<para>The shortcut keys CTRL+SHIFT+F10.</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Shortcut.CtrlShiftF11">
<summary>
<para>
The shortcut keys CTRL+SHIFT+F11.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Shortcut.CtrlShiftF12">
<summary>
<para>
The shortcut keys CTRL+SHIFT+F12.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Shortcut.Ins">
<summary>
<para>
The shortcut key INSERT.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Shortcut.CtrlIns">
<summary>
<para>
The shortcut keys CTRL+INSERT.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Shortcut.ShiftIns">
<summary>
<para>
The shortcut keys SHIFT+INSERT.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Shortcut.Del">
<summary>
<para>
The shortcut key DELETE.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Shortcut.CtrlDel">
<summary>
<para>
The shortcut keys CTRL+DELETE.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Shortcut.ShiftDel">
<summary>
<para>
The shortcut keys SHIFT+DELETE.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Shortcut.AltBksp">
<summary>
<para>
The shortcut keys ALT+BACKSPACE.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Shortcut.AltF1">
<summary>
<para>
The shortcut keys ALT+F1.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Shortcut.AltF2">
<summary>
<para>
The shortcut keys ALT+F2.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Shortcut.AltF3">
<summary>
<para>
The shortcut keys ALT+F3.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Shortcut.AltF4">
<summary>
<para>
The shortcut keys ALT+F4.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Shortcut.AltF5">
<summary>
<para>
The shortcut keys ALT+F5.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Shortcut.AltF6">
<summary>
<para>
The shortcut keys ALT+F6.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Shortcut.AltF7">
<summary>
<para>
The shortcut keys ALT+F7.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Shortcut.AltF8">
<summary>
<para>
The shortcut keys ALT+F8.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Shortcut.AltF9">
<summary>
<para>
The shortcut keys ALT+F9.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Shortcut.AltF10">
<summary>
<para>
The shortcut keys ALT+F10.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Shortcut.AltF11">
<summary>
<para>
The shortcut keys ALT+F11.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Shortcut.AltF12">
<summary>
<para>
The shortcut keys ALT+F12.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Shortcut.Alt0">
<summary>
<para>The shortcut keys ALT+0.</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Shortcut.Alt1">
<summary>
<para>The shortcut keys ALT+1.</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Shortcut.Alt2">
<summary>
<para>The shortcut keys ALT+2.</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Shortcut.Alt3">
<summary>
<para>The shortcut keys ALT+3.</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Shortcut.Alt4">
<summary>
<para>The shortcut keys ALT+4.</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Shortcut.Alt5">
<summary>
<para>The shortcut keys ALT+5.</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Shortcut.Alt6">
<summary>
<para>The shortcut keys ALT+6.</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Shortcut.Alt7">
<summary>
<para>The shortcut keys ALT+7.</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Shortcut.Alt8">
<summary>
<para>The shortcut keys ALT+8.</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Shortcut.Alt9">
<summary>
<para>The shortcut keys ALT+9.</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Shortcut.Ctrl0">
<summary>
<para>The shortcut keys CTRL+0.</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Shortcut.Ctrl1">
<summary>
<para>The shortcut keys CTRL+1.</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Shortcut.Ctrl2">
<summary>
<para>The shortcut keys CTRL+2.</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Shortcut.Ctrl3">
<summary>
<para>The shortcut keys CTRL+3.</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Shortcut.Ctrl4">
<summary>
<para>The shortcut keys CTRL+4.</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Shortcut.Ctrl5">
<summary>
<para>The shortcut keys CTRL+5.</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Shortcut.Ctrl6">
<summary>
<para>The shortcut keys CTRL+6.</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Shortcut.Ctrl7">
<summary>
<para>The shortcut keys CTRL+7.</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Shortcut.Ctrl8">
<summary>
<para>The shortcut keys CTRL+8.</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Shortcut.Ctrl9">
<summary>
<para>The shortcut keys CTRL+9.</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Shortcut.CtrlShift0">
<summary>
<para>The shortcut keys CTRL+SHIFT+0.</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Shortcut.CtrlShift1">
<summary>
<para>The shortcut keys CTRL+SHIFT+1.</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Shortcut.CtrlShift2">
<summary>
<para>The shortcut keys CTRL+SHIFT+2.</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Shortcut.CtrlShift3">
<summary>
<para>The shortcut keys CTRL+SHIFT+3.</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Shortcut.CtrlShift4">
<summary>
<para>The shortcut keys CTRL+SHIFT+4.</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Shortcut.CtrlShift5">
<summary>
<para>The shortcut keys CTRL+SHIFT+5.</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Shortcut.CtrlShift6">
<summary>
<para>The shortcut keys CTRL+SHIFT+6.</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Shortcut.CtrlShift7">
<summary>
<para>The shortcut keys CTRL+SHIFT+7.</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Shortcut.CtrlShift8">
<summary>
<para>The shortcut keys CTRL+SHIFT+8.</para>
</summary>
</member>
<member name="F:System.Windows.Forms.Shortcut.CtrlShift9">
<summary>
<para>The shortcut keys CTRL+SHIFT+9.</para>
</summary>
</member>
<member name="T:System.Windows.Forms.SizeGripStyle">
<summary>
<para>
Specifies the style of the sizing grip on a <see cref="T:System.Windows.Forms.Form" />.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.SizeGripStyle.Auto">
<summary>
<para>The sizing grip is automatically displayed when needed.</para>
</summary>
</member>
<member name="F:System.Windows.Forms.SizeGripStyle.Show">
<summary>
<para>
The sizing grip is always shown on the form.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.SizeGripStyle.Hide">
<summary>
<para>
The sizing grip is hidden.
</para>
</summary>
</member>
<member name="T:System.Windows.Forms.SortOrder">
<summary>
<para>
Specifies how items in
a list are sorted.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.SortOrder.None">
<summary>
<para>
The items are
not sorted.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.SortOrder.Ascending">
<summary>
<para>
The items
are sorted in ascending order.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.SortOrder.Descending">
<summary>
<para>
The items are
sorted in descending order.
</para>
</summary>
</member>
<member name="T:System.Windows.Forms.Splitter">
<summary>
<para> Represents a splitter control that allows the user to resize docked
controls.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.Splitter.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:System.Windows.Forms.Splitter" /> class.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.Splitter.OnSplitterMoving(System.Windows.Forms.SplitterEventArgs)">
<summary>
<para>Raises the <see cref="E:System.Windows.Forms.Splitter.SplitterMoving" /> event.</para>
</summary>
<param name="sevent">A <see cref="T:System.Windows.Forms.SplitterEventArgs" /> that contains the event data.</param>
</member>
<member name="M:System.Windows.Forms.Splitter.OnSplitterMoved(System.Windows.Forms.SplitterEventArgs)">
<summary>
<para>Raises the <see cref="E:System.Windows.Forms.Splitter.SplitterMoved" /> event.</para>
</summary>
<param name="sevent">A <see cref="T:System.Windows.Forms.SplitterEventArgs" /> that contains the event data.</param>
</member>
<member name="P:System.Windows.Forms.Splitter.BorderStyle">
<summary>
<para>Gets or sets the style of border for the control.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.Splitter.MinExtra">
<summary>
<para>Gets or sets the minimum distance that must remain
between the splitter
control and the edge of the opposite side of the container (or the closest control docked to that side). </para>
</summary>
</member>
<member name="P:System.Windows.Forms.Splitter.MinSize">
<summary>
<para>Gets or sets the minimum distance that must remain
between the splitter control and the container edge that the control is docked to.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.Splitter.SplitPosition">
<summary>
<para>Gets or sets the distance between the splitter control and the container
edge that the control is docked to. </para>
</summary>
</member>
<member name="E:System.Windows.Forms.Splitter.SplitterMoving">
<summary>
<para>Occurs when the splitter control is in the process of moving.</para>
</summary>
</member>
<member name="E:System.Windows.Forms.Splitter.SplitterMoved">
<summary>
<para>Occurs when the splitter control is moved.</para>
</summary>
</member>
<member name="T:System.Windows.Forms.SplitterEventArgs">
<summary>
<para>Provides data for <see cref="E:System.Windows.Forms.Splitter.SplitterMoving" /> and the <see cref="E:System.Windows.Forms.Splitter.SplitterMoved" /> events.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.SplitterEventArgs.#ctor(System.Int32,System.Int32,System.Int32,System.Int32)">
<summary>
<para>Initializes an instance of the <see cref="T:System.Windows.Forms.SplitterEventArgs" /> class with the specified coordinates of the
mouse pointer and the coordinates of the upper-left corner of the <see cref="T:System.Windows.Forms.Splitter" /> control.</para>
</summary>
<param name="x">The x-coordinate of the mouse pointer (in client coordinates).</param>
<param name=" y">The y-coordinate of the mouse pointer (in client coordinates).</param>
<param name=" splitX">The x-coordinate of the upper-left corner of the <see cref="T:System.Windows.Forms.Splitter" /> (in client coordinates).</param>
<param name=" splitY">The y-coordinate of the upper-left corner of the <see cref="T:System.Windows.Forms.Splitter" /> (in client coordinates).</param>
</member>
<member name="P:System.Windows.Forms.SplitterEventArgs.X">
<summary>
<para>Gets the x-coordinate of the
mouse pointer (in client coordinates).</para>
</summary>
</member>
<member name="P:System.Windows.Forms.SplitterEventArgs.Y">
<summary>
<para>Gets the y-coordinate of the mouse pointer (in
client coordinates).</para>
</summary>
</member>
<member name="P:System.Windows.Forms.SplitterEventArgs.SplitX">
<summary>
<para>Gets or sets the x-coordinate of the
upper-left corner of the <see cref="T:System.Windows.Forms.Splitter" /> (in client coordinates).</para>
</summary>
</member>
<member name="P:System.Windows.Forms.SplitterEventArgs.SplitY">
<summary>
<para>Gets or sets the y-coordinate of the upper-left corner of the <see cref="T:System.Windows.Forms.Splitter" /> (in client coordinates).</para>
</summary>
</member>
<member name="T:System.Windows.Forms.SplitterEventHandler">
<summary>
<para>Represents the method that will handle the <see cref="E:System.Windows.Forms.Splitter.SplitterMoving" /> and <see cref="E:System.Windows.Forms.Splitter.SplitterMoved" /> events of a <see cref="T:System.Windows.Forms.Splitter" />.</para>
</summary>
<param name="sender">The source of the event.</param>
<param name=" e">A <see cref="T:System.Windows.Forms.SplitterEventArgs" /> that contains the event data.</param>
</member>
<member name="T:System.Windows.Forms.StatusBar">
<summary>
<para> Represents a Windows status bar control.
</para>
</summary>
</member>
<member name="M:System.Windows.Forms.StatusBar.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:System.Windows.Forms.StatusBar" /> class. </para>
</summary>
</member>
<member name="M:System.Windows.Forms.StatusBar.OnPanelClick(System.Windows.Forms.StatusBarPanelClickEventArgs)">
<summary>
<para> Raises the <see cref="M:System.Windows.Forms.StatusBar.OnPanelClick(System.Windows.Forms.StatusBarPanelClickEventArgs)" /> event.
</para>
</summary>
<param name="e">A <see cref="T:System.Windows.Forms.StatusBarPanelClickEventArgs" /> that contains the event data. </param>
</member>
<member name="M:System.Windows.Forms.StatusBar.OnDrawItem(System.Windows.Forms.StatusBarDrawItemEventArgs)">
<summary>
<para> Raises the <see cref="M:System.Windows.Forms.StatusBar.OnDrawItem(System.Windows.Forms.StatusBarDrawItemEventArgs)" />
event.</para>
</summary>
<param name="sbdievent">A <see cref="T:System.Windows.Forms.StatusBarDrawItemEventArgs" /> that contains the event data. </param>
</member>
<member name="P:System.Windows.Forms.StatusBar.Panels">
<summary>
<para> Gets the collection of <see cref="T:System.Windows.Forms.StatusBar" />
panels contained within the
control.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.StatusBar.ShowPanels">
<summary>
<para> Gets or sets a value indicating whether any panels that
have been added to the control are displayed.
</para>
</summary>
</member>
<member name="P:System.Windows.Forms.StatusBar.SizingGrip">
<summary>
<para> Gets or sets a value indicating whether a sizing
grip is displayed in the lower-right corner of
the control.
</para>
</summary>
</member>
<member name="E:System.Windows.Forms.StatusBar.DrawItem">
<summary>
<para> Occurs when a visual aspect of an owner-drawn status bar
control changes.
</para>
</summary>
</member>
<member name="E:System.Windows.Forms.StatusBar.PanelClick">
<summary>
<para> Occurs when a <see cref="T:System.Windows.Forms.StatusBarPanel" /> object on a <see cref="T:System.Windows.Forms.StatusBar" /> control is clicked.
</para>
</summary>
</member>
<member name="M:System.Windows.Forms.StatusBar.StatusBarPanelCollection.#ctor(System.Windows.Forms.StatusBar)">
<summary>
<para>Initializes a new instance of the <see cref="T:System.Windows.Forms.StatusBar.StatusBarPanelCollection" /> class.</para>
</summary>
<param name="owner">
<para>The <see cref="T:System.Windows.Forms.StatusBar" /> control that contains this collection. </para>
</param>
</member>
<member name="M:System.Windows.Forms.StatusBar.StatusBarPanelCollection.Add(System.String)">
<summary>
<para> Adds a <see cref="T:System.Windows.Forms.StatusBarPanel" /> with the specified text to the collection.
</para>
</summary>
<param name="text">The text for the <see cref="T:System.Windows.Forms.StatusBarPanel" /> that is being added. </param>
<returns>
<para>A <see cref="T:System.Windows.Forms.StatusBarPanel" /> that represents the panel that was added
to the collection.</para>
</returns>
</member>
<member name="M:System.Windows.Forms.StatusBar.StatusBarPanelCollection.Add(System.Windows.Forms.StatusBarPanel)">
<summary>
<para> Adds a <see cref="T:System.Windows.Forms.StatusBarPanel" /> to the collection.
</para>
</summary>
<param name="value">A <see cref="T:System.Windows.Forms.StatusBarPanel" /> that represents the panel to add to the collection. </param>
<returns>
<para>The zero-based index of the item in the collection.</para>
</returns>
</member>
<member name="M:System.Windows.Forms.StatusBar.StatusBarPanelCollection.AddRange(System.Windows.Forms.StatusBarPanel[])">
<summary>
<para>Adds an array of <see cref="T:System.Windows.Forms.StatusBarPanel" />
objects to the collection.</para>
</summary>
<param name="panels">An array of <see cref="T:System.Windows.Forms.StatusBarPanel" /> objects to add.</param>
</member>
<member name="M:System.Windows.Forms.StatusBar.StatusBarPanelCollection.Contains(System.Windows.Forms.StatusBarPanel)">
<summary>
<para>Determines whether the specified panel is located within the collection.</para>
</summary>
<param name="panel">The <see cref="T:System.Windows.Forms.StatusBarPanel" /> to locate in the collection.</param>
<returns>
<para>
<see langword="true" /> if the panel is located within the
collection; otherwise, <see langword="false" />
.</para>
</returns>
</member>
<member name="M:System.Windows.Forms.StatusBar.StatusBarPanelCollection.IndexOf(System.Windows.Forms.StatusBarPanel)">
<summary>
<para>Returns the index within the collection of the specified
panel.</para>
</summary>
<param name="panel">The <see cref="T:System.Windows.Forms.StatusBarPanel" /> object to locate in the collection.</param>
<returns>
<para>The zero-based index where the panel is located within the collection;
otherwise, negative one (-1).</para>
</returns>
</member>
<member name="M:System.Windows.Forms.StatusBar.StatusBarPanelCollection.Insert(System.Int32,System.Windows.Forms.StatusBarPanel)">
<summary>
<para> Inserts the specified <see cref="T:System.Windows.Forms.StatusBarPanel" /> into the collection at the specified index.
</para>
</summary>
<param name="index">The zero-based index location where the panel is inserted. </param>
<param name="value">A <see cref="T:System.Windows.Forms.StatusBarPanel" /> representing the panel to insert. </param>
</member>
<member name="M:System.Windows.Forms.StatusBar.StatusBarPanelCollection.Clear">
<summary>
<para> Removes all items from the collection.
</para>
</summary>
</member>
<member name="M:System.Windows.Forms.StatusBar.StatusBarPanelCollection.Remove(System.Windows.Forms.StatusBarPanel)">
<summary>
<para> Removes the specified <see cref="T:System.Windows.Forms.StatusBarPanel" /> from the collection.
</para>
</summary>
<param name="value">The <see cref="T:System.Windows.Forms.StatusBarPanel" /> representing the panel to remove from the collection. </param>
</member>
<member name="M:System.Windows.Forms.StatusBar.StatusBarPanelCollection.RemoveAt(System.Int32)">
<summary>
<para> Removes the <see cref="T:System.Windows.Forms.StatusBarPanel" /> located at the specified index within the collection.
</para>
</summary>
<param name="index">The zero-based index of the item to remove. </param>
</member>
<member name="M:System.Windows.Forms.StatusBar.StatusBarPanelCollection.GetEnumerator">
<summary>
<para> Returns an enumerator to use to iterate through the item collection.
</para>
</summary>
<returns>
<para>An <see cref="T:System.Collections.IEnumerator" /> object that represents the item collection.</para>
</returns>
</member>
<member name="P:System.Windows.Forms.StatusBar.StatusBarPanelCollection.Item(System.Int32)">
<summary>
<para>Gets or sets the <see cref="T:System.Windows.Forms.StatusBarPanel" /> at the specified index.</para>
</summary>
<param name="index">The index of the panel in the collection to get or set.</param>
</member>
<member name="P:System.Windows.Forms.StatusBar.StatusBarPanelCollection.Count">
<summary>
<para>Gets the number of items in the collection.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.StatusBar.StatusBarPanelCollection.IsReadOnly">
<summary>
<para>Gets a value indicating whether this collection is
read-only.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.StatusBar.ControlToolTip.Finalize">
<summary>
</summary>
</member>
<member name="T:System.Windows.Forms.StatusBarDrawItemEventArgs">
<summary>
<para> Provides data for the <see cref="E:System.Windows.Forms.StatusBar.DrawItem" />
event.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.StatusBarDrawItemEventArgs.#ctor(System.Drawing.Graphics,System.Drawing.Font,System.Drawing.Rectangle,System.Int32,System.Windows.Forms.DrawItemState,System.Windows.Forms.StatusBarPanel)">
<summary>
<para> Initializes a new instance of the <see cref="T:System.Windows.Forms.StatusBarDrawItemEventArgs" />
class.</para>
</summary>
<param name="g">The <see cref="T:System.Drawing.Graphics" /> object to use to draw the <see cref="T:System.Windows.Forms.StatusBarPanel" /> . </param>
<param name="font">The <see cref="T:System.Drawing.Font" /> used to render text. </param>
<param name="r">The <see cref="T:System.Drawing.Rectangle" /> that represents the client area of the <see cref="T:System.Windows.Forms.StatusBarPanel" /> . </param>
<param name="itemId">The zero-based index of the panel in the <see cref="T:System.Windows.Forms.StatusBar.StatusBarPanelCollection" /> of the <see cref="T:System.Windows.Forms.StatusBar" /> control. </param>
<param name="itemState">One of the <see cref="T:System.Windows.Forms.DrawItemState" /> values that represents state information about the <see cref="T:System.Windows.Forms.StatusBarPanel" /> . </param>
<param name="panel">A <see cref="T:System.Windows.Forms.StatusBarPanel" /> that represents the panel to draw. </param>
</member>
<member name="P:System.Windows.Forms.StatusBarDrawItemEventArgs.Panel">
<summary>
<para> Gets the <see cref="T:System.Windows.Forms.StatusBarPanel" />
to
draw.</para>
</summary>
</member>
<member name="T:System.Windows.Forms.StatusBarDrawItemEventHandler">
<summary>
<para>Represents the method that will handle the <see cref="E:System.Windows.Forms.StatusBar.DrawItem" />
event of a <see cref="T:System.Windows.Forms.StatusBar" />.</para>
</summary>
<param name="sender">The source of the event.</param>
<param name="sbdevent">A <see cref="T:System.Windows.Forms.StatusBarDrawItemEventArgs" /> that contains the event data.</param>
</member>
<member name="T:System.Windows.Forms.StatusBarPanel">
<summary>
<para> Represents a panel in a <see cref="T:System.Windows.Forms.StatusBar" />
control.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.StatusBarPanel.#ctor">
<summary>
<para> Initializes a new instance of the <see cref="T:System.Windows.Forms.StatusBarPanel" /> class.
</para>
</summary>
</member>
<member name="P:System.Windows.Forms.StatusBarPanel.Alignment">
<summary>
<para> Gets or sets the alignment of text and icons within the
status bar
panel.
</para>
</summary>
</member>
<member name="P:System.Windows.Forms.StatusBarPanel.AutoSize">
<summary>
<para> Gets or sets a value indicating whether the status bar
panel
is
autosized.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.StatusBarPanel.BorderStyle">
<summary>
<para> Gets or sets the border style of the status bar
panel.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.StatusBarPanel.Icon">
<summary>
<para> Gets or sets the icon to display within the status bar
panel.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.StatusBarPanel.MinWidth">
<summary>
<para>Gets or sets the minimum allowed width of the status bar
panel within the <see cref="T:System.Windows.Forms.StatusBar" />
control.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.StatusBarPanel.Parent">
<summary>
<para> Gets the <see cref="T:System.Windows.Forms.StatusBar" /> control that hosts the status bar
panel.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.StatusBarPanel.Style">
<summary>
<para> Gets or sets the style of the status
bar panel.
</para>
</summary>
</member>
<member name="P:System.Windows.Forms.StatusBarPanel.Text">
<summary>
<para> Gets or sets the text of the status bar panel.
</para>
</summary>
</member>
<member name="P:System.Windows.Forms.StatusBarPanel.ToolTipText">
<summary>
<para> Gets or sets ToolTip text associated with the status bar
panel.
</para>
</summary>
</member>
<member name="P:System.Windows.Forms.StatusBarPanel.Width">
<summary>
<para> Gets or sets the width of the status bar
panel within the <see cref="T:System.Windows.Forms.StatusBar" />
control.</para>
</summary>
</member>
<member name="T:System.Windows.Forms.StatusBarPanelAutoSize">
<summary>
<para> Specifies how a <see cref="T:System.Windows.Forms.StatusBarPanel" /> on a <see cref="T:System.Windows.Forms.StatusBar" /> control behaves when
the control resizes.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.StatusBarPanelAutoSize.None">
<summary>
<para> The <see cref="T:System.Windows.Forms.StatusBarPanel" /> does not change size when
the <see cref="T:System.Windows.Forms.StatusBar" />
control resizes.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.StatusBarPanelAutoSize.Spring">
<summary>
<para>The <see cref="T:System.Windows.Forms.StatusBarPanel" /> shares the available space on the
<see cref="T:System.Windows.Forms.StatusBar" />(the space not taken up by other panels
whose <see cref="P:System.Windows.Forms.StatusBarPanel.AutoSize" /> property is set to
<see langword="StatusBarPanelAutoSize.None" /> or <see langword="StatusBarPanelAutoSize.Contents" />)
with other panels that have their <see cref="P:System.Windows.Forms.StatusBarPanel.AutoSize" /> property set to
<see langword="StatusBarPanelAutoSize.Spring" />. </para>
</summary>
</member>
<member name="F:System.Windows.Forms.StatusBarPanelAutoSize.Contents">
<summary>
<para> The width of the <see cref="T:System.Windows.Forms.StatusBarPanel" /> is determined by its contents.
</para>
</summary>
</member>
<member name="T:System.Windows.Forms.StatusBarPanelBorderStyle">
<summary>
<para> Specifies the appearance of the border for a <see cref="T:System.Windows.Forms.StatusBarPanel" /> on a
<see cref="T:System.Windows.Forms.StatusBar" /> control. </para>
</summary>
</member>
<member name="F:System.Windows.Forms.StatusBarPanelBorderStyle.None">
<summary>
<para>No border is displayed.</para>
</summary>
</member>
<member name="F:System.Windows.Forms.StatusBarPanelBorderStyle.Raised">
<summary>
<para> The <see cref="T:System.Windows.Forms.StatusBarPanel" /> is displayed with a three-dimensional raised border. </para>
</summary>
</member>
<member name="F:System.Windows.Forms.StatusBarPanelBorderStyle.Sunken">
<summary>
<para> The <see cref="T:System.Windows.Forms.StatusBarPanel" /> is displayed with a three-dimensional sunken border.
</para>
</summary>
</member>
<member name="T:System.Windows.Forms.StatusBarPanelClickEventArgs">
<summary>
<para> Provides data for the <see cref="E:System.Windows.Forms.StatusBar.PanelClick" />
event.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.StatusBarPanelClickEventArgs.#ctor(System.Windows.Forms.StatusBarPanel,System.Windows.Forms.MouseButtons,System.Int32,System.Int32,System.Int32)">
<summary>
<para> Initializes a new instance of the <see cref="T:System.Windows.Forms.StatusBarPanelClickEventArgs" />
class.</para>
</summary>
<param name="statusBarPanel">The <see cref="T:System.Windows.Forms.StatusBarPanel" /> that represents the panel that was clicked. </param>
<param name="button">One of the <see cref="T:System.Windows.Forms.MouseButtons" /> values that represents the mouse buttons that were clicked while over the <see cref="T:System.Windows.Forms.StatusBarPanel" /> . </param>
<param name="clicks">The number of times that the mouse button was clicked. </param>
<param name="x">The x-coordinate of the mouse click. </param>
<param name="y">The y-coordinate of the mouse click. </param>
</member>
<member name="P:System.Windows.Forms.StatusBarPanelClickEventArgs.StatusBarPanel">
<summary>
<para> Gets the <see cref="T:System.Windows.Forms.StatusBarPanel" />
to
draw.</para>
</summary>
</member>
<member name="T:System.Windows.Forms.StatusBarPanelClickEventHandler">
<summary>
<para>Represents the method that will handle the <see cref="E:System.Windows.Forms.StatusBar.PanelClick" />
event of a <see cref="T:System.Windows.Forms.StatusBar" />.</para>
</summary>
<param name="sender">The source of the event.</param>
<param name="e">A <see cref="T:System.Windows.Forms.StatusBarPanelClickEventArgs" /> that contains the event data.</param>
</member>
<member name="T:System.Windows.Forms.StatusBarPanelStyle">
<summary>
<para> Specifies whether a <see cref="T:System.Windows.Forms.StatusBarPanel" /> object on a <see cref="T:System.Windows.Forms.StatusBar" />
control is owner-drawn or system-drawn.</para>
</summary>
</member>
<member name="F:System.Windows.Forms.StatusBarPanelStyle.Text">
<summary>
<para>
The <see cref="T:System.Windows.Forms.StatusBarPanel" /> displays text
in the standard font.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.StatusBarPanelStyle.OwnerDraw">
<summary>
<para> The <see cref="T:System.Windows.Forms.StatusBarPanel" /> is
drawn by the owner.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.StringSorter.IgnoreCase">
</member>
<member name="F:System.Windows.Forms.StringSorter.IgnoreKanaType">
</member>
<member name="F:System.Windows.Forms.StringSorter.IgnoreNonSpace">
</member>
<member name="F:System.Windows.Forms.StringSorter.IgnoreSymbols">
</member>
<member name="F:System.Windows.Forms.StringSorter.IgnoreWidth">
</member>
<member name="F:System.Windows.Forms.StringSorter.StringSort">
</member>
<member name="F:System.Windows.Forms.StringSorter.Descending">
</member>
<member name="M:System.Windows.Forms.StringSorter.Compare(System.String,System.String)">
</member>
<member name="M:System.Windows.Forms.StringSorter.Compare(System.String,System.String,System.Int32)">
</member>
<member name="M:System.Windows.Forms.StringSorter.Compare(System.Globalization.CultureInfo,System.String,System.String,System.Int32)">
</member>
<member name="M:System.Windows.Forms.StringSorter.Sort(System.Object[])">
</member>
<member name="M:System.Windows.Forms.StringSorter.Sort(System.Object[],System.Int32,System.Int32)">
</member>
<member name="M:System.Windows.Forms.StringSorter.Sort(System.String[],System.Object[])">
</member>
<member name="M:System.Windows.Forms.StringSorter.Sort(System.String[],System.Object[],System.Int32,System.Int32)">
</member>
<member name="M:System.Windows.Forms.StringSorter.Sort(System.Object[],System.Int32)">
</member>
<member name="M:System.Windows.Forms.StringSorter.Sort(System.Object[],System.Int32,System.Int32,System.Int32)">
</member>
<member name="M:System.Windows.Forms.StringSorter.Sort(System.String[],System.Object[],System.Int32)">
</member>
<member name="M:System.Windows.Forms.StringSorter.Sort(System.String[],System.Object[],System.Int32,System.Int32,System.Int32)">
</member>
<member name="M:System.Windows.Forms.StringSorter.Sort(System.Globalization.CultureInfo,System.Object[],System.Int32)">
</member>
<member name="M:System.Windows.Forms.StringSorter.Sort(System.Globalization.CultureInfo,System.Object[],System.Int32,System.Int32,System.Int32)">
</member>
<member name="M:System.Windows.Forms.StringSorter.Sort(System.Globalization.CultureInfo,System.String[],System.Object[],System.Int32)">
</member>
<member name="M:System.Windows.Forms.StringSorter.Sort(System.Globalization.CultureInfo,System.String[],System.Object[],System.Int32,System.Int32,System.Int32)">
</member>
<member name="F:System.Windows.Forms.StructFormat.Ansi">
<summary>
<para>[To be supplied.]</para>
</summary>
</member>
<member name="F:System.Windows.Forms.StructFormat.Unicode">
<summary>
<para>[To be supplied.]</para>
</summary>
</member>
<member name="F:System.Windows.Forms.StructFormat.Auto">
<summary>
<para>[To be supplied.]</para>
</summary>
</member>
<member name="T:System.Windows.Forms.SystemInformation">
<summary>
<para>Provides information about the operating system.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.SystemInformation.DragFullWindows">
<summary>
<para> Gets a value indicating whether the user has enabled full window drag.
</para>
</summary>
</member>
<member name="P:System.Windows.Forms.SystemInformation.HighContrast">
<summary>
<para> Gets a value indicating whether the user has selected to run in high-contrast
mode.
</para>
</summary>
</member>
<member name="P:System.Windows.Forms.SystemInformation.MouseWheelScrollLines">
<summary>
<para>
Gets the number of lines to scroll when the mouse wheel is rotated.
</para>
</summary>
</member>
<member name="P:System.Windows.Forms.SystemInformation.PrimaryMonitorSize">
<summary>
<para> Gets the dimensions, in pixels, of the primary display monitor.
</para>
</summary>
</member>
<member name="P:System.Windows.Forms.SystemInformation.VerticalScrollBarWidth">
<summary>
<para> Gets the width, in pixels, of the vertical scroll bar.
</para>
</summary>
</member>
<member name="P:System.Windows.Forms.SystemInformation.HorizontalScrollBarHeight">
<summary>
<para> Gets the height, in pixels, of the horizontal scroll bar.
</para>
</summary>
</member>
<member name="P:System.Windows.Forms.SystemInformation.CaptionHeight">
<summary>
<para> Gets the height, in pixels, of the normal caption area of a window.
</para>
</summary>
</member>
<member name="P:System.Windows.Forms.SystemInformation.BorderSize">
<summary>
<para> Gets the width and
height, in pixels, of a window border.
</para>
</summary>
</member>
<member name="P:System.Windows.Forms.SystemInformation.FixedFrameBorderSize">
<summary>
<para> Gets the thickness, in pixels, of the border for a window that has a caption
and is not resizable.
</para>
</summary>
</member>
<member name="P:System.Windows.Forms.SystemInformation.VerticalScrollBarThumbHeight">
<summary>
<para>Gets the height, in pixels, of the scroll box in a vertical scroll bar.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.SystemInformation.HorizontalScrollBarThumbWidth">
<summary>
<para>Gets the width, in pixels, of the scroll box in a horizontal scroll bar.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.SystemInformation.IconSize">
<summary>
<para> Gets the default dimensions, in pixels, of an icon.
</para>
</summary>
</member>
<member name="P:System.Windows.Forms.SystemInformation.CursorSize">
<summary>
<para> Gets the dimensions, in pixels, of a cursor.
</para>
</summary>
</member>
<member name="P:System.Windows.Forms.SystemInformation.MenuFont">
<summary>
<para> Gets the operating system font for menus.
</para>
</summary>
</member>
<member name="P:System.Windows.Forms.SystemInformation.MenuHeight">
<summary>
<para> Gets the height of one line of a menu in pixels.
</para>
</summary>
</member>
<member name="P:System.Windows.Forms.SystemInformation.WorkingArea">
<summary>
<para> Gets the size, in pixels, of the working area.
</para>
</summary>
</member>
<member name="P:System.Windows.Forms.SystemInformation.KanjiWindowHeight">
<summary>
<para> Gets
the height, in pixels, of the Kanji window at the bottom
of the screen for double-byte character set (DBCS) versions of Windows.
</para>
</summary>
</member>
<member name="P:System.Windows.Forms.SystemInformation.MousePresent">
<summary>
<para> Gets a value indicating whether a mouse is installed.
</para>
</summary>
</member>
<member name="P:System.Windows.Forms.SystemInformation.VerticalScrollBarArrowHeight">
<summary>
<para> Gets the height, in pixels, of the arrow bitmap on the vertical scroll bar.
</para>
</summary>
</member>
<member name="P:System.Windows.Forms.SystemInformation.HorizontalScrollBarArrowWidth">
<summary>
<para> Gets the width, in pixels, of the arrow bitmap on the horizontal scroll bar.
</para>
</summary>
</member>
<member name="P:System.Windows.Forms.SystemInformation.DebugOS">
<summary>
<para>Gets a value indicating whether the debugging version of USER.EXE is
installed.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.SystemInformation.MouseButtonsSwapped">
<summary>
<para>
Gets a value indicating whether the functions of the left and right mouse
buttons have been swapped.
</para>
</summary>
</member>
<member name="P:System.Windows.Forms.SystemInformation.MinimumWindowSize">
<summary>
<para> Gets the minimum allowable dimensions, in pixels, of a window.
</para>
</summary>
</member>
<member name="P:System.Windows.Forms.SystemInformation.CaptionButtonSize">
<summary>
<para> Gets the dimensions, in pixels, of a caption bar or title bar
button.
</para>
</summary>
</member>
<member name="P:System.Windows.Forms.SystemInformation.FrameBorderSize">
<summary>
<para> Gets the thickness, in pixels, of the border for a window that can be resized.
</para>
</summary>
</member>
<member name="P:System.Windows.Forms.SystemInformation.MinWindowTrackSize">
<summary>
<para> Gets the default minimum tracking dimensions, in
pixels, of the operating system for a window.
</para>
</summary>
</member>
<member name="P:System.Windows.Forms.SystemInformation.DoubleClickSize">
<summary>
<para> Gets the dimensions, in pixels, of
the area within which the user must click for the operating system to consider
the two clicks a double-click.
</para>
</summary>
</member>
<member name="P:System.Windows.Forms.SystemInformation.DoubleClickTime">
<summary>
<para> Gets the maximum number of milliseconds allowed between mouse clicks for a double-click to be
valid.
</para>
</summary>
</member>
<member name="P:System.Windows.Forms.SystemInformation.IconSpacingSize">
<summary>
<para>
Gets the dimensions, in pixels, of the grid
used to arrange icons in a large-icon view.
</para>
</summary>
</member>
<member name="P:System.Windows.Forms.SystemInformation.RightAlignedMenus">
<summary>
<para> Gets a value indicating whether drop-down menus are right-aligned
with the corresponding menu-bar item.
</para>
</summary>
</member>
<member name="P:System.Windows.Forms.SystemInformation.PenWindows">
<summary>
<para> Gets a value indicating whether the Microsoft Windows for Pen Computing
extensions are installed.
</para>
</summary>
</member>
<member name="P:System.Windows.Forms.SystemInformation.DbcsEnabled">
<summary>
<para> Gets a value indicating whether the operating system is capable of handling double-byte character
set (DBCS) characters.
</para>
</summary>
</member>
<member name="P:System.Windows.Forms.SystemInformation.MouseButtons">
<summary>
<para> Gets the number of buttons on the mouse.
</para>
</summary>
</member>
<member name="P:System.Windows.Forms.SystemInformation.Secure">
<summary>
<para> Gets a value indicating whether security is present on this operating system.
</para>
</summary>
</member>
<member name="P:System.Windows.Forms.SystemInformation.Border3DSize">
<summary>
<para> Gets the dimensions, in pixels, of a three-dimensional (3-D)
border.
</para>
</summary>
</member>
<member name="P:System.Windows.Forms.SystemInformation.MinimizedWindowSpacingSize">
<summary>
<para> Gets the
dimensions, in pixels,
of the grid into which minimized windows are placed.
</para>
</summary>
</member>
<member name="P:System.Windows.Forms.SystemInformation.SmallIconSize">
<summary>
<para> Gets
the recommended dimensions, in pixels, of a small icon.
</para>
</summary>
</member>
<member name="P:System.Windows.Forms.SystemInformation.ToolWindowCaptionHeight">
<summary>
<para> Gets the height, in
pixels, of a small caption.
</para>
</summary>
</member>
<member name="P:System.Windows.Forms.SystemInformation.ToolWindowCaptionButtonSize">
<summary>
<para> Gets the
dimensions, in pixels, of small caption buttons.
</para>
</summary>
</member>
<member name="P:System.Windows.Forms.SystemInformation.MenuButtonSize">
<summary>
<para> Gets the dimensions, in pixels, of menu-bar buttons.
</para>
</summary>
</member>
<member name="P:System.Windows.Forms.SystemInformation.ArrangeStartingPosition">
<summary>
<para>Gets flags specifying how the operating system arranges minimized windows.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.SystemInformation.ArrangeDirection">
<summary>
<para> Gets flags specifying how the operating system arranges minimized windows.
</para>
</summary>
</member>
<member name="P:System.Windows.Forms.SystemInformation.MinimizedWindowSize">
<summary>
<para> Gets the dimensions, in pixels, of a normal minimized window.
</para>
</summary>
</member>
<member name="P:System.Windows.Forms.SystemInformation.MaxWindowTrackSize">
<summary>
<para> Gets the default maximum dimensions, in pixels, of a
window that has a caption and sizing borders.
</para>
</summary>
</member>
<member name="P:System.Windows.Forms.SystemInformation.PrimaryMonitorMaximizedWindowSize">
<summary>
<para> Gets the default dimensions, in pixels, of a maximized window on the
primary monitor.
</para>
</summary>
</member>
<member name="P:System.Windows.Forms.SystemInformation.Network">
<summary>
<para> Gets a value indicating whether this computer is connected to a network.
</para>
</summary>
</member>
<member name="P:System.Windows.Forms.SystemInformation.BootMode">
<summary>
<para>Gets a value that specifies how the system was started.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.SystemInformation.DragSize">
<summary>
<para> Gets the dimensions, in pixels, of the rectangle that a drag operation must
extend to be considered a drag operation. The rectangle is centered on a drag
point.
</para>
</summary>
</member>
<member name="P:System.Windows.Forms.SystemInformation.ShowSounds">
<summary>
<para> Gets a value indicating whether the user requires an application to present information
in visual form in situations when it would present the
information in audible form.
</para>
</summary>
</member>
<member name="P:System.Windows.Forms.SystemInformation.MenuCheckSize">
<summary>
<para> Gets the dimensions,
in pixels, of the default size of a menu check mark.
</para>
</summary>
</member>
<member name="P:System.Windows.Forms.SystemInformation.MidEastEnabled">
<summary>
<para> Gets a value indicating
whether the operating system is enabled for Hebrew and Arabic languages.
</para>
</summary>
</member>
<member name="P:System.Windows.Forms.SystemInformation.NativeMouseWheelSupport">
<summary>
<para> Gets a value indicating whether the operating system natively
supports a mouse wheel.
</para>
</summary>
</member>
<member name="P:System.Windows.Forms.SystemInformation.MouseWheelPresent">
<summary>
<para> Gets a value indicating whether a mouse with a
mouse wheel is installed.
</para>
</summary>
</member>
<member name="P:System.Windows.Forms.SystemInformation.VirtualScreen">
<summary>
<para> Gets the
bounds of the virtual screen.
</para>
</summary>
</member>
<member name="P:System.Windows.Forms.SystemInformation.MonitorCount">
<summary>
<para> Gets the number of display monitors on the desktop.
</para>
</summary>
</member>
<member name="P:System.Windows.Forms.SystemInformation.MonitorsSameDisplayFormat">
<summary>
<para> Gets a value indicating whether all the display monitors have the
same color format.
</para>
</summary>
</member>
<member name="P:System.Windows.Forms.SystemInformation.ComputerName">
<summary>
<para> Gets the computer name of the current system.
</para>
</summary>
</member>
<member name="P:System.Windows.Forms.SystemInformation.UserDomainName">
<summary>
<para>Gets the name of the user domain.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.SystemInformation.UserInteractive">
<summary>
<para> Gets a value indicating whether the current process is running in
user-interactive mode.
</para>
</summary>
</member>
<member name="P:System.Windows.Forms.SystemInformation.UserName">
<summary>
<para> Gets the user name for the current thread (the name of the user currently
logged on to the operating system).</para>
</summary>
</member>
<member name="T:System.Windows.Forms.TabAlignment">
<summary>
<para>Specifies the locations of the tabs in a tab
control.</para>
</summary>
</member>
<member name="F:System.Windows.Forms.TabAlignment.Top">
<summary>
<para>The tabs are located across the top of the control.</para>
</summary>
</member>
<member name="F:System.Windows.Forms.TabAlignment.Bottom">
<summary>
<para>The tabs are located across the bottom of the control.</para>
</summary>
</member>
<member name="F:System.Windows.Forms.TabAlignment.Left">
<summary>
<para>The tabs are located along the left edge of the control.</para>
</summary>
</member>
<member name="F:System.Windows.Forms.TabAlignment.Right">
<summary>
<para>The tabs are located along the right edge of the control.</para>
</summary>
</member>
<member name="T:System.Windows.Forms.TabAppearance">
<summary>
<para> Specifies the appearance of the tabs in a
tab control. </para>
</summary>
</member>
<member name="F:System.Windows.Forms.TabAppearance.Normal">
<summary>
<para>The tabs have the standard appearance of tabs.</para>
</summary>
</member>
<member name="F:System.Windows.Forms.TabAppearance.Buttons">
<summary>
<para>
The tabs have the appearance
of three-dimensional buttons.</para>
</summary>
</member>
<member name="F:System.Windows.Forms.TabAppearance.FlatButtons">
<summary>
<para> The tabs have the appearance of flat buttons.</para>
</summary>
</member>
<member name="T:System.Windows.Forms.TabControl">
<summary>
<para>Manages a related set of tab pages.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.TabControl.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:System.Windows.Forms.TabControl" /> class.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.TabControl.GetTabRect(System.Int32)">
<summary>
<para> Returns the bounding rectangle for a specified tab in this tab control.</para>
</summary>
<param name="index">The 0-based index of the tab you want.</param>
<returns>
<para>A <see cref="T:System.Drawing.Rectangle" /> that represents the bounds of the specified
tab.</para>
</returns>
</member>
<member name="M:System.Windows.Forms.TabControl.IsInputKey(System.Windows.Forms.Keys)">
<summary>
<para>Determines whether the specified key is a regular
input key or a special key that requires preprocessing.</para>
</summary>
<param name="keyData">One of the <see cref="T:System.Windows.Forms.Keys" /> values.</param>
<returns>
<para>
<see langword="true" /> if the specified key is a regular
input key; otherwise, <see langword="false" /> .</para>
</returns>
</member>
<member name="M:System.Windows.Forms.TabControl.OnHandleDestroyed(System.EventArgs)">
<summary>
<para>Raises the <see cref="E:System.Windows.Forms.Control.HandleDestroyed" qualify="true" /> event.</para>
</summary>
<param name="e">An <see cref="T:System.EventArgs" /> that contains the event data.</param>
</member>
<member name="M:System.Windows.Forms.TabControl.OnDrawItem(System.Windows.Forms.DrawItemEventArgs)">
<summary>
<para>Raises the <see cref="E:System.Windows.Forms.TabControl.DrawItem" /> event.</para>
</summary>
<param name="e">A <see cref="T:System.Windows.Forms.DrawItemEventArgs" /> that contains the event data.</param>
</member>
<member name="M:System.Windows.Forms.TabControl.OnSelectedIndexChanged(System.EventArgs)">
<summary>
<para>Raises the <see cref="E:System.Windows.Forms.TabControl.SelectedIndexChanged" /> event.</para>
</summary>
<param name="e">An <see cref="T:System.EventArgs" /> that contains the event data.</param>
</member>
<member name="M:System.Windows.Forms.TabControl.OnFontChanged(System.EventArgs)">
<summary>
<para>Raises the <see cref="E:System.Windows.Forms.Control.FontChanged" /> event.</para>
</summary>
<param name="e">An <see cref="T:System.EventArgs" /> that contains the event data.</param>
</member>
<member name="M:System.Windows.Forms.TabControl.RemoveAll">
<summary>
<para>Removes all the tab pages and additional controls
from this tab control.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.TabControl.Alignment">
<summary>
<para> Gets or sets the area of the control (for example, along the top)
where the tabs are aligned.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.TabControl.Appearance">
<summary>
<para> Gets or sets
the visual appearance of the control's tabs. </para>
</summary>
</member>
<member name="P:System.Windows.Forms.TabControl.DisplayRectangle">
<summary>
<para>Gets the display area of the control's tab pages.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.TabControl.DrawMode">
<summary>
<para> Gets or sets the way
that the control's tab pages are drawn.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.TabControl.HotTrack">
<summary>
<para>Gets or sets a value indicating whether the control's tabs change in appearance when the mouse passes over them.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.TabControl.ImageList">
<summary>
<para>Gets or sets the images to display on the control's tabs.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.TabControl.ItemSize">
<summary>
<para>Gets or sets the size of the control's tabs. </para>
</summary>
</member>
<member name="P:System.Windows.Forms.TabControl.Multiline">
<summary>
<para>Gets or sets a value indicating whether more than one row
of tabs can be displayed.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.TabControl.Padding">
<summary>
<para>Gets or sets the amount of space around each item on the control's tab pages. </para>
</summary>
</member>
<member name="P:System.Windows.Forms.TabControl.RowCount">
<summary>
<para>Gets the number of rows that are currently being displayed in the control's tab strip. </para>
</summary>
</member>
<member name="P:System.Windows.Forms.TabControl.SelectedIndex">
<summary>
<para> Gets or sets the index of the currently-selected tab page.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.TabControl.SelectedTab">
<summary>
<para> Gets or sets the currently-selected tab page.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.TabControl.SizeMode">
<summary>
<para>Gets or sets the way that the control's tabs are sized.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.TabControl.ShowToolTips">
<summary>
<para> Gets or sets a value indicating whether a tab's ToolTip is shown when the mouse passes over the tab.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.TabControl.TabCount">
<summary>
<para>Gets the number of tabs in the tab strip.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.TabControl.TabPages">
<summary>
<para>Gets the collection of tab pages in this tab control.</para>
</summary>
</member>
<member name="E:System.Windows.Forms.TabControl.DrawItem">
<summary>
<para>Occurs when the tabs are drawn, if the <see cref="P:System.Windows.Forms.TabControl.DrawMode" /> property is set to
<see langword="OwnerDrawFixed" />.</para>
</summary>
</member>
<member name="E:System.Windows.Forms.TabControl.SelectedIndexChanged">
<summary>
<para>Occurs when the <see cref="P:System.Windows.Forms.TabControl.SelectedIndex" /> property is changed.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.TabControl.TabPageCollection.#ctor(System.Windows.Forms.TabControl)">
<summary>
<para>Initializes a new instance of the <see cref="T:System.Windows.Forms.TabControl.TabPageCollection" /> class.</para>
</summary>
<param name="owner">The <see cref="T:System.Windows.Forms.TabControl" /> that this collection belongs to.</param>
</member>
<member name="M:System.Windows.Forms.TabControl.TabPageCollection.Add(System.Windows.Forms.TabPage)">
<summary>
<para>Adds a <see cref="T:System.Windows.Forms.TabPage" /> to the collection.</para>
</summary>
<param name="value">The <see cref="T:System.Windows.Forms.TabPage" /> to add.</param>
</member>
<member name="M:System.Windows.Forms.TabControl.TabPageCollection.AddRange(System.Windows.Forms.TabPage[])">
<summary>
<para> Adds a set of tab pages to the collection.</para>
</summary>
<param name="pages">An array of type <see cref="T:System.Windows.Forms.TabPage" /> that contains the tab pages to add.</param>
</member>
<member name="M:System.Windows.Forms.TabControl.TabPageCollection.Contains(System.Windows.Forms.TabPage)">
<summary>
<para>Determines whether a specified tab page is in the collection.</para>
</summary>
<param name="page">The <see cref="T:System.Windows.Forms.TabPage" /> to locate in the collection.</param>
<returns>
<para>
<see langword="true" /> if the
specified <see cref="T:System.Windows.Forms.TabPage" /> is
in the collection; otherwise, <see langword="false" />.</para>
</returns>
</member>
<member name="M:System.Windows.Forms.TabControl.TabPageCollection.IndexOf(System.Windows.Forms.TabPage)">
<summary>
<para>Returns the index of the specified tab page in the collection.</para>
</summary>
<param name="page">The <see cref="T:System.Windows.Forms.TabPage" /> to locate in the collection.</param>
<returns>
<para> The 0-based index of the tab page; -1 if it cannot be found.</para>
</returns>
</member>
<member name="M:System.Windows.Forms.TabControl.TabPageCollection.Clear">
<summary>
<para>Removes all the tab pages from the collection.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.TabControl.TabPageCollection.GetEnumerator">
<summary>
<para>Returns an enumeration of all the tab pages in the collection.</para>
</summary>
<returns>
<para>An <see cref="T:System.Collections.IEnumerator" /> for the <see cref="T:System.Windows.Forms.TabControl.TabPageCollection" />.</para>
</returns>
</member>
<member name="M:System.Windows.Forms.TabControl.TabPageCollection.Remove(System.Windows.Forms.TabPage)">
<summary>
<para>Removes a <see cref="T:System.Windows.Forms.TabPage" /> from the collection.</para>
</summary>
<param name="value">The <see cref="T:System.Windows.Forms.TabPage" /> to remove.</param>
</member>
<member name="M:System.Windows.Forms.TabControl.TabPageCollection.RemoveAt(System.Int32)">
<summary>
<para>Removes the tab page at the specified index from the collection.</para>
</summary>
<param name="index">The 0-based index of the <see cref="T:System.Windows.Forms.TabPage" /> to remove.</param>
</member>
<member name="P:System.Windows.Forms.TabControl.TabPageCollection.Item(System.Int32)">
<summary>
<para> Gets or sets a <see cref="T:System.Windows.Forms.TabPage" /> in
the collection.</para>
</summary>
<param name="index">The 0-based index of the tab page to get or set.</param>
</member>
<member name="P:System.Windows.Forms.TabControl.TabPageCollection.Count">
<summary>
<para> Gets the number of tab pages in the collection.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.TabControl.TabPageCollection.IsReadOnly">
<summary>
<para> Gets a value indicating whether the collection is read-only.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.TabControl.ControlCollection.#ctor(System.Windows.Forms.TabControl)">
<summary>
<para>Initializes a new instance of the <see cref="T:System.Windows.Forms.TabControl.ControlCollection" /> class.</para>
</summary>
<param name="owner">The <see cref="T:System.Windows.Forms.TabControl" /> that this collection belongs to.</param>
</member>
<member name="M:System.Windows.Forms.TabControl.ControlCollection.Add(System.Windows.Forms.Control)">
<summary>
<para>Adds a <see cref="T:System.Windows.Forms.Control" /> to the collection.</para>
</summary>
<param name="value">The <see cref="T:System.Windows.Forms.Control" /> to add.</param>
</member>
<member name="M:System.Windows.Forms.TabControl.ControlCollection.Remove(System.Windows.Forms.Control)">
<summary>
<para>Removes a <see cref="T:System.Windows.Forms.Control" /> from the collection.</para>
</summary>
<param name="value">The <see cref="T:System.Windows.Forms.Control" /> to remove.</param>
</member>
<member name="T:System.Windows.Forms.TabDrawMode">
<summary>
<para>Specifies whether the tabs in a tab control are owner-drawn (drawn by the parent window), or drawn by the operating
system. </para>
</summary>
</member>
<member name="F:System.Windows.Forms.TabDrawMode.Normal">
<summary>
<para> The tabs are drawn by the operating system, and are of
the same size.</para>
</summary>
</member>
<member name="F:System.Windows.Forms.TabDrawMode.OwnerDrawFixed">
<summary>
<para> The tabs are drawn by the parent window, and are of the same
size.</para>
</summary>
</member>
<member name="T:System.Windows.Forms.TabPage">
<summary>
<para>Represents a single tab page in a <see cref="T:System.Windows.Forms.TabControl" />.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.TabPage.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:System.Windows.Forms.TabPage" /> class.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.TabPage.#ctor(System.String)">
<summary>
<para>Initializes a new instance of the <see cref="T:System.Windows.Forms.TabPage" /> class, specifies the text
for the tab.</para>
</summary>
<param name="text">The text for the tab.</param>
</member>
<member name="M:System.Windows.Forms.TabPage.GetTabPageOfComponent(System.Object)">
<summary>
<para>Retrieves the tab page that contains the specified object.</para>
</summary>
<param name="comp">The object to look for.</param>
<returns>
<para>The <see cref="T:System.Windows.Forms.TabPage" /> that
contains the specified object, or <see langword="null" /> if the object cannot be found.</para>
</returns>
</member>
<member name="M:System.Windows.Forms.TabPage.ToString">
<summary>
<para>Returns a string containing the value of the <see cref="P:System.Windows.Forms.TabPage.Text" /> property for the <see cref="T:System.Windows.Forms.TabPage" /> object's default printing.</para>
</summary>
<returns>
<para>A string containing the value of the <see cref="P:System.Windows.Forms.TabPage.Text" /> property.</para>
</returns>
</member>
<member name="P:System.Windows.Forms.TabPage.ImageIndex">
<summary>
<para>Gets or sets the index to the image displayed on this tab.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.TabPage.Text">
<summary>
<para>Gets or sets the text to display on the tab.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.TabPage.ToolTipText">
<summary>
<para> Gets or sets the ToolTip text for this tab.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.TabPage.TabPageControlCollection.#ctor(System.Windows.Forms.TabPage)">
<summary>
<para>Initializes a new instance of the <see cref="T:System.Windows.Forms.TabPage.TabPageControlCollection" /> class.</para>
</summary>
<param name="owner">The <see cref="T:System.Windows.Forms.TabPage" /> that contains this collection of controls.</param>
</member>
<member name="M:System.Windows.Forms.TabPage.TabPageControlCollection.Add(System.Windows.Forms.Control)">
<summary>
<para>Adds a control to the collection.</para>
</summary>
<param name="value">The control to add.</param>
</member>
<member name="T:System.Windows.Forms.TabSizeMode">
<summary>
<para>Specifies how tabs in a tab control are sized. </para>
</summary>
</member>
<member name="F:System.Windows.Forms.TabSizeMode.Normal">
<summary>
<para> The width of each tab is sized to accommodate what
is displayed on the tab, and the size of tabs in a row are not adjusted to fill
the entire width of the container control.</para>
</summary>
</member>
<member name="F:System.Windows.Forms.TabSizeMode.FillToRight">
<summary>
<para> The width of each tab is sized so that each row of tabs fills the entire width of the container control. This
is only applicable to tab controls with more than one row.</para>
</summary>
</member>
<member name="F:System.Windows.Forms.TabSizeMode.Fixed">
<summary>
<para> All tabs in a control are the same width.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.ThreadExceptionDialog.#ctor(System.Exception)">
<summary>
<para>
Initializes a new instance of the <see cref="T:System.Windows.Forms.ThreadExceptionDialog" /> class.
</para>
</summary>
<param name="t">
The <see cref="T:System.Exception" /> that represents the exception that occurred.
</param>
</member>
<member name="T:System.Windows.Forms.TickStyle">
<summary>
<para>
Specifies the
location of tick marks in a <see cref="T:System.Windows.Forms.TrackBar" />
control.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.TickStyle.None">
<summary>
<para>
No tick marks appear in the control.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.TickStyle.TopLeft">
<summary>
<para>Tick marks
are located on the top of a horizontal control or on the left of a vertical control.</para>
</summary>
</member>
<member name="F:System.Windows.Forms.TickStyle.BottomRight">
<summary>
<para>
Tick marks are
located on the bottom of a horizontal control or on the right side of a vertical control.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.TickStyle.Both">
<summary>
<para>
Tick
marks are located on both sides of the control.
</para>
</summary>
</member>
<member name="T:System.Windows.Forms.Timer">
<summary>
<para> Implements a timer that raises an event at user-defined intervals. This timer is optimized for
use in Windows Forms applications and must be used in a window.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.Timer.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:System.Windows.Forms.Timer" />
class.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.Timer.#ctor(System.ComponentModel.IContainer)">
<summary>
<para>Initializes a new instance of the <see cref="T:System.Windows.Forms.Timer" /> class with the specified container.</para>
</summary>
<param name="container">An <see cref="T:System.ComponentModel.IContainer" /> that represents the container for the timer.</param>
</member>
<member name="M:System.Windows.Forms.Timer.OnTick(System.EventArgs)">
<summary>
<para>Raises the <see cref="E:System.Windows.Forms.Timer.Tick" />
event.</para>
</summary>
<param name="e">An <see cref="T:System.EventArgs" /> that contains the event data. This is always <see cref="F:System.EventArgs.Empty" />.</param>
</member>
<member name="M:System.Windows.Forms.Timer.Start">
<summary>
<para>Starts the
timer.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.Timer.Stop">
<summary>
<para>Stops the
timer.</para>
</summary>
</member>
<member name="E:System.Windows.Forms.Timer.Tick">
<summary>
<para>Occurs when the specified timer
interval has elapsed and the timer is enabled.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.Timer.Enabled">
<summary>
<para>Gets or sets whether the timer is
running.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.Timer.Interval">
<summary>
<para> Gets or sets the time, in milliseconds, between timer ticks.</para>
</summary>
</member>
<member name="T:System.Windows.Forms.ToolBarAppearance">
<summary>
<para>Specifies the type of toolbar to display.</para>
</summary>
</member>
<member name="F:System.Windows.Forms.ToolBarAppearance.Normal">
<summary>
<para> The toolbar and buttons appear as standard three-dimensional controls.</para>
</summary>
</member>
<member name="F:System.Windows.Forms.ToolBarAppearance.Flat">
<summary>
<para> The toolbar and buttons appear flat, but the buttons change to
three-dimensional as the mouse pointer moves over them.</para>
</summary>
</member>
<member name="T:System.Windows.Forms.ToolBarButton">
<summary>
<para> Represents a Windows toolbar button.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.ToolBarButton.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:System.Windows.Forms.ToolBarButton" /> class.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.ToolBarButton.#ctor(System.String)">
<summary>
<para>Initializes a new instance of the <see cref="T:System.Windows.Forms.ToolBarButton" /> class and displays the assigned
text on the button.</para>
</summary>
<param name="text">The text to display on the new <see cref="T:System.Windows.Forms.ToolBarButton" />.</param>
</member>
<member name="P:System.Windows.Forms.ToolBarButton.DropDownMenu">
<summary>
<para> Gets or
sets the menu to be displayed in
the drop-down toolbar button.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.ToolBarButton.Enabled">
<summary>
<para> Gets or sets a value indicating whether the button is enabled.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.ToolBarButton.ImageIndex">
<summary>
<para> Gets or sets the index
value of the image assigned to the button.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.ToolBarButton.Parent">
<summary>
<para> Gets the toolbar control that the toolbar button is assigned
to.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.ToolBarButton.PartialPush">
<summary>
<para>
Gets or sets a value
indicating whether a toggle-style toolbar button
is partially pushed.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.ToolBarButton.Pushed">
<summary>
<para>Gets or sets a value indicating whether a toggle-style toolbar button is currently in the pushed state.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.ToolBarButton.Rectangle">
<summary>
<para> Gets the bounding rectangle for a toolbar
button.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.ToolBarButton.Style">
<summary>
<para> Gets or sets the style of the
toolbar button.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.ToolBarButton.Tag">
<summary>
<para>Gets or sets the object that contains data about the toolbar button.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.ToolBarButton.Text">
<summary>
<para> Gets or sets the text displayed on the toolbar button.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.ToolBarButton.ToolTipText">
<summary>
<para>
Gets or
sets
the text that appears as a tool tip for a control.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.ToolBarButton.Visible">
<summary>
<para>
Gets or sets a value
indicating whether the toolbar button
is visible.</para>
</summary>
</member>
<member name="T:System.Windows.Forms.ToolBarButtonClickEventArgs">
<summary>
<para>Provides data for the <see cref="E:System.Windows.Forms.ToolBar.ButtonClick" />
event.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.ToolBarButtonClickEventArgs.#ctor(System.Windows.Forms.ToolBarButton)">
<summary>
<para>Initializes a new instance of the <see cref="T:System.Windows.Forms.ToolBarButtonClickEventArgs" />
class.</para>
</summary>
<param name="button">The <see cref="T:System.Windows.Forms.ToolBarButton" /> that was clicked.</param>
</member>
<member name="P:System.Windows.Forms.ToolBarButtonClickEventArgs.Button">
<summary>
<para>Gets or sets the <see cref="T:System.Windows.Forms.ToolBarButton" />
that was clicked.</para>
</summary>
</member>
<member name="T:System.Windows.Forms.ToolBarButtonClickEventHandler">
<summary>
<para>Represents the method that will handle the <see cref="E:System.Windows.Forms.ToolBar.ButtonClick" /> event of a
<see cref="T:System.Windows.Forms.ToolBar" /> .</para>
</summary>
<param name="sender">The source of the event.</param>
<param name=" e">A <see cref="T:System.Windows.Forms.ToolBarButtonClickEventArgs" /> that contains the event data.</param>
</member>
<member name="T:System.Windows.Forms.ToolBarButtonStyle">
<summary>
<para>Specifies the button style within a toolbar.</para>
</summary>
</member>
<member name="F:System.Windows.Forms.ToolBarButtonStyle.PushButton">
<summary>
<para>
A
standard, three-dimensional
button.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.ToolBarButtonStyle.ToggleButton">
<summary>
<para>
A toggle button that appears sunken when clicked
and retains the sunken appearance until
clicked again.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.ToolBarButtonStyle.Separator">
<summary>
<para>
A space or
line between toolbar buttons. The appearance depends on the
value of the <see cref="P:System.Windows.Forms.ToolBar.Appearance" />
property.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.ToolBarButtonStyle.DropDownButton">
<summary>
<para> A drop-down control that displays a menu or other window
when
clicked.</para>
</summary>
</member>
<member name="T:System.Windows.Forms.ToolBarTextAlign">
<summary>
<para>Specifies
the alignment of text on the toolbar button control.</para>
</summary>
</member>
<member name="F:System.Windows.Forms.ToolBarTextAlign.Underneath">
<summary>
<para>
The text
is aligned underneath the toolbar button image.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.ToolBarTextAlign.Right">
<summary>
<para>
The text
is aligned to the right of the toolbar button image.
</para>
</summary>
</member>
<member name="T:System.Windows.Forms.ToolTip">
<summary>
<para>Represents a small rectangular pop-up
window that displays a brief description of a control's purpose when the mouse
hovers over the control.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.ToolTip.#ctor(System.ComponentModel.IContainer)">
<summary>
<para> Initializes a new instance of the <see cref="T:System.Windows.Forms.ToolTip" /> class with a specified container.
</para>
</summary>
<param name="cont"> An <see cref="T:System.ComponentModel.IContainer" /> that represents the container of the <see cref="T:System.Windows.Forms.ToolTip" /> . </param>
</member>
<member name="M:System.Windows.Forms.ToolTip.#ctor">
<summary>
<para> Initializes a new instance of the <see cref="T:System.Windows.Forms.ToolTip" /> without a specified container.
</para>
</summary>
</member>
<member name="M:System.Windows.Forms.ToolTip.GetToolTip(System.Windows.Forms.Control)">
<summary>
<para> Retrieves the ToolTip text associated with the specified control.
</para>
</summary>
<param name="control">The <see cref="T:System.Windows.Forms.Control" /> for which to retrieve the <see cref="T:System.Windows.Forms.ToolTip" /> text. </param>
<returns>
<para> The ToolTip text for the specified control.
</para>
</returns>
</member>
<member name="M:System.Windows.Forms.ToolTip.RemoveAll">
<summary>
<para> Removes all ToolTip text currently associated with the
ToolTip control.
</para>
</summary>
</member>
<member name="M:System.Windows.Forms.ToolTip.SetToolTip(System.Windows.Forms.Control,System.String)">
<summary>
<para> Associates ToolTip text with the specified control.
</para>
</summary>
<param name="control">The <see cref="T:System.Windows.Forms.Control" /> to associate the ToolTip text with. </param>
<param name="caption">The ToolTip text to display when the mouse cursor is over the control. </param>
</member>
<member name="P:System.Windows.Forms.ToolTip.Active">
<summary>
<para> Gets or sets a value indicating whether the ToolTip is currently active.
</para>
</summary>
</member>
<member name="P:System.Windows.Forms.ToolTip.AutomaticDelay">
<summary>
<para>Gets or sets the automatic delay for the ToolTip.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.ToolTip.AutoPopDelay">
<summary>
<para>Gets or sets the period of time the ToolTip remains visible if the mouse pointer is
stationary within a control
with specified ToolTip text.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.ToolTip.InitialDelay">
<summary>
<para>Gets or sets the time that passes before the
ToolTip appears. </para>
</summary>
</member>
<member name="P:System.Windows.Forms.ToolTip.ReshowDelay">
<summary>
<para>Gets or sets the length of time that must transpire before subsequent ToolTip
windows appear as the mouse pointer moves from one control to another. </para>
</summary>
</member>
<member name="P:System.Windows.Forms.ToolTip.ShowAlways">
<summary>
<para>Gets or sets a value indicating whether a ToolTip window is
displayed even when its parent control is not active.</para>
</summary>
</member>
<member name="T:System.Windows.Forms.TrackBar">
<summary>
<para> Represents a standard Windows trackbar.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.TrackBar.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:System.Windows.Forms.TrackBar" /> class.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.TrackBar.OnScroll(System.EventArgs)">
<summary>
<para>Raises the <see langword="Scroll" />
event.</para>
</summary>
<param name="e">An <see cref="T:System.EventArgs" /> that contains the event data.</param>
</member>
<member name="M:System.Windows.Forms.TrackBar.SetRange(System.Int32,System.Int32)">
<summary>
<para>Sets the minimum and maximum values for a <see cref="T:System.Windows.Forms.TrackBar" /> control.</para>
</summary>
<param name="minValue">The lower limit of the range of the trackbar. </param>
<param name="maxValue">The upper limit of the range of the trackbar. </param>
</member>
<member name="P:System.Windows.Forms.TrackBar.AutoSize">
<summary>
<para>Gets or sets a value indicating whether the height or
width of the control is being automatically sized.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.TrackBar.ForeColor">
<summary>
<para> Gets the foreground color of the trackbar.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.TrackBar.LargeChange">
<summary>
<para> Gets or sets a value to be added to or subtracted
from the <see cref="P:System.Windows.Forms.TrackBar.Value" />
property when the scroll box is moved a large
distance.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.TrackBar.Maximum">
<summary>
<para>Gets or sets the upper limit of the range this <see cref="T:System.Windows.Forms.TrackBar" /> is working with.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.TrackBar.Minimum">
<summary>
<para>Gets or sets the lower limit of the range this <see cref="T:System.Windows.Forms.TrackBar" /> is working with.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.TrackBar.Orientation">
<summary>
<para> Gets or
sets a value indicating the horizontal or vertical
orientation of the track bar.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.TrackBar.SmallChange">
<summary>
<para> Gets or sets the value added to or
subtracted from the <see cref="P:System.Windows.Forms.TrackBar.Value" />
property when the slider is moved a small distance.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.TrackBar.TickStyle">
<summary>
<para> Gets
or sets a value indicating how to display the tick marks on the
track bar.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.TrackBar.TickFrequency">
<summary>
<para>Gets or sets a value that specifies the delta
between ticks drawn on the control.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.TrackBar.Value">
<summary>
<para> Gets or sets a
numeric value that represents the current position of the slider on the track bar control.</para>
</summary>
</member>
<member name="E:System.Windows.Forms.TrackBar.Scroll">
<summary>
<para>Occurs when either a mouse or keyboard action moves the
slider.</para>
</summary>
</member>
<member name="E:System.Windows.Forms.TrackBar.ValueChanged">
<summary>
<para>Occurs when the <see cref="P:System.Windows.Forms.TrackBar.Value" /> property of a track bar
changes, either by movement of the slider or by manipulation in code.</para>
</summary>
</member>
<member name="T:System.Windows.Forms.NotifyIcon">
<summary>
<para> Specifies a component that
creates an icon in the status area. This class cannot be inherited.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.NotifyIcon.#ctor">
<summary>
<para> Initializes a new instance of the <see cref="T:System.Windows.Forms.NotifyIcon" /> class.
</para>
</summary>
</member>
<member name="M:System.Windows.Forms.NotifyIcon.#ctor(System.ComponentModel.IContainer)">
<summary>
<para>Initializes a new instance of the <see cref="T:System.Windows.Forms.NotifyIcon" />
class with the specified container.</para>
</summary>
<param name="container">An <see cref="T:System.ComponentModel.IContainer" /> that represents the container for the <see cref="T:System.Windows.Forms.NotifyIcon" /> control.</param>
</member>
<member name="P:System.Windows.Forms.NotifyIcon.ContextMenu">
<summary>
<para> Gets or sets the context
menu for the icon.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.NotifyIcon.Icon">
<summary>
<para>
Gets or sets the current
icon.
</para>
</summary>
</member>
<member name="P:System.Windows.Forms.NotifyIcon.Text">
<summary>
<para>Gets or sets the ToolTip text displayed when
the mouse hovers over a status area icon.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.NotifyIcon.Visible">
<summary>
<para> Gets or sets a value indicating whether the icon is visible in the status notification area of the taskbar.
</para>
</summary>
</member>
<member name="E:System.Windows.Forms.NotifyIcon.Click">
<summary>
<para>Occurs when the user clicks the icon in the status area.</para>
</summary>
</member>
<member name="E:System.Windows.Forms.NotifyIcon.DoubleClick">
<summary>
<para>Occurs when the user double-clicks the icon in the status notification area of the taskbar.</para>
</summary>
</member>
<member name="E:System.Windows.Forms.NotifyIcon.MouseDown">
<summary>
<para> Occurs when the user presses the
mouse button while the pointer is over the icon in the status notification area of the taskbar.</para>
</summary>
</member>
<member name="E:System.Windows.Forms.NotifyIcon.MouseMove">
<summary>
<para>Occurs when the user moves the mouse while the pointer is over the icon in the status notification
area of the taskbar.</para>
</summary>
</member>
<member name="E:System.Windows.Forms.NotifyIcon.MouseUp">
<summary>
<para>Occurs when the user releases the mouse button while the pointer is over the icon in the
status notification area of the taskbar.</para>
</summary>
</member>
<member name="T:System.Windows.Forms.TreeNode">
<summary>
<para>Represents a node of a <see cref="T:System.Windows.Forms.TreeView" />. </para>
</summary>
</member>
<member name="M:System.Windows.Forms.TreeNode.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:System.Windows.Forms.TreeNode" /> class.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.TreeNode.#ctor(System.String)">
<summary>
<para>Initializes a new instance of the <see cref="T:System.Windows.Forms.TreeNode" />
class with the specified label text.</para>
</summary>
<param name="text">The label <see cref="P:System.Windows.Forms.TreeNode.Text" /> of the new tree node. </param>
</member>
<member name="M:System.Windows.Forms.TreeNode.#ctor(System.String,System.Windows.Forms.TreeNode[])">
<summary>
<para>Initializes a new instance of the <see cref="T:System.Windows.Forms.TreeNode" /> class
with the specified label text and child tree nodes.</para>
</summary>
<param name="text">The label <see cref="P:System.Windows.Forms.TreeNode.Text" /> of the new tree node. </param>
<param name="children">An array of child <see cref="T:System.Windows.Forms.TreeNode" /> objects. </param>
</member>
<member name="M:System.Windows.Forms.TreeNode.#ctor(System.String,System.Int32,System.Int32)">
<summary>
<para>Initializes a new instance of the <see cref="T:System.Windows.Forms.TreeNode" /> class with the
specified label text and images to display when the tree node is in a
selected and unselected state.</para>
</summary>
<param name="text">The label <see cref="P:System.Windows.Forms.TreeNode.Text" /> of the new tree node. </param>
<param name="imageIndex">The index value of <see cref="T:System.Drawing.Image" /> to display when the tree node is unselected. </param>
<param name="selectedImageIndex">The index value of <see cref="T:System.Drawing.Image" /> to display when the tree node is selected. </param>
</member>
<member name="M:System.Windows.Forms.TreeNode.#ctor(System.String,System.Int32,System.Int32,System.Windows.Forms.TreeNode[])">
<summary>
<para>Initializes a new instance of the <see cref="T:System.Windows.Forms.TreeNode" /> class with the specified label text, child tree nodes, and images to display when the tree node is
in a selected and unselected state.</para>
</summary>
<param name="text">The label <see cref="P:System.Windows.Forms.TreeNode.Text" /> of the new tree node. </param>
<param name="imageIndex">The index value of <see cref="T:System.Drawing.Image" /> to display when the tree node is unselected. </param>
<param name="selectedImageIndex">The index value of <see cref="T:System.Drawing.Image" /> to display when the tree node is selected. </param>
<param name="children">An array of child <see cref="T:System.Windows.Forms.TreeNode" /> objects. </param>
</member>
<member name="M:System.Windows.Forms.TreeNode.FromHandle(System.Windows.Forms.TreeView,System.IntPtr)">
<summary>
<para>Returns the tree node with the specified handle and assigned to the
specified tree view control.</para>
</summary>
<param name="tree">The <see cref="T:System.Windows.Forms.TreeView" /> that contains the tree node. </param>
<param name="handle">The handle of the tree node. </param>
<returns>
<para>A <see cref="T:System.Windows.Forms.TreeNode" /> that represents the tree node assigned to
the specified <see cref="T:System.Windows.Forms.TreeView" /> control with the specified handle.</para>
</returns>
</member>
<member name="M:System.Windows.Forms.TreeNode.BeginEdit">
<summary>
<para>Initiates the editing of the tree node label. </para>
</summary>
</member>
<member name="M:System.Windows.Forms.TreeNode.Clone">
<summary>
<para>Copies the tree node and the entire subtree rooted at this tree node.</para>
</summary>
<returns>
<para>The <see cref="T:System.Object" />
that represents the cloned <see cref="T:System.Windows.Forms.TreeNode" /> object. </para>
</returns>
</member>
<member name="M:System.Windows.Forms.TreeNode.Collapse">
<summary>
<para>Collapses the tree node.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.TreeNode.EndEdit(System.Boolean)">
<summary>
<para> Ends the editing of the tree node label.</para>
</summary>
<param name="cancel">
<see langword="true" /> if the editing of the tree node label text was canceled without being saved; otherwise, <see langword="false" />.</param>
</member>
<member name="M:System.Windows.Forms.TreeNode.EnsureVisible">
<summary>
<para>Ensures that the tree node is visible, expanding tree nodes and scrolling the tree
view control as necessary.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.TreeNode.Expand">
<summary>
<para>Expands the tree node.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.TreeNode.ExpandAll">
<summary>
<para>Expands all the child tree nodes.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.TreeNode.GetNodeCount(System.Boolean)">
<summary>
<para>Returns the number of child tree nodes.</para>
</summary>
<param name="includeSubTrees">
<para>
<see langword="true" /> if the resulting count includes all tree nodes indirectly rooted at this tree node; otherwise, <see langword="false" /> . </para>
</param>
<returns>
<para> The number of child tree nodes assigned to
the <see cref="P:System.Windows.Forms.TreeNode.Nodes" /> collection.</para>
</returns>
</member>
<member name="M:System.Windows.Forms.TreeNode.Remove">
<summary>
<para> Removes
the current tree node from the tree view control.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.TreeNode.Toggle">
<summary>
<para> Toggles the tree node to either the expanded or collapsed
state.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.TreeNode.BackColor">
<summary>
<para>Gets or sets the background color of the tree node.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.TreeNode.Bounds">
<summary>
<para>Gets the bounds of the tree node.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.TreeNode.Checked">
<summary>
<para> Gets or sets a value indicating whether the tree node is in a checked
state.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.TreeNode.FirstNode">
<summary>
<para>Gets the first child tree node in the tree node collection.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.TreeNode.ForeColor">
<summary>
<para>Gets or sets the foreground color of the tree node.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.TreeNode.FullPath">
<summary>
<para>Gets the path from the root tree node to the current tree node.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.TreeNode.Handle">
<summary>
<para>Gets the handle of the tree node.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.TreeNode.ImageIndex">
<summary>
<para> Gets or sets the image list index value of the image displayed when the
tree node is in the unselected state.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.TreeNode.Index">
<summary>
<para> Gets the position of the tree node in the tree node collection.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.TreeNode.IsEditing">
<summary>
<para> Gets a value indicating whether the tree node is in an editable state.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.TreeNode.IsExpanded">
<summary>
<para>Gets a value indicating whether the tree node is in the expanded state.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.TreeNode.IsSelected">
<summary>
<para>Gets a value indicating whether the tree node is in the selected state.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.TreeNode.IsVisible">
<summary>
<para>Gets a value indicating whether the tree node is visible.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.TreeNode.LastNode">
<summary>
<para> Gets the last child tree node.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.TreeNode.NextNode">
<summary>
<para> Gets the next sibling tree node.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.TreeNode.NextVisibleNode">
<summary>
<para> Gets the next visible tree node.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.TreeNode.NodeFont">
<summary>
<para>Gets or sets the font used to display the text on the
tree node's label.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.TreeNode.Nodes">
<summary>
<para>Gets the collection of <see cref="T:System.Windows.Forms.TreeNode" /> objects assigned to the current tree node.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.TreeNode.Parent">
<summary>
<para>Gets the parent tree node of the current tree node.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.TreeNode.PrevNode">
<summary>
<para>Gets the previous sibling tree node.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.TreeNode.PrevVisibleNode">
<summary>
<para>Gets the previous visible tree node.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.TreeNode.SelectedImageIndex">
<summary>
<para> Gets or sets the image list index value of the image that is displayed when the
tree node is in the selected state.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.TreeNode.Tag">
<summary>
<para>Gets or sets the object that contains data about the tree node.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.TreeNode.Text">
<summary>
<para>Gets or sets the text displayed in the label of the tree node.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.TreeNode.TreeView">
<summary>
<para>Gets the parent tree view that the tree node is assigned to.</para>
</summary>
</member>
<member name="T:System.Windows.Forms.TreeNodeCollection">
<summary>
<para>Represents a collection of <see cref="T:System.Windows.Forms.TreeNode" /> objects.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.TreeNodeCollection.Add(System.String)">
<summary>
<para>Adds a new tree node to the end of the current tree node collection with the specified label text.</para>
</summary>
<param name="text">The label text displayed by the <see cref="T:System.Windows.Forms.TreeNode" /> .</param>
<returns>
<para>A <see cref="T:System.Windows.Forms.TreeNode" /> that represents the tree node being added to the
collection.</para>
</returns>
</member>
<member name="M:System.Windows.Forms.TreeNodeCollection.AddRange(System.Windows.Forms.TreeNode[])">
<summary>
<para>Adds an array of previously created tree
nodes to the collection.</para>
</summary>
<param name="nodes">An array of <see cref="T:System.Windows.Forms.TreeNode" /> objects representing the tree nodes to add to the collection.</param>
</member>
<member name="M:System.Windows.Forms.TreeNodeCollection.Add(System.Windows.Forms.TreeNode)">
<summary>
<para>Adds a previously created tree node to the end of the tree node collection.</para>
</summary>
<param name="node">The <see cref="T:System.Windows.Forms.TreeNode" /> to add to the collection.</param>
<returns>
<para>The zero-based index value of the <see cref="T:System.Windows.Forms.TreeNode" />
added to the tree node collection. </para>
</returns>
</member>
<member name="M:System.Windows.Forms.TreeNodeCollection.Contains(System.Windows.Forms.TreeNode)">
<summary>
<para>Determines whether the specified tree node
is a member of the collection.</para>
</summary>
<param name="node">The <see cref="T:System.Windows.Forms.TreeNode" /> to locate in the collection.</param>
<returns>
<para>
<see langword="true" /> if the <see cref="T:System.Windows.Forms.TreeNode" />
is a member of the collection; otherwise, <see langword="false" /> .</para>
</returns>
</member>
<member name="M:System.Windows.Forms.TreeNodeCollection.IndexOf(System.Windows.Forms.TreeNode)">
<summary>
<para> Returns the index of the specified tree node in the collection.</para>
</summary>
<param name="node">The <see cref="T:System.Windows.Forms.TreeNode" /> to locate in the collection.</param>
<returns>
<para> The zero-based index of the item found in the tree node collection;
otherwise, -1.</para>
</returns>
</member>
<member name="M:System.Windows.Forms.TreeNodeCollection.Insert(System.Int32,System.Windows.Forms.TreeNode)">
<summary>
<para>Inserts an existing tree node in the tree node collection at the specified location.</para>
</summary>
<param name="index">The indexed location within the collection to insert the tree node. </param>
<param name="node">The <see cref="T:System.Windows.Forms.TreeNode" /> to insert into the collection. </param>
</member>
<member name="M:System.Windows.Forms.TreeNodeCollection.Clear">
<summary>
<para> Removes all tree nodes from the collection.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.TreeNodeCollection.CopyTo(System.Array,System.Int32)">
<summary>
<para>Copies the entire collection into an existing array at a
specified location within the array.</para>
</summary>
<param name="dest">The destination array.</param>
<param name=" index">The index in the destination array at which storing begins.</param>
</member>
<member name="M:System.Windows.Forms.TreeNodeCollection.Remove(System.Windows.Forms.TreeNode)">
<summary>
<para>Removes the specified tree node from
the tree node collection.</para>
</summary>
<param name="node">The <see cref="T:System.Windows.Forms.TreeNode" /> to remove.</param>
</member>
<member name="M:System.Windows.Forms.TreeNodeCollection.RemoveAt(System.Int32)">
<summary>
<para>Removes a tree node from the tree node collection at a specified index.</para>
</summary>
<param name="index">The index of the <see cref="T:System.Windows.Forms.TreeNode" /> to remove.</param>
</member>
<member name="M:System.Windows.Forms.TreeNodeCollection.GetEnumerator">
<summary>
<para>Returns an enumerator that can be used to iterate through the tree node
collection.</para>
</summary>
<returns>
<para>An <see cref="T:System.Collections.IEnumerator" /> object that represents the tree node collection.</para>
</returns>
</member>
<member name="P:System.Windows.Forms.TreeNodeCollection.Item(System.Int32)">
<summary>
<para>Indicates the <see cref="T:System.Windows.Forms.TreeNode" /> at the specified
indexed location in the collection.</para>
</summary>
<param name="index">The indexed location of the <see cref="T:System.Windows.Forms.TreeNode" /> in the collection.</param>
</member>
<member name="P:System.Windows.Forms.TreeNodeCollection.Count">
<summary>
<para> Gets the total number of <see cref="T:System.Windows.Forms.TreeNode" /> objects in the
collection.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.TreeNodeCollection.IsReadOnly">
<summary>
<para> Gets a value indicating whether the collection is read-only.</para>
</summary>
</member>
<member name="T:System.Windows.Forms.TreeNodeConverter">
<summary>
<para>Provides a type converter to convert <see cref="T:System.Windows.Forms.TreeNode" /> objects to and from various other
representations.</para>
</summary>
</member>
<member name="T:System.Windows.Forms.TreeView">
<summary>
<para>Displays a hierarchical collection of labeled items, each represented by a
<see cref="T:System.Windows.Forms.TreeNode" />. </para>
</summary>
</member>
<member name="M:System.Windows.Forms.TreeView.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:System.Windows.Forms.TreeView" /> class.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.TreeView.BeginUpdate">
<summary>
<para>Disables any redrawing of the tree view. </para>
</summary>
</member>
<member name="M:System.Windows.Forms.TreeView.CollapseAll">
<summary>
<para> Collapses all the tree nodes.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.TreeView.EndUpdate">
<summary>
<para>Enables the redrawing of the tree view. </para>
</summary>
</member>
<member name="M:System.Windows.Forms.TreeView.ExpandAll">
<summary>
<para> Expands all the tree nodes.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.TreeView.GetNodeCount(System.Boolean)">
<summary>
<para>Retrieves the number of tree nodes, optionally including those in all subtrees, assigned to the tree
view control.</para>
</summary>
<param name="includeSubTrees">
<para>
<see langword="true" /> to count the <see cref="T:System.Windows.Forms.TreeNode" /> items that the subtrees contain; otherwise, <see langword="false" />.</para>
</param>
<returns>
<para> The number of tree nodes, optionally including
those in all subtrees, assigned to the tree view control.</para>
</returns>
</member>
<member name="M:System.Windows.Forms.TreeView.GetNodeAt(System.Drawing.Point)">
<summary>
<para>Retrieves the tree node that is at the specified point.</para>
</summary>
<param name="pt">The <see cref="T:System.Drawing.Point" /> to evaluate and retrieve the node from. </param>
<returns>
<para>The <see cref="T:System.Windows.Forms.TreeNode" /> at the specified point, in tree view
coordinates.</para>
</returns>
</member>
<member name="M:System.Windows.Forms.TreeView.GetNodeAt(System.Int32,System.Int32)">
<summary>
<para>Retrieves the tree node at the point with the specified coordinates.</para>
</summary>
<param name="x">The <see cref="P:System.Drawing.Point.X" /> position to evaluate and retrieve the node from. </param>
<param name="y">The <see cref="P:System.Drawing.Point.Y" /> position to evaluate and retrieve the node from. </param>
<returns>
<para>The <see cref="T:System.Windows.Forms.TreeNode" /> at the specified location, in tree view coordinates.</para>
</returns>
</member>
<member name="M:System.Windows.Forms.TreeView.OnBeforeLabelEdit(System.Windows.Forms.NodeLabelEditEventArgs)">
<summary>
<para>Raises the <see cref="E:System.Windows.Forms.TreeView.BeforeLabelEdit" /> event.</para>
</summary>
<param name="e">A <see cref="T:System.Windows.Forms.NodeLabelEditEventArgs" /> that contains the event data.</param>
</member>
<member name="M:System.Windows.Forms.TreeView.OnAfterLabelEdit(System.Windows.Forms.NodeLabelEditEventArgs)">
<summary>
<para>Raises the <see cref="E:System.Windows.Forms.TreeView.AfterLabelEdit" /> event.</para>
</summary>
<param name="e">A <see cref="T:System.Windows.Forms.NodeLabelEditEventArgs" /> that contains the event data.</param>
</member>
<member name="M:System.Windows.Forms.TreeView.OnBeforeCheck(System.Windows.Forms.TreeViewCancelEventArgs)">
<summary>
<para>Raises the <see cref="E:System.Windows.Forms.TreeView.BeforeCheck" /> event.</para>
</summary>
<param name="e">A <see cref="T:System.Windows.Forms.TreeViewCancelEventArgs" /> that contains the event data.</param>
</member>
<member name="M:System.Windows.Forms.TreeView.OnAfterCheck(System.Windows.Forms.TreeViewEventArgs)">
<summary>
<para>Raises the <see cref="E:System.Windows.Forms.TreeView.AfterCheck" /> event.</para>
</summary>
<param name="e">A <see cref="T:System.Windows.Forms.TreeViewEventArgs" /> that contains the event data.</param>
</member>
<member name="M:System.Windows.Forms.TreeView.OnBeforeCollapse(System.Windows.Forms.TreeViewCancelEventArgs)">
<summary>
<para>Raises the <see cref="E:System.Windows.Forms.TreeView.BeforeCollapse" /> event.</para>
</summary>
<param name="e">A <see cref="T:System.Windows.Forms.TreeViewCancelEventArgs" /> that contains the event data.</param>
</member>
<member name="M:System.Windows.Forms.TreeView.OnAfterCollapse(System.Windows.Forms.TreeViewEventArgs)">
<summary>
<para>Raises the <see cref="E:System.Windows.Forms.TreeView.AfterCollapse" /> event.</para>
</summary>
<param name="e">A <see cref="T:System.Windows.Forms.TreeViewEventArgs" /> that contains the event data.</param>
</member>
<member name="M:System.Windows.Forms.TreeView.OnBeforeExpand(System.Windows.Forms.TreeViewCancelEventArgs)">
<summary>
<para>Raises the <see cref="E:System.Windows.Forms.TreeView.BeforeExpand" /> event.</para>
</summary>
<param name="e">A <see cref="T:System.Windows.Forms.TreeViewCancelEventArgs" /> that contains the event data.</param>
</member>
<member name="M:System.Windows.Forms.TreeView.OnAfterExpand(System.Windows.Forms.TreeViewEventArgs)">
<summary>
<para>Raises the <see cref="E:System.Windows.Forms.TreeView.AfterExpand" /> event.</para>
</summary>
<param name="e">A <see cref="T:System.Windows.Forms.TreeViewEventArgs" /> that contains the event data.</param>
</member>
<member name="M:System.Windows.Forms.TreeView.OnItemDrag(System.Windows.Forms.ItemDragEventArgs)">
<summary>
<para>Raises the <see cref="E:System.Windows.Forms.TreeView.ItemDrag" /> event.</para>
</summary>
<param name="e">An <see cref="T:System.Windows.Forms.ItemDragEventArgs" /> that contains the event data.</param>
</member>
<member name="M:System.Windows.Forms.TreeView.OnBeforeSelect(System.Windows.Forms.TreeViewCancelEventArgs)">
<summary>
<para>Raises the <see cref="E:System.Windows.Forms.TreeView.BeforeSelect" /> event.</para>
</summary>
<param name="e">A <see cref="T:System.Windows.Forms.TreeViewCancelEventArgs" /> that contains the event data.</param>
</member>
<member name="M:System.Windows.Forms.TreeView.OnAfterSelect(System.Windows.Forms.TreeViewEventArgs)">
<summary>
<para>Raises the <see cref="E:System.Windows.Forms.TreeView.AfterSelect" /> event.</para>
</summary>
<param name="e">A <see cref="T:System.Windows.Forms.TreeViewEventArgs" /> that contains the event data.</param>
</member>
<member name="P:System.Windows.Forms.TreeView.BorderStyle">
<summary>
<para>Gets or sets the border style of the tree view control.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.TreeView.CheckBoxes">
<summary>
<para>Gets or sets a value indicating whether check boxes are displayed next to the tree nodes in the tree view control.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.TreeView.FullRowSelect">
<summary>
<para> Gets or sets a value indicating whether the selection highlight spans
the width of the tree view control.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.TreeView.HideSelection">
<summary>
<para>Gets or sets a value indicating whether the selected tree node
remains highlighted even when the tree view has lost the focus.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.TreeView.HotTracking">
<summary>
<para>Gets or sets a value indicating whether a tree node label takes on the appearance of
a hyperlink as the mouse pointer passes over it.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.TreeView.ImageIndex">
<summary>
<para>Gets or sets the image-list index value of the default image that is displayed by the tree
nodes.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.TreeView.ImageList">
<summary>
<para>Gets or sets the <see cref="T:System.Windows.Forms.ImageList" /> that contains the <see cref="T:System.Drawing.Image" /> objects used
by the tree nodes.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.TreeView.Indent">
<summary>
<para>Gets or sets the distance to indent each of the child tree node levels.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.TreeView.ItemHeight">
<summary>
<para>Gets or sets the height of each tree node in the tree view control.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.TreeView.LabelEdit">
<summary>
<para> Gets or sets a value indicating whether the label text of the
tree nodes can be edited.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.TreeView.Nodes">
<summary>
<para>Gets the collection of tree nodes that are assigned to the tree view control.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.TreeView.PathSeparator">
<summary>
<para>Gets or sets the delimiter string that the tree node path uses.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.TreeView.Scrollable">
<summary>
<para>Gets or sets a value indicating whether the tree view control displays scroll bars when
they are needed.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.TreeView.SelectedImageIndex">
<summary>
<para> Gets or sets the image list index value of the image that is displayed when a tree node is selected.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.TreeView.SelectedNode">
<summary>
<para>Gets or sets the tree node that is currently selected in the tree view control.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.TreeView.ShowLines">
<summary>
<para>Gets or sets a value indicating whether lines are drawn between tree nodes
in the tree view control.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.TreeView.ShowPlusMinus">
<summary>
<para>Gets or sets a value indicating whether plus-sign (+) and minus-sign (-) buttons
are displayed next to tree nodes that contain child tree nodes.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.TreeView.ShowRootLines">
<summary>
<para>Gets or sets a value indicating whether lines are drawn between the tree nodes that
are at the root of the tree view.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.TreeView.Sorted">
<summary>
<para>Gets or sets a value indicating whether the tree nodes in the tree view are sorted.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.TreeView.TopNode">
<summary>
<para> Gets the first fully-visible tree node in the tree view
control.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.TreeView.VisibleCount">
<summary>
<para>Gets the number of tree nodes that can be fully visible in the tree view
control.</para>
</summary>
</member>
<member name="E:System.Windows.Forms.TreeView.BeforeLabelEdit">
<summary>
<para>Occurs before the tree node label text is edited.</para>
</summary>
</member>
<member name="E:System.Windows.Forms.TreeView.AfterLabelEdit">
<summary>
<para>Occurs after the tree node label text is edited.</para>
</summary>
</member>
<member name="E:System.Windows.Forms.TreeView.BeforeCheck">
<summary>
<para>Occurs before the tree node check box is checked.</para>
</summary>
</member>
<member name="E:System.Windows.Forms.TreeView.AfterCheck">
<summary>
<para>Occurs after the tree node check box is checked.</para>
</summary>
</member>
<member name="E:System.Windows.Forms.TreeView.BeforeCollapse">
<summary>
<para>Occurs before the tree node is collapsed.</para>
</summary>
</member>
<member name="E:System.Windows.Forms.TreeView.AfterCollapse">
<summary>
<para>Occurs after the tree node is collapsed.</para>
</summary>
</member>
<member name="E:System.Windows.Forms.TreeView.BeforeExpand">
<summary>
<para>Occurs before the tree node is expanded.</para>
</summary>
</member>
<member name="E:System.Windows.Forms.TreeView.AfterExpand">
<summary>
<para>Occurs after the tree node is expanded.</para>
</summary>
</member>
<member name="E:System.Windows.Forms.TreeView.ItemDrag">
<summary>
<para>Occurs when an item is dragged into the tree view control.</para>
</summary>
</member>
<member name="E:System.Windows.Forms.TreeView.BeforeSelect">
<summary>
<para>Occurs before the tree node is selected.</para>
</summary>
</member>
<member name="E:System.Windows.Forms.TreeView.AfterSelect">
<summary>
<para>Occurs after the tree node is selected.</para>
</summary>
</member>
<member name="T:System.Windows.Forms.TreeViewAction">
<summary>
<para>Specifies the action that raised a <see cref="T:System.Windows.Forms.TreeViewEventArgs" /> event.</para>
</summary>
</member>
<member name="F:System.Windows.Forms.TreeViewAction.Unknown">
<summary>
<para>The action that caused the event is unknown.</para>
</summary>
</member>
<member name="F:System.Windows.Forms.TreeViewAction.ByKeyboard">
<summary>
The event was caused by a keystroke.
</summary>
</member>
<member name="F:System.Windows.Forms.TreeViewAction.ByMouse">
<summary>
<para>The event was caused by a mouse operation.</para>
</summary>
</member>
<member name="F:System.Windows.Forms.TreeViewAction.Collapse">
<summary>
<para>The event was caused by the <see cref="T:System.Windows.Forms.TreeNode" /> collapsing.</para>
</summary>
</member>
<member name="F:System.Windows.Forms.TreeViewAction.Expand">
<summary>
<para>The event was caused by the <see cref="T:System.Windows.Forms.TreeNode" /> expanding.</para>
</summary>
</member>
<member name="T:System.Windows.Forms.TreeViewCancelEventArgs">
<summary>
<para> Provides data for the <see cref="E:System.Windows.Forms.TreeView.BeforeCheck" />, <see cref="E:System.Windows.Forms.TreeView.BeforeCollapse" />, <see cref="E:System.Windows.Forms.TreeView.BeforeExpand" />, or <see cref="E:System.Windows.Forms.TreeView.BeforeSelect" /> events of a <see cref="T:System.Windows.Forms.TreeView" /> control.
</para>
</summary>
</member>
<member name="M:System.Windows.Forms.TreeViewCancelEventArgs.#ctor(System.Windows.Forms.TreeNode,System.Boolean,System.Windows.Forms.TreeViewAction)">
<summary>
<para>Initializes a new instance of the <see cref="T:System.Windows.Forms.TreeViewCancelEventArgs" /> class with the
specified tree node,
a value specifying whether
the event is to be canceled, and the
type of tree view action that raised the event.</para>
</summary>
<param name="node">The <see cref="T:System.Windows.Forms.TreeNode" /> that the event is responding to.</param>
<param name=" cancel">
<see langword="true" /> to cancel the event; otherwise, <see langword="false" />.</param>
<param name=" action">The type of <see cref="T:System.Windows.Forms.TreeViewAction" /> that raised the event.</param>
</member>
<member name="P:System.Windows.Forms.TreeViewCancelEventArgs.Node">
<summary>
<para> Gets the tree node to be checked, expanded, collapsed, or selected.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.TreeViewCancelEventArgs.Action">
<summary>
<para> Gets the type of <see cref="T:System.Windows.Forms.TreeViewAction" /> that raised the event.</para>
</summary>
</member>
<member name="T:System.Windows.Forms.TreeViewCancelEventHandler">
<summary>
<para> Represents the method that will handle the <see cref="E:System.Windows.Forms.TreeView.BeforeCheck" />, <see cref="E:System.Windows.Forms.TreeView.BeforeCollapse" />, <see cref="E:System.Windows.Forms.TreeView.BeforeExpand" />, or <see cref="E:System.Windows.Forms.TreeView.BeforeSelect" /> event of a <see cref="T:System.Windows.Forms.TreeView" />.</para>
</summary>
<param name="sender">The source of the event.</param>
<param name=" e">A <see cref="T:System.Windows.Forms.TreeViewCancelEventArgs" /> that contains the event data.</param>
</member>
<member name="T:System.Windows.Forms.TreeViewEventArgs">
<summary>
<para>Provides data for the <see cref="E:System.Windows.Forms.TreeView.AfterCheck" />, <see cref="E:System.Windows.Forms.TreeView.AfterCollapse" />, <see cref="E:System.Windows.Forms.TreeView.AfterExpand" />, or <see cref="E:System.Windows.Forms.TreeView.AfterSelect" /> events of a <see cref="T:System.Windows.Forms.TreeView" /> control.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.TreeViewEventArgs.#ctor(System.Windows.Forms.TreeNode)">
<summary>
<para>Initializes a new instance of the <see cref="T:System.Windows.Forms.TreeViewEventArgs" /> class for the specified tree node.</para>
</summary>
<param name="node">The <see cref="T:System.Windows.Forms.TreeNode" /> that the event is responding to.</param>
</member>
<member name="M:System.Windows.Forms.TreeViewEventArgs.#ctor(System.Windows.Forms.TreeNode,System.Windows.Forms.TreeViewAction)">
<summary>
<para>Initializes a new instance of the <see cref="T:System.Windows.Forms.TreeViewEventArgs" /> class for the specified
tree node and with the specified type of action that raised the
event.</para>
</summary>
<param name="node">The <see cref="T:System.Windows.Forms.TreeNode" /> that the event is responding to.</param>
<param name=" action">The type of <see cref="T:System.Windows.Forms.TreeViewAction" /> that raised the event.</param>
</member>
<member name="P:System.Windows.Forms.TreeViewEventArgs.Node">
<summary>
<para> Gets the tree node that has been checked,
expanded, collapsed, or selected.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.TreeViewEventArgs.Action">
<summary>
<para> Gets the type of action<see langword=" " />that raised the
event.</para>
</summary>
</member>
<member name="T:System.Windows.Forms.TreeViewEventHandler">
<summary>
<para> Represents the method that will handle the <see cref="E:System.Windows.Forms.TreeView.AfterCheck" />, <see cref="E:System.Windows.Forms.TreeView.AfterCollapse" />, <see cref="E:System.Windows.Forms.TreeView.AfterExpand" />, or <see cref="E:System.Windows.Forms.TreeView.AfterSelect" />
event of a <see cref="T:System.Windows.Forms.TreeView" />
.</para>
</summary>
<param name="sender">The source of the event.</param>
<param name=" e">A <see cref="T:System.Windows.Forms.TreeViewEventArgs" /> that contains the event data.</param>
</member>
<member name="T:System.Windows.Forms.TreeViewImageIndexConverter">
<summary>
<para>Provides a type converter to convert data for an image index to and
from one data type to another for use by the <see cref="T:System.Windows.Forms.TreeView" /> control.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.TreeViewImageIndexConverter.IncludeNoneAsStandardValue">
<summary>
<para> Gets a value indicating whether a <see langword="none" /> or <see langword="null" /> value is valid in
the <see cref="T:System.ComponentModel.TypeConverter.StandardValuesCollection" /> collection.</para>
</summary>
</member>
<member name="T:System.Windows.Forms.UICues">
<summary>
<para> Specifies the state of the user interface.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.UICues.ShowFocus">
<summary>
<para>Focus rectangles are displayed after the change.</para>
</summary>
</member>
<member name="F:System.Windows.Forms.UICues.ShowKeyboard">
<summary>
Keyboard cues are underlined after the change.
</summary>
</member>
<member name="F:System.Windows.Forms.UICues.Shown">
<summary>
<para>Focus rectangles are displayed and keyboard cues are underlined after the change.</para>
</summary>
</member>
<member name="F:System.Windows.Forms.UICues.ChangeFocus">
<summary>
The state of the focus cues has changed.
</summary>
</member>
<member name="F:System.Windows.Forms.UICues.ChangeKeyboard">
<summary>
The state of the keyboard cues has changed.
</summary>
</member>
<member name="F:System.Windows.Forms.UICues.Changed">
<summary>
<para>The state of the focus cues and keyboard cues has changed.</para>
</summary>
</member>
<member name="F:System.Windows.Forms.UICues.None">
<summary>
<para>No change was made.</para>
</summary>
</member>
<member name="T:System.Windows.Forms.UICuesEventArgs">
<summary>
<para> Provides data for the <see cref="E:System.Windows.Forms.Control.ChangeUICues" /> event.
</para>
</summary>
</member>
<member name="M:System.Windows.Forms.UICuesEventArgs.#ctor(System.Windows.Forms.UICues)">
<summary>
<para>Initializes a new instance of the <see cref="T:System.Windows.Forms.UICuesEventArgs" /> class with the specified <see cref="T:System.Windows.Forms.UICues" /> .</para>
</summary>
<param name="uicues">A bitwise combination of the <see cref="T:System.Windows.Forms.UICues" /> values.</param>
</member>
<member name="P:System.Windows.Forms.UICuesEventArgs.ShowFocus">
<summary>
<para>Gets a value indicating whether focus rectangles are shown after the
change.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.UICuesEventArgs.ShowKeyboard">
<summary>
<para>Gets a value indicating whether keyboard cues are underlined after the
change.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.UICuesEventArgs.ChangeFocus">
<summary>
<para>Gets a value indicating whether the state of the focus cues has changed.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.UICuesEventArgs.ChangeKeyboard">
<summary>
<para>Gets a value indicating whether the state of the keyboard cues has
changed.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.UICuesEventArgs.Changed">
<summary>
<para> Gets the bitwise combination of the <see cref="T:System.Windows.Forms.UICues" /> values.</para>
</summary>
</member>
<member name="T:System.Windows.Forms.UICuesEventHandler">
<summary>
<para>
Represents a method that will handle the <see cref="E:System.Windows.Forms.Control.ChangeUICues" /> event of a <see cref="T:System.Windows.Forms.Control" />.
</para>
</summary>
<param name="sender">
The source of the event.
</param>
<param name="e">
A <see cref="T:System.Windows.Forms.UICuesEventArgs" /> that contains the event data.
</param>
</member>
<member name="M:System.Windows.Forms.UpDownEventArgs.#ctor(System.Int32)">
<summary>
<para>[To be supplied.]</para>
</summary>
</member>
<member name="P:System.Windows.Forms.UpDownEventArgs.ButtonID">
<summary>
<para>[To be supplied.]</para>
</summary>
</member>
<member name="T:System.Windows.Forms.UserControl">
<summary>
<para> Provides an empty control that can be used
to create other controls.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.UserControl.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:System.Windows.Forms.UserControl" /> class.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.UserControl.OnLoad(System.EventArgs)">
<summary>
<para>Raises the <see cref="E:System.Windows.Forms.UserControl.Load" /> event.</para>
</summary>
<param name="e">An <see cref="T:System.EventArgs" /> that contains the event data.</param>
</member>
<member name="E:System.Windows.Forms.UserControl.Load">
<summary>
<para>Occurs before the control becomes visible for the first time.</para>
</summary>
</member>
<member name="T:System.Windows.Forms.View">
<summary>
<para>
Specifies how list items are displayed in
a <see cref="T:System.Windows.Forms.ListView" /> control.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.View.LargeIcon">
<summary>
Each item appears as a full-sized icon with a label below it.
</summary>
</member>
<member name="F:System.Windows.Forms.View.Details">
<summary>
<para>Each item appears on a separate line with further information
about each item arranged in columns. The left most
column contains
a small icon and label,
and subsequent columns contain sub items as specified by the application. A
column displays a header which can display a caption for the
column. The user can resize each column at runtime.</para>
</summary>
</member>
<member name="F:System.Windows.Forms.View.SmallIcon">
<summary>
<para>
Each item appears as a small icon with a label to its right.
</para>
</summary>
</member>
<member name="F:System.Windows.Forms.View.List">
<summary>
<para>
Each item
appears as a small icon with a label to its right.
Items are arranged in columns with no column headers.
</para>
</summary>
</member>
<member name="T:System.Windows.Forms.VScrollBar">
<summary>
<para>Represents
a standard Windows vertical scroll bar.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.WinCategoryAttribute.#ctor(System.String)">
<summary>
<para>
Initializes a new instance of the <see cref="T:System.ComponentModel.CategoryAttribute" /> class.
</para>
</summary>
<param name="category">
The name of the category.
</param>
</member>
<member name="M:System.Windows.Forms.WinCategoryAttribute.GetLocalizedString(System.String)">
<summary>
This method is called the first time the category property
is accessed. It provides a way to lookup a localized string for
the given category. Classes may override this to add their
own localized names to categories. If a localized string is
available for the given value, the method should return it.
Otherwise, it should return null.
</summary>
<param name="value">
The value of the string.
</param>
</member>
<member name="M:System.Windows.Forms.WindowsFormsSectionHandler.Create(System.Object,System.Object,System.Xml.XmlNode)">
</member>
<member name="M:System.Windows.Forms.IComponentEditorPageSite.GetControl">
<summary>
Returns the parent control for the page window.
</summary>
</member>
<member name="M:System.Windows.Forms.IComponentEditorPageSite.SetDirty">
<summary>
<para>Notifies the site that the editor is in dirty state.</para>
</summary>
</member>
<member name="T:System.Windows.Forms.Design.ComponentEditorForm">
<summary>
<para>Provides a user interface for a <see cref="T:System.Windows.Forms.Design.WindowsFormsComponentEditor" />.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.Design.ComponentEditorForm.#ctor(System.Object,System.Type[])">
<summary>
<para>
Initializes a new instance of the <see cref="T:System.Windows.Forms.Design.ComponentEditorForm" /> class.
</para>
</summary>
<param name="component">
The component to be edited.
</param>
<param name="pageTypes">
The set of <see cref="T:System.Windows.Forms.Design.ComponentEditorPage" /> objects to be shown in the form.
</param>
</member>
<member name="M:System.Windows.Forms.Design.ComponentEditorForm.PreProcessMessage(System.Windows.Forms.Message@)">
<summary>
<para>Provides a method to override in order to pre-process input messages before
they are dispatched.</para>
</summary>
<param name="msg">A <see cref="T:System.Windows.Forms.Message" /> that specifies the message to pre-process.</param>
<returns>
<para>
<see langword="true" /> if the specified message is for a component editor
page; otherwise, <see langword="false" />.</para>
</returns>
</member>
<member name="M:System.Windows.Forms.Design.ComponentEditorForm.ShowForm">
<summary>
<para>Shows the form. The form will have no owner window.</para>
</summary>
<returns>
<para>One of the <see cref="T:System.Windows.Forms.DialogResult" /> values
indicating the result code returned from the dialog
box.</para>
</returns>
</member>
<member name="M:System.Windows.Forms.Design.ComponentEditorForm.ShowForm(System.Int32)">
<summary>
<para> Shows the specified page of the specified form. The form will have no owner window.</para>
</summary>
<param name="page">The index of the page to show.</param>
<returns>
<para>One of the <see cref="T:System.Windows.Forms.DialogResult" /> values
indicating the result code returned from the dialog
box.</para>
</returns>
</member>
<member name="M:System.Windows.Forms.Design.ComponentEditorForm.ShowForm(System.Windows.Forms.IWin32Window)">
<summary>
<para>Shows the form with the specified owner.</para>
</summary>
<param name="owner">The <see cref="T:System.Windows.Forms.IWin32Window" /> to own the dialog.</param>
<returns>
<para>One of the <see cref="T:System.Windows.Forms.DialogResult" /> values
indicating the result code returned from the dialog
box.</para>
</returns>
</member>
<member name="M:System.Windows.Forms.Design.ComponentEditorForm.ShowForm(System.Windows.Forms.IWin32Window,System.Int32)">
<summary>
<para>Shows the form and the specified page with the specified owner.</para>
</summary>
<param name=" owner">The <see cref="T:System.Windows.Forms.IWin32Window" /> to own the dialog.</param>
<param name="page">The index of the page to show.</param>
<returns>
<para>One of the <see cref="T:System.Windows.Forms.DialogResult" /> values
indicating the result code returned from the dialog
box.</para>
</returns>
</member>
<member name="T:System.Windows.Forms.Design.ComponentEditorPage">
<summary>
<para>Provides a base implementation for a <see cref="T:System.Windows.Forms.Design.ComponentEditorPage" />.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.Design.ComponentEditorPage.#ctor">
<summary>
<para>
Initializes a new instance of the <see cref="T:System.Windows.Forms.Design.ComponentEditorPage" /> class.
</para>
</summary>
</member>
<member name="M:System.Windows.Forms.Design.ComponentEditorPage.Activate">
<summary>
Activates and displays the page.
</summary>
</member>
<member name="M:System.Windows.Forms.Design.ComponentEditorPage.ApplyChanges">
<summary>
<para>Applies changes to all the components being edited.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.Design.ComponentEditorPage.Deactivate">
<summary>
<para>Deactivates and hides the page.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.Design.ComponentEditorPage.EnterLoadingMode">
<summary>
<para>Increments the loading counter.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.Design.ComponentEditorPage.ExitLoadingMode">
<summary>
<para>Decrements the loading counter.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.Design.ComponentEditorPage.GetControl">
<summary>
<para>Gets the control that represents the window for this page.</para>
</summary>
<returns>
<para>The <see cref="T:System.Windows.Forms.Control" /> that represents the window for this page.</para>
</returns>
</member>
<member name="M:System.Windows.Forms.Design.ComponentEditorPage.GetSelectedComponent">
<summary>
<para>Gets the component that is to be edited.</para>
</summary>
<returns>
<para>The <see cref="T:System.ComponentModel.IComponent" /> that is being edited.</para>
</returns>
</member>
<member name="M:System.Windows.Forms.Design.ComponentEditorPage.IsPageMessage(System.Windows.Forms.Message@)">
<summary>
<para>Processes messages that could be handled by the page.</para>
</summary>
<param name="msg">The Message to process.</param>
<returns>
<para>
<see langword="true " />if the page processed the message;
otherwise, <see langword="false" />.</para>
</returns>
</member>
<member name="M:System.Windows.Forms.Design.ComponentEditorPage.IsFirstActivate">
<summary>
<para>Gets a value indicating whether the page is being activated for the first time.</para>
</summary>
<returns>
<para>
<see langword="true" /> if this is the first time the page is being
activated; otherwise, <see langword="false" />.</para>
</returns>
</member>
<member name="M:System.Windows.Forms.Design.ComponentEditorPage.IsLoading">
<summary>
<para>Gets a value indicating whether the page is being loaded.</para>
</summary>
<returns>
<para>
<see langword="true" /> if the page is being
loaded; otherwise, <see langword="false" />.</para>
</returns>
</member>
<member name="M:System.Windows.Forms.Design.ComponentEditorPage.LoadComponent">
<summary>
<para>Loads the component into the page UI.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.Design.ComponentEditorPage.OnApplyComplete">
<summary>
<para> Called when the page and any sibling
pages have applied their changes.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.Design.ComponentEditorPage.ReloadComponent">
<summary>
<para>
Reloads the component for the page.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.Design.ComponentEditorPage.SaveComponent">
<summary>
<para>Saves the component from the page UI.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.Design.ComponentEditorPage.SetDirty">
<summary>
<para>Sets the page as changed since the last load or save.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.Design.ComponentEditorPage.SetComponent(System.ComponentModel.IComponent)">
<summary>
<para>Sets the component to be edited.</para>
</summary>
<param name="component">The <see cref="T:System.ComponentModel.IComponent" /> to be edited.</param>
</member>
<member name="M:System.Windows.Forms.Design.ComponentEditorPage.ShowHelp">
<summary>
<para>Shows help information if the page supports help information.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.Design.ComponentEditorPage.SupportsHelp">
<summary>
<para>Gets a value indicating whether the editor supports Help.</para>
</summary>
<returns>
<para>
<see langword="true " />if the editor supports Help;
otherwise, <see langword="false" />. The default implementation returns
<see langword="false" />.</para>
</returns>
</member>
<member name="P:System.Windows.Forms.Design.ComponentEditorPage.Component">
<summary>
<para>Gets or sets the component to edit.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.Design.ComponentEditorPage.FirstActivate">
<summary>
<para>Gets or sets a value indicating whether the page is being activated for the first time.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.Design.ComponentEditorPage.LoadRequired">
<summary>
<para>Gets or sets a value indicating whether a component must be loaded before editing can occur.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.Design.ComponentEditorPage.Loading">
<summary>
<para>Indicates how many load dependencies remain until loading has been completed.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.Design.ComponentEditorPage.CommitOnDeactivate">
<summary>
<para> Specifies whether the editor should apply its
changes before it is deactivated.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.Design.ComponentEditorPage.CreateParams">
<summary>
<para> Gets the creation parameters for the control.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.Design.ComponentEditorPage.Icon">
<summary>
<para>Gets or sets the icon for the page.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.Design.ComponentEditorPage.Title">
<summary>
<para> Gets the title of the page.</para>
</summary>
</member>
<member name="T:System.Windows.Forms.Design.EventsTab">
<summary>
<para>Provides a <see cref="T:System.Windows.Forms.Design.PropertyTab" /> that can display events for selection and linking.</para>
</summary>
</member>
<member name="T:System.Windows.Forms.Design.PropertyTab">
<summary>
<para>Provides a base class for property tabs.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.Design.PropertyTab.CanExtend(System.Object)">
<summary>
<para>Gets a value indicating whether the specified object can be extended.</para>
</summary>
<param name="extendee"> The object to test for extensibility.</param>
<returns>
<para>
<see langword="true" /> if the object can be extended; otherwise,
<see langword="false" />.</para>
</returns>
</member>
<member name="M:System.Windows.Forms.Design.PropertyTab.Dispose">
<summary>
<para>Releases all the resources used by the <see cref="T:System.Windows.Forms.Design.PropertyTab" /> .</para>
</summary>
</member>
<member name="M:System.Windows.Forms.Design.PropertyTab.Dispose(System.Boolean)">
<summary>
<para>Releases the unmanaged resources used by the <see cref="T:System.Windows.Forms.Design.PropertyTab" /> and optionally releases the managed resources.</para>
</summary>
<param name="disposing">
<see langword="true" /> to release both managed and unmanaged resources; <see langword="false" /> to release only unmanaged resources.</param>
</member>
<member name="M:System.Windows.Forms.Design.PropertyTab.GetDefaultProperty(System.Object)">
<summary>
<para>Gets the default property of the specified component.</para>
</summary>
<param name="component">The component to retrieve the default property of.</param>
<returns>
<para>A <see cref="T:System.ComponentModel.PropertyDescriptor" /> that represents the default property.</para>
</returns>
</member>
<member name="M:System.Windows.Forms.Design.PropertyTab.GetProperties(System.Object)">
<summary>
<para>Gets the properties of the specified component.</para>
</summary>
<param name="component">The component to retrieve the properties of.</param>
<returns>
<para>A <see cref="T:System.ComponentModel.PropertyDescriptorCollection" /> that contains the properties of
the component.</para>
</returns>
</member>
<member name="M:System.Windows.Forms.Design.PropertyTab.GetProperties(System.Object,System.Attribute[])">
<summary>
<para>Gets the properties of the specified component that match the specified
attributes.</para>
</summary>
<param name="component">The component to retrieve properties from.</param>
<param name=" attributes">An array of type <see cref="T:System.Attribute" /> that indicates the attributes of the properties to retrieve.</param>
<returns>
<para>A <see cref="T:System.ComponentModel.PropertyDescriptorCollection" /> that contains the properties.</para>
</returns>
</member>
<member name="M:System.Windows.Forms.Design.PropertyTab.GetProperties(System.ComponentModel.ITypeDescriptorContext,System.Object,System.Attribute[])">
<summary>
<para>Gets the properties of the specified component that match the specified attributes and context.</para>
</summary>
<param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext" /> that indicates the context to retrieve properties from.</param>
<param name=" component">The component to retrieve properties from.</param>
<param name=" attributes">An array of type <see cref="T:System.Attribute" /> that indicates the attributes of the properties to retrieve.</param>
<returns>
<para>A <see cref="T:System.ComponentModel.PropertyDescriptorCollection" /> that contains the properties matching
the specified context and attributes.</para>
</returns>
</member>
<member name="P:System.Windows.Forms.Design.PropertyTab.Bitmap">
<summary>
<para> Gets a bitmap to display in the property tab.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.Design.PropertyTab.Components">
<summary>
<para>Gets or sets the array of components the property tab is associated with.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.Design.PropertyTab.TabName">
<summary>
<para> Gets the name for the property tab.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.Design.PropertyTab.HelpKeyword">
<summary>
<para> Gets the Help keyword that is to be
associated with this tab.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.Design.EventsTab.#ctor(System.IServiceProvider)">
<summary>
<para>Initializes a new instance of the <see cref="T:System.Windows.Forms.Design.EventsTab" /> class.</para>
</summary>
<param name="sp">An <see cref="T:System.IServiceProvider" /> to use.</param>
</member>
<member name="M:System.Windows.Forms.Design.EventsTab.CanExtend(System.Object)">
<summary>
<para>Gets a value indicating whether the specified object can be extended.</para>
</summary>
<param name="extendee">The object to test for extensibility.</param>
<returns>
<para>
<see langword="true" /> if the specified object can be extended; otherwise,
<see langword="false" />.</para>
</returns>
</member>
<member name="M:System.Windows.Forms.Design.EventsTab.GetDefaultProperty(System.Object)">
<summary>
<para>Gets the default property from the specified object.</para>
</summary>
<param name="obj">The object to retrieve the default property of.</param>
<returns>
<para>A <see cref="T:System.ComponentModel.PropertyDescriptor" /> indicating the default property.</para>
</returns>
</member>
<member name="M:System.Windows.Forms.Design.EventsTab.GetProperties(System.Object,System.Attribute[])">
<summary>
<para>
Gets all the properties of the
event tab that match the specified attributes.</para>
</summary>
<param name="component">The component to retrieve the properties of.</param>
<param name=" attributes">An array of <see cref="T:System.Attribute" /> that indicates the attributes of the event properties to retrieve. </param>
<returns>
<para>A <see cref="T:System.ComponentModel.PropertyDescriptorCollection" />
that contains the properties. This will be an empty
<see cref="T:System.ComponentModel.PropertyDescriptorCollection" /> if the component does not implement an event service.</para>
</returns>
</member>
<member name="M:System.Windows.Forms.Design.EventsTab.GetProperties(System.ComponentModel.ITypeDescriptorContext,System.Object,System.Attribute[])">
<summary>
<para>Gets all the properties of the event tab that match the specified attributes
and context.</para>
</summary>
<param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext" /> that can be used to gain context information.</param>
<param name=" component">The component to retrieve the properties of.</param>
<param name=" attributes">An array of type <see cref="T:System.Attribute" /> that indicates the attributes of the event properties to retrieve.</param>
<returns>
<para>A <see cref="T:System.ComponentModel.PropertyDescriptorCollection" /> that contains the properties. This
will be an empty <see cref="T:System.ComponentModel.PropertyDescriptorCollection" /> if the component does
not implement an event service.</para>
</returns>
</member>
<member name="P:System.Windows.Forms.Design.EventsTab.TabName">
<summary>
<para> Gets the name of the tab.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.Design.EventsTab.HelpKeyword">
<summary>
<para> Gets the Help keyword for the tab.</para>
</summary>
</member>
<member name="T:System.Windows.Forms.Design.IUIService">
<summary>
<para>
Enables interaction with the user
interface of the development environment object that is hosting the designer.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.Design.IUIService.CanShowComponentEditor(System.Object)">
<summary>
<para> Indicates whether the component can display a <see cref="T:System.Windows.Forms.Design.ComponentEditorForm" />.</para>
</summary>
<param name="component">The component to check for support for displaying a <see cref="T:System.Windows.Forms.Design.ComponentEditorForm" />.</param>
<returns>
<para>
<see langword="true" /> if the specified component can display a component editor
form; otherwise, <see langword="false" />.</para>
</returns>
</member>
<member name="M:System.Windows.Forms.Design.IUIService.GetDialogOwnerWindow">
<summary>
<para>Gets the window that should be used as the owner when showing dialogs.</para>
</summary>
<returns>
<para>An <see cref="T:System.Windows.Forms.IWin32Window" /> that
indicates the window to own any child dialog
boxes.</para>
</returns>
</member>
<member name="M:System.Windows.Forms.Design.IUIService.SetUIDirty">
<summary>
<para>Sets a flag indicating the UI has changed.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.Design.IUIService.ShowComponentEditor(System.Object,System.Windows.Forms.IWin32Window)">
<summary>
<para>Attempts to display a <see cref="T:System.Windows.Forms.Design.ComponentEditorForm" /> for a component.</para>
</summary>
<param name="component">The component for which to display a <see cref="T:System.Windows.Forms.Design.ComponentEditorForm" /> .</param>
<param name="parent">The <see cref="T:System.Windows.Forms.IWin32Window" /> to parent any dialogs to.</param>
<returns>
<para>
<see langword="true" /> if the attempt is successful; otherwise,
<see langword="false" />.</para>
</returns>
</member>
<member name="M:System.Windows.Forms.Design.IUIService.ShowDialog(System.Windows.Forms.Form)">
<summary>
<para>Attempts to display the specified form in a dialog box.</para>
</summary>
<param name="form">The <see cref="T:System.Windows.Forms.Form" /> to display.</param>
<returns>
<para>One of the <see cref="T:System.Windows.Forms.DialogResult" /> values
indicating the result code returned by the dialog box.</para>
</returns>
</member>
<member name="M:System.Windows.Forms.Design.IUIService.ShowError(System.String)">
<summary>
<para>Displays the specified error message in a message box.</para>
</summary>
<param name="message">The error message to display.</param>
</member>
<member name="M:System.Windows.Forms.Design.IUIService.ShowError(System.Exception)">
<summary>
<para> Displays the specified exception and information
about the exception in a message box.</para>
</summary>
<param name="ex">The <see cref="T:System.Exception" /> to display.</param>
</member>
<member name="M:System.Windows.Forms.Design.IUIService.ShowError(System.Exception,System.String)">
<summary>
<para> Displays the specified exception and information
about the exception in a message box.</para>
</summary>
<param name="ex">The <see cref="T:System.Exception" /> to display.</param>
<param name="message">A message to display that provides information about the exception.</param>
</member>
<member name="M:System.Windows.Forms.Design.IUIService.ShowMessage(System.String)">
<summary>
<para>Displays the specified message in a message box.</para>
</summary>
<param name="message">The message to display</param>
</member>
<member name="M:System.Windows.Forms.Design.IUIService.ShowMessage(System.String,System.String)">
<summary>
<para> Displays the specified message in
a message box with the specified caption.</para>
</summary>
<param name="message">The message to display.</param>
<param name="caption">The caption for the message box.</param>
</member>
<member name="M:System.Windows.Forms.Design.IUIService.ShowMessage(System.String,System.String,System.Windows.Forms.MessageBoxButtons)">
<summary>
<para> Displays the specified message in a message box with the specified caption and
buttons to place on the dialog box.</para>
</summary>
<param name="message">The message to display.</param>
<param name="caption">The caption for the dialog box.</param>
<param name="buttons">One of the <see cref="T:System.Windows.Forms.MessageBoxButtons" /> values: <see cref="F:System.Windows.Forms.MessageBoxButtons.OK" />, <see cref="F:System.Windows.Forms.MessageBoxButtons.OKCancel" />, <see cref="F:System.Windows.Forms.MessageBoxButtons.YesNo" />, or <see cref="F:System.Windows.Forms.MessageBoxButtons.YesNoCancel" />.</param>
<returns>
<para>One of the <see cref="T:System.Windows.Forms.DialogResult" /> values
indicating the result code returned by the dialog box.</para>
</returns>
</member>
<member name="M:System.Windows.Forms.Design.IUIService.ShowToolWindow(System.Guid)">
<summary>
<para>Displays the specified tool window.</para>
</summary>
<param name="toolWindow">A <see cref="T:System.Guid" /> identifier for the tool window. This can be a custom <see cref="T:System.Guid" /> or one of the predefined values from <see cref="T:System.ComponentModel.Design.StandardToolWindows" />.</param>
<returns>
<para>
<see langword="true" /> if the tool window was
successfully shown; <see langword="false" /> if it couldn't
be shown or found.</para>
</returns>
</member>
<member name="P:System.Windows.Forms.Design.IUIService.Styles">
<summary>
<para> Gets the collection of
styles that are specific to the host's environment.</para>
</summary>
</member>
<member name="T:System.Windows.Forms.Design.IWindowsFormsEditorService">
<summary>
<para>Provides an interface to display Windows Forms dialog
boxes or forms, and drop down list controls.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.Design.IWindowsFormsEditorService.CloseDropDown">
<summary>
<para>Closes any previously opened drop down control.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.Design.IWindowsFormsEditorService.DropDownControl(System.Windows.Forms.Control)">
<summary>
<para>Opens the specified drop down list control.</para>
</summary>
<param name="control">The drop down list <see cref="T:System.Windows.Forms.Control" /> to open.</param>
</member>
<member name="M:System.Windows.Forms.Design.IWindowsFormsEditorService.ShowDialog(System.Windows.Forms.Form)">
<summary>
<para>Shows the specified <see cref="T:System.Windows.Forms.Form" /> .</para>
</summary>
<param name="dialog">The <see cref="T:System.Windows.Forms.Form" /> to display.</param>
<returns>
<para>A <see cref="T:System.Windows.Forms.DialogResult" /> indicating the result code returned by the
dialog box.</para>
</returns>
</member>
<member name="T:System.Windows.Forms.PageSetupDialog">
<summary>
<para> Represents
a dialog box that allows users to manipulate page settings, including margins and paper orientation.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.PageSetupDialog.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:System.Windows.Forms.PageSetupDialog" /> class.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.PageSetupDialog.Reset">
<summary>
<para>
Resets all options to their default values.
</para>
</summary>
</member>
<member name="P:System.Windows.Forms.PageSetupDialog.AllowMargins">
<summary>
<para>
Gets or sets a value indicating whether the margins section of the dialog box is enabled.
</para>
</summary>
</member>
<member name="P:System.Windows.Forms.PageSetupDialog.AllowOrientation">
<summary>
<para> Gets or sets a value indicating whether the orientation section of the dialog box (landscape vs. portrait)
is enabled.
</para>
</summary>
</member>
<member name="P:System.Windows.Forms.PageSetupDialog.AllowPaper">
<summary>
<para>
Gets or sets a value indicating whether the paper section of the dialog box (paper size and paper source)
is enabled.
</para>
</summary>
</member>
<member name="P:System.Windows.Forms.PageSetupDialog.AllowPrinter">
<summary>
<para>
Gets or sets a value indicating whether the Printer button is enabled.
</para>
</summary>
</member>
<member name="P:System.Windows.Forms.PageSetupDialog.Document">
<summary>
<para>Gets or sets a value indicating the <see cref="T:System.Drawing.Printing.PrintDocument" />
to get page settings from.
</para>
</summary>
</member>
<member name="P:System.Windows.Forms.PageSetupDialog.MinMargins">
<summary>
<para>
Gets or sets a value indicating the minimum margins the
user is allowed to select, in hundredths of an inch.
</para>
</summary>
</member>
<member name="P:System.Windows.Forms.PageSetupDialog.PageSettings">
<summary>
Gets or sets a value indicating the page settings to
modify.
</summary>
</member>
<member name="P:System.Windows.Forms.PageSetupDialog.PrinterSettings">
<summary>
<para> Gets or sets
the printer settings the dialog box to modify when the user clicks the Printer button.
</para>
</summary>
</member>
<member name="P:System.Windows.Forms.PageSetupDialog.ShowHelp">
<summary>
<para>
Gets or sets a value indicating whether the Help button is visible.
</para>
</summary>
</member>
<member name="P:System.Windows.Forms.PageSetupDialog.ShowNetwork">
<summary>
<para>
Gets or sets a value indicating whether the Network button is visible.
</para>
</summary>
</member>
<member name="T:System.Windows.Forms.PrintControllerWithStatusDialog">
<summary>
<para>Controls how a document is printed.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.PrintControllerWithStatusDialog.#ctor(System.Drawing.Printing.PrintController)">
<summary>
<para>Initializes a new instance of the <see cref="T:System.Windows.Forms.PrintControllerWithStatusDialog" /> class, wrapping the
supplied <see cref="T:System.Drawing.Printing.PrintController" /> .</para>
</summary>
<param name="underlyingController">A <see cref="T:System.Drawing.Printing.PrintController" /> to encapsulate.</param>
</member>
<member name="M:System.Windows.Forms.PrintControllerWithStatusDialog.#ctor(System.Drawing.Printing.PrintController,System.String)">
<summary>
<para>Initializes a new instance of the <see cref="T:System.Windows.Forms.PrintControllerWithStatusDialog" /> class, wrapping the
supplied <see cref="T:System.Drawing.Printing.PrintController" />
and specifying
a title for the dialog.</para>
</summary>
<param name=" underlyingController">A <see cref="T:System.Drawing.Printing.PrintController" /> to encapsulate. </param>
<param name="dialogTitle">A <see cref="T:System.String" /> containing a title for the status dialog.</param>
</member>
<member name="T:System.Windows.Forms.PrintDialog">
<summary>
<para> Allows users to select a printer and choose which
portions of the document to print.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.PrintDialog.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:System.Windows.Forms.PrintDialog" /> class.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.PrintDialog.Reset">
<summary>
<para>
Resets all options, the last selected printer, and the page
settings to their default values.
</para>
</summary>
</member>
<member name="P:System.Windows.Forms.PrintDialog.AllowSomePages">
<summary>
<para>
Gets or sets a value indicating whether the Pages option button is enabled.
</para>
</summary>
</member>
<member name="P:System.Windows.Forms.PrintDialog.AllowPrintToFile">
<summary>
<para>Gets or sets a value indicating whether the Print to file check box is enabled.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.PrintDialog.AllowSelection">
<summary>
<para>
Gets or sets a value indicating whether the From... To... Page option button is enabled.
</para>
</summary>
</member>
<member name="P:System.Windows.Forms.PrintDialog.Document">
<summary>
<para>
Gets or sets a value indicating the <see cref="T:System.Drawing.Printing.PrintDocument" /> used to obtain <see cref="T:System.Drawing.Printing.PrinterSettings" />.
</para>
</summary>
</member>
<member name="P:System.Windows.Forms.PrintDialog.PrinterSettings">
<summary>
<para> Gets or sets the <see cref="T:System.Drawing.Printing.PrinterSettings" />
the dialog box modifies.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.PrintDialog.PrintToFile">
<summary>
<para>Gets or sets a value indicating whether the Print to file check box is checked.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.PrintDialog.ShowHelp">
<summary>
<para>
Gets or sets a value indicating whether the Help button is displayed.
</para>
</summary>
</member>
<member name="P:System.Windows.Forms.PrintDialog.ShowNetwork">
<summary>
<para>
Gets or sets a value indicating whether the Network button is displayed.
</para>
</summary>
</member>
<member name="T:System.Windows.Forms.PrintPreviewControl">
<summary>
<para> The raw "preview" part of print previewing, without any dialogs or buttons. Most PrintPreviewControl objects
are found on PrintPreviewDialog objects, but
they do not have to be.
</para>
</summary>
</member>
<member name="M:System.Windows.Forms.PrintPreviewControl.#ctor">
<summary>
<para>
Initializes a new instance of the <see cref="T:System.Windows.Forms.PrintPreviewControl" /> class.
</para>
</summary>
</member>
<member name="M:System.Windows.Forms.PrintPreviewControl.InvalidatePreview">
<summary>
<para>
Refreshes the preview of the document.
</para>
</summary>
</member>
<member name="M:System.Windows.Forms.PrintPreviewControl.OnStartPageChanged(System.EventArgs)">
<summary>
<para>Raises the <see cref="E:System.Windows.Forms.PrintPreviewControl.StartPageChanged" /> event.</para>
</summary>
<param name="e">An <see cref="T:System.EventArgs" /> that contains the event data.</param>
</member>
<member name="P:System.Windows.Forms.PrintPreviewControl.UseAntiAlias">
<summary>
<para>Gets or sets a value indicating whether printing uses the
anti-aliasing features of the operating system.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.PrintPreviewControl.AutoZoom">
<summary>
Gets or sets a value indicating whether resizing the
control or changing the number of pages shown automatically adjusts
the <see cref="P:System.Windows.Forms.PrintPreviewControl.Zoom" /> property.
</summary>
</member>
<member name="P:System.Windows.Forms.PrintPreviewControl.Document">
<summary>
<para>
Gets or sets a value indicating the document to preview.
</para>
</summary>
</member>
<member name="P:System.Windows.Forms.PrintPreviewControl.Columns">
<summary>
<para>
Gets or sets the number of pages
displayed horizontally across the screen.
</para>
</summary>
</member>
<member name="P:System.Windows.Forms.PrintPreviewControl.Rows">
<summary>
<para>
Gets or sets the number of pages
displayed vertically down the screen.
</para>
</summary>
</member>
<member name="P:System.Windows.Forms.PrintPreviewControl.StartPage">
<summary>
<para>
Gets or sets the page number of the upper left page.
</para>
</summary>
</member>
<member name="E:System.Windows.Forms.PrintPreviewControl.StartPageChanged">
<summary>
<para>Occurs when the start page changes.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.PrintPreviewControl.Zoom">
<summary>
<para>
Gets or sets a value indicating how large the pages will appear.
</para>
</summary>
</member>
<member name="T:System.Windows.Forms.PrintPreviewDialog">
<summary>
<para> Represents a
dialog box form that contains a <see cref="T:System.Windows.Forms.PrintPreviewControl" />.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.PrintPreviewDialog.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:System.Windows.Forms.PrintPreviewDialog" /> class.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.PrintPreviewDialog.CreateHandle">
<summary>
<para> Creates the handle for the form that encapsulates the
<see cref="T:System.Windows.Forms.PrintPreviewDialog" />
.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.PrintPreviewDialog.AcceptButton">
<summary>
<para>Gets or sets the button on the form that is clicked when
the user presses the ENTER key.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.PrintPreviewDialog.AutoScale">
<summary>
<para>Gets or sets a value indicating whether the form adjusts its size to fit the
height of the font used on the form and scales its controls.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.PrintPreviewDialog.ControlBox">
<summary>
<para>Gets or sets a value indicating whether a control box is
displayed in the caption bar of the form.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.PrintPreviewDialog.FormBorderStyle">
<summary>
<para>Gets or sets the border style of the form.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.PrintPreviewDialog.HelpButton">
<summary>
<para>Gets or sets a value indicating whether a help button
should be displayed in the caption box of the form.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.PrintPreviewDialog.Icon">
<summary>
<para>Gets or sets the icon for the form.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.PrintPreviewDialog.IsMdiContainer">
<summary>
<para>Gets or sets a value indicating whether the form is a
container for multiple document interface (MDI) child forms.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.PrintPreviewDialog.KeyPreview">
<summary>
<para>Gets or sets a value indicating whether the form will
receive key events before the event is passed to the control that has focus.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.PrintPreviewDialog.MaximumSize">
<summary>
<para>Gets or sets the maximum size the form can be resized to.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.PrintPreviewDialog.MaximizeBox">
<summary>
<para>Gets or sets a value indicating whether the maximize
button is displayed in the caption bar of the form.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.PrintPreviewDialog.Menu">
<summary>
<para>Gets or sets the <see cref="T:System.Windows.Forms.MainMenu" /> that is displayed in the form.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.PrintPreviewDialog.MinimumSize">
<summary>
<para>Gets the minimum size the form can be resized to.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.PrintPreviewDialog.Size">
<summary>
<para>Gets or sets the size of the form.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.PrintPreviewDialog.StartPosition">
<summary>
<para>Gets or sets the starting position of the form at run time.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.PrintPreviewDialog.TopMost">
<summary>
<para>Gets or sets a value indicating whether the form should be displayed as the
top-most form of your application.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.PrintPreviewDialog.TransparencyKey">
<summary>
<para>Gets or sets the color that will represent transparent
areas of the form.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.PrintPreviewDialog.WindowState">
<summary>
<para>Gets or sets the form's window state.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.PrintPreviewDialog.AccessibleRole">
<summary>
<para>The accessible role of the control.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.PrintPreviewDialog.AccessibleDescription">
<summary>
<para>Gets or sets the accessible description of the control.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.PrintPreviewDialog.AccessibleName">
<summary>
<para>Gets or sets the accessible name of the control.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.PrintPreviewDialog.CausesValidation">
<summary>
<para>Gets or sets a value indicating whether entering the
control causes validation for all controls that require validation.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.PrintPreviewDialog.DataBindings">
<summary>
<para>Gets the data bindings for the control.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.PrintPreviewDialog.Enabled">
<summary>
<para>Get or sets a value indicating whether the control is enabled.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.PrintPreviewDialog.Location">
<summary>
<para>Gets or sets the coordinates of the upper-left corner of
the control relative to the upper-left corner of its container.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.PrintPreviewDialog.Tag">
<summary>
<para>Gets or sets the object that contains data about the control.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.PrintPreviewDialog.ImeMode">
<summary>
<para>Gets or sets the Input Method Editor(IME) mode supported
by this control.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.PrintPreviewDialog.AutoScrollMargin">
<summary>
<para>Gets or sets the size of the auto-scroll margin.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.PrintPreviewDialog.AutoScrollMinSize">
<summary>
<para>Gets or sets the minimum size of the auto-scroll.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.PrintPreviewDialog.Visible">
<summary>
<para>Gets or sets a value indicating whether the control is visible.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.PrintPreviewDialog.TabStop">
<summary>
<para>Gets or sets a value indicating whether the user can
give the focus to this control using the TAB key.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.PrintPreviewDialog.UseAntiAlias">
<summary>
<para>Gets or sets a value indicating whether printing uses the
anti-aliasing features of the operating system.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.PrintPreviewDialog.Document">
<summary>
<para>
Gets or sets the document to preview.
</para>
</summary>
</member>
<member name="P:System.Windows.Forms.PrintPreviewDialog.MinimizeBox">
<summary>
<para>Gets or sets a value indicating whether the minimize
button is displayed in the caption bar of the form.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.PrintPreviewDialog.PrintPreviewControl">
<summary>
<para> Gets a value indicating the <see cref="T:System.Windows.Forms.PrintPreviewControl" />
contained in this form.</para>
</summary>
</member>
<member name="P:System.Windows.Forms.PrintPreviewDialog.ShowInTaskbar">
<summary>
<para>Gets or sets a value indicating whether the form is
displayed in the Windows taskbar.</para>
</summary>
</member>
<member name="M:System.Windows.Forms.PropertyGridInternal.GridEntry.GetBackgroundBrush(System.Drawing.Graphics)">
</member>
<member name="M:System.Windows.Forms.PropertyGridInternal.GridEntry.AddOnLabelClick(System.EventHandler)">
</member>
<member name="M:System.Windows.Forms.PropertyGridInternal.GridEntry.AddOnLabelDoubleClick(System.EventHandler)">
</member>
<member name="M:System.Windows.Forms.PropertyGridInternal.GridEntry.AddOnValueClick(System.EventHandler)">
</member>
<member name="M:System.Windows.Forms.PropertyGridInternal.GridEntry.AddOnValueDoubleClick(System.EventHandler)">
</member>
<member name="M:System.Windows.Forms.PropertyGridInternal.GridEntry.AddOnOutlineClick(System.EventHandler)">
</member>
<member name="M:System.Windows.Forms.PropertyGridInternal.GridEntry.AddOnOutlineDoubleClick(System.EventHandler)">
</member>
<member name="M:System.Windows.Forms.PropertyGridInternal.GridEntry.AddOnRecreateChildren(System.Windows.Forms.PropertyGridInternal.GridEntryRecreateChildrenEventHandler)">
</member>
<member name="M:System.Windows.Forms.PropertyGridInternal.GridEntry.ConvertTextToValue(System.String)">
</member>
<member name="M:System.Windows.Forms.PropertyGridInternal.GridEntry.CreateChildren">
</member>
<member name="M:System.Windows.Forms.PropertyGridInternal.GridEntry.CreateChildren(System.Boolean)">
</member>
<member name="M:System.Windows.Forms.PropertyGridInternal.GridEntry.DisposeChildren">
</member>
<member name="M:System.Windows.Forms.PropertyGridInternal.GridEntry.Equals(System.Object)">
</member>
<member name="M:System.Windows.Forms.PropertyGridInternal.GridEntry.FindPropertyValue(System.String,System.Type)">
</member>
<member name="M:System.Windows.Forms.PropertyGridInternal.GridEntry.GetComponents">
</member>
<member name="M:System.Windows.Forms.PropertyGridInternal.GridEntry.GetValueOwner">
</member>
<member name="M:System.Windows.Forms.PropertyGridInternal.GridEntry.GetValueOwners">
</member>
<member name="M:System.Windows.Forms.PropertyGridInternal.GridEntry.GetChildValueOwner(System.Windows.Forms.PropertyGridInternal.GridEntry)">
</member>
<member name="M:System.Windows.Forms.PropertyGridInternal.GridEntry.GetTestingInfo">
</member>
<member name="M:System.Windows.Forms.PropertyGridInternal.GridEntry.GetValueType">
</member>
<member name="M:System.Windows.Forms.PropertyGridInternal.GridEntry.GetPropEntries(System.Windows.Forms.PropertyGridInternal.GridEntry,System.Object,System.Type)">
</member>
<member name="M:System.Windows.Forms.PropertyGridInternal.GridEntry.ResetPropertyValue">
</member>
<member name="M:System.Windows.Forms.PropertyGridInternal.GridEntry.CanResetPropertyValue">
</member>
<member name="M:System.Windows.Forms.PropertyGridInternal.GridEntry.DoubleClickPropertyValue">
</member>
<member name="M:System.Windows.Forms.PropertyGridInternal.GridEntry.GetPropertyTextValue">
</member>
<member name="M:System.Windows.Forms.PropertyGridInternal.GridEntry.GetPropertyTextValue(System.Object)">
</member>
<member name="M:System.Windows.Forms.PropertyGridInternal.GridEntry.GetPropertyValueList">
</member>
<member name="M:System.Windows.Forms.PropertyGridInternal.GridEntry.GetFlagSet(System.Int32)">
</member>
<member name="M:System.Windows.Forms.PropertyGridInternal.GridEntry.GetService(System.Type)">
</member>
<member name="M:System.Windows.Forms.PropertyGridInternal.GridEntry.PaintLabel(System.Drawing.Graphics,System.Drawing.Rectangle,System.Drawing.Rectangle,System.Boolean,System.Boolean)">
</member>
<member name="M:System.Windows.Forms.PropertyGridInternal.GridEntry.PaintOutline(System.Drawing.Graphics,System.Drawing.Rectangle)">
</member>
<member name="M:System.Windows.Forms.PropertyGridInternal.GridEntry.PaintValue(System.Object,System.Drawing.Graphics,System.Drawing.Rectangle,System.Drawing.Rectangle,System.Windows.Forms.PropertyGridInternal.GridEntry.PaintValueFlags)">
</member>
<member name="M:System.Windows.Forms.PropertyGridInternal.GridEntry.OnLabelClick(System.EventArgs)">
</member>
<member name="M:System.Windows.Forms.PropertyGridInternal.GridEntry.OnLabelDoubleClick(System.EventArgs)">
</member>
<member name="M:System.Windows.Forms.PropertyGridInternal.GridEntry.OnMouseClick(System.Int32,System.Int32,System.Int32,System.Windows.Forms.MouseButtons)">
</member>
<member name="M:System.Windows.Forms.PropertyGridInternal.GridEntry.OnOutlineClick(System.EventArgs)">
</member>
<member name="M:System.Windows.Forms.PropertyGridInternal.GridEntry.OnOutlineDoubleClick(System.EventArgs)">
</member>
<member name="M:System.Windows.Forms.PropertyGridInternal.GridEntry.OnRecreateChildren(System.Windows.Forms.PropertyGridInternal.GridEntryRecreateChildrenEventArgs)">
</member>
<member name="M:System.Windows.Forms.PropertyGridInternal.GridEntry.OnValueClick(System.EventArgs)">
</member>
<member name="M:System.Windows.Forms.PropertyGridInternal.GridEntry.OnValueDoubleClick(System.EventArgs)">
</member>
<member name="M:System.Windows.Forms.PropertyGridInternal.GridEntry.PaintValue(System.Drawing.Graphics,System.Drawing.Rectangle)">
</member>
<member name="M:System.Windows.Forms.PropertyGridInternal.GridEntry.SetFlag(System.Int32,System.Boolean)">
</member>
<member name="M:System.Windows.Forms.PropertyGridInternal.GridEntry.SetFlag(System.Int32,System.Int32,System.Boolean)">
</member>
<member name="M:System.Windows.Forms.PropertyGridInternal.GridEntry.SetFlag(System.Int32,System.Int32)">
</member>
<member name="M:System.Windows.Forms.PropertyGridInternal.GridEntry.Refresh">
</member>
<member name="M:System.Windows.Forms.PropertyGridInternal.GridEntry.SetPropertyTextValue(System.String)">
</member>
<member name="P:System.Windows.Forms.PropertyGridInternal.GridEntry.AllowMerge">
</member>
<member name="P:System.Windows.Forms.PropertyGridInternal.GridEntry.BrowsableAttributes">
</member>
<member name="P:System.Windows.Forms.PropertyGridInternal.GridEntry.Component">
</member>
<member name="P:System.Windows.Forms.PropertyGridInternal.GridEntry.Container">
</member>
<member name="P:System.Windows.Forms.PropertyGridInternal.GridEntry.Focus">
</member>
<member name="P:System.Windows.Forms.PropertyGridInternal.GridEntry.FullLabel">
</member>
<member name="P:System.Windows.Forms.PropertyGridInternal.GridEntry.HelpKeyword">
</member>
<member name="P:System.Windows.Forms.PropertyGridInternal.GridEntry.Instance">
</member>
<member name="P:System.Windows.Forms.PropertyGridInternal.GridEntry.PropertyDescriptor">
</member>
<member name="P:System.Windows.Forms.PropertyGridInternal.GridEntry.OutlineRect">
</member>
<member name="P:System.Windows.Forms.PropertyGridInternal.GridEntry.PropertyCategory">
</member>
<member name="P:System.Windows.Forms.PropertyGridInternal.GridEntry.PropertyDepth">
</member>
<member name="P:System.Windows.Forms.PropertyGridInternal.GridEntry.PropertyDescription">
</member>
<member name="P:System.Windows.Forms.PropertyGridInternal.GridEntry.PropertyLabel">
</member>
<member name="P:System.Windows.Forms.PropertyGridInternal.GridEntry.PropertyName">
</member>
<member name="P:System.Windows.Forms.PropertyGridInternal.GridEntry.PropertyType">
</member>
<member name="P:System.Windows.Forms.PropertyGridInternal.GridEntry.PropertyValue">
</member>
<member name="M:System.Windows.Forms.PropertyGridInternal.GridEntry.GridEntryAccessibleObject.GetFocused">
</member>
<member name="M:System.Windows.Forms.PropertyGridInternal.GridEntry.GridEntryAccessibleObject.Navigate(System.Windows.Forms.AccessibleNavigation)">
</member>
<member name="M:System.Windows.Forms.PropertyGridInternal.CategoryGridEntry.GetChildValueOwner(System.Windows.Forms.PropertyGridInternal.GridEntry)">
<summary>
Gets the owner of the current value. This is usually the value of the
root entry, which is the object being browsed
</summary>
<returns>
The object that owns the current value
</returns>
</member>
<member name="M:System.Windows.Forms.PropertyGridInternal.PropertyDescriptorGridEntry.ViewEvent(System.Object,System.String,System.ComponentModel.EventDescriptor,System.Boolean)">
</member>
<member name="P:System.Windows.Forms.PropertyGridInternal.PropertyDescriptorGridEntry.AllowMerge">
</member>
<member name="P:System.Windows.Forms.PropertyGridInternal.PropertyDescriptorGridEntry.HelpKeyword">
</member>
<member name="P:System.Windows.Forms.PropertyGridInternal.PropertyDescriptorGridEntry.PropertyDescriptor">
</member>
<member name="P:System.Windows.Forms.PropertyGridInternal.PropertyDescriptorGridEntry.PropertyName">
</member>
<member name="P:System.Windows.Forms.PropertyGridInternal.PropertyDescriptorGridEntry.PropertyValue">
</member>
<member name="M:System.Windows.Forms.PropertyGridInternal.PropertyDescriptorGridEntry.ExceptionConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object,System.Type)">
</member>
<member name="M:System.Windows.Forms.PropertyGridInternal.PropertyDescriptorGridEntry.ExceptionEditor.EditValue(System.ComponentModel.ITypeDescriptorContext,System.IServiceProvider,System.Object)">
</member>
<member name="M:System.Windows.Forms.PropertyGridInternal.PropertyDescriptorGridEntry.ExceptionEditor.GetEditStyle(System.ComponentModel.ITypeDescriptorContext)">
</member>
<member name="T:System.Windows.Forms.PropertyGridInternal.IRootGridEntry">
<summary>
<para>[To be supplied.]</para>
</summary>
</member>
<member name="M:System.Windows.Forms.PropertyGridInternal.IRootGridEntry.ResetBrowsableAttributes">
<summary>
<para>[To be supplied.]</para>
</summary>
</member>
<member name="M:System.Windows.Forms.PropertyGridInternal.IRootGridEntry.ShowCategories(System.Boolean)">
<summary>
<para>[To be supplied.]</para>
</summary>
</member>
<member name="P:System.Windows.Forms.PropertyGridInternal.IRootGridEntry.BrowsableAttributes">
<summary>
<para>[To be supplied.]</para>
</summary>
</member>
<member name="M:System.Windows.Forms.PropertyGridInternal.MergePropertyDescriptor.CanResetValue(System.Object)">
</member>
<member name="M:System.Windows.Forms.PropertyGridInternal.MergePropertyDescriptor.CreateAttributeCollection">
</member>
<member name="M:System.Windows.Forms.PropertyGridInternal.MergePropertyDescriptor.GetEditor(System.Type)">
</member>
<member name="M:System.Windows.Forms.PropertyGridInternal.MergePropertyDescriptor.GetValue(System.Object)">
</member>
<member name="M:System.Windows.Forms.PropertyGridInternal.MergePropertyDescriptor.ResetValue(System.Object)">
</member>
<member name="M:System.Windows.Forms.PropertyGridInternal.MergePropertyDescriptor.SetValue(System.Object,System.Object)">
</member>
<member name="M:System.Windows.Forms.PropertyGridInternal.MergePropertyDescriptor.ShouldSerializeValue(System.Object)">
</member>
<member name="P:System.Windows.Forms.PropertyGridInternal.MergePropertyDescriptor.ComponentType">
</member>
<member name="P:System.Windows.Forms.PropertyGridInternal.MergePropertyDescriptor.Converter">
</member>
<member name="P:System.Windows.Forms.PropertyGridInternal.MergePropertyDescriptor.IsLocalizable">
</member>
<member name="P:System.Windows.Forms.PropertyGridInternal.MergePropertyDescriptor.IsReadOnly">
</member>
<member name="P:System.Windows.Forms.PropertyGridInternal.MergePropertyDescriptor.PropertyType">
</member>
<member name="M:System.Windows.Forms.PropertyGridInternal.MergePropertyDescriptor.MultiMergeCollection.MergeCollection(System.Collections.ICollection)">
<summary>
Ensures that the new collection equals the exisitng one.
Otherwise, it wipes out the contents of the new collection.
</summary>
</member>
<member name="P:System.Windows.Forms.PropertyGridInternal.MergePropertyDescriptor.MultiMergeCollection.Count">
<summary>
Retrieves the number of items.
</summary>
<returns>
count of item.
</returns>
</member>
<member name="P:System.Windows.Forms.PropertyGridInternal.MergePropertyDescriptor.MultiMergeCollection.Locked">
<summary>
Prevents the contents of the collection from being re-initialized;
</summary>
</member>
<member name="M:System.Windows.Forms.PropertyGridInternal.MultiPropertyDescriptorGridEntry.GetPropertyTextValue(System.Object)">
<summary>
Returns the text value of this property.
</summary>
<param name="value">
The raw value type
</param>
<returns>
The text string representing this property's value
</returns>
</member>
<member name="M:System.Windows.Forms.PropertyGridInternal.SingleSelectRootGridEntry.ResetBrowsableAttributes">
<summary>
Reset the Browsable attributes to the default (BrowsableAttribute.Yes)
</summary>
</member>
<member name="M:System.Windows.Forms.PropertyGridInternal.SingleSelectRootGridEntry.ShowCategories(System.Boolean)">
<summary>
Sets the value of this GridEntry from text
</summary>
<returns>
True if the new value caused the child list to change
</returns>
</member>
<member name="P:System.Windows.Forms.PropertyGridInternal.SingleSelectRootGridEntry.BrowsableAttributes">
<summary>
The set of attributes that will be used for browse filtering
</summary>
<returns>
The array of attributes to filter on. Only properties that have this
set of attributes will be displayed.
</returns>
</member>
<member name="P:System.Windows.Forms.PropertyGridInternal.SingleSelectRootGridEntry.HelpKeyword">
<summary>
Retrieves the keyword that the VS help context window will
use when this IPE is selected.
</summary>
<returns>
the help keyword for this property.
</returns>
</member>
<member name="P:System.Windows.Forms.PropertyGridInternal.SingleSelectRootGridEntry.PropertyValue">
<summary>
Gets or sets the value for the property that is represented
by this GridEntry.
</summary>
</member>
<member name="T:System.Windows.Forms.PropertyGridInternal.PropertiesTab">
<summary>
<para>[To be supplied.]</para>
</summary>
</member>
<member name="M:System.Windows.Forms.PropertyGridInternal.PropertiesTab.GetDefaultProperty(System.Object)">
<summary>
<para>[To be supplied.]</para>
</summary>
</member>
<member name="M:System.Windows.Forms.PropertyGridInternal.PropertiesTab.GetProperties(System.Object,System.Attribute[])">
<summary>
<para>[To be supplied.]</para>
</summary>
</member>
<member name="M:System.Windows.Forms.PropertyGridInternal.PropertiesTab.GetProperties(System.ComponentModel.ITypeDescriptorContext,System.Object,System.Attribute[])">
<summary>
<para>[To be supplied.]</para>
</summary>
</member>
<member name="P:System.Windows.Forms.PropertyGridInternal.PropertiesTab.TabName">
<summary>
<para>[To be supplied.]</para>
</summary>
</member>
<member name="P:System.Windows.Forms.PropertyGridInternal.PropertiesTab.HelpKeyword">
<summary>
<para>[To be supplied.]</para>
</summary>
</member>
<member name="T:System.Windows.Forms.PropertyGridInternal.PropertyGridCommands">
<summary>
This class contains the set of menu commands our Properties window
uses.
</summary>
</member>
<member name="F:System.Windows.Forms.PropertyGridInternal.PropertyGridCommands.wfcMenuGroup">
</member>
<member name="F:System.Windows.Forms.PropertyGridInternal.PropertyGridCommands.wfcMenuCommand">
</member>
<member name="F:System.Windows.Forms.PropertyGridInternal.PropertyGridCommands.Reset">
<summary>
<para>[To be supplied.]</para>
</summary>
</member>
<member name="F:System.Windows.Forms.PropertyGridInternal.PropertyGridCommands.Description">
<summary>
<para>[To be supplied.]</para>
</summary>
</member>
<member name="F:System.Windows.Forms.PropertyGridInternal.PropertyGridCommands.Hide">
<summary>
<para>[To be supplied.]</para>
</summary>
</member>
<member name="F:System.Windows.Forms.PropertyGridInternal.PropertyGridCommands.Commands">
<summary>
<para>[To be supplied.]</para>
</summary>
</member>
<member name="M:System.Windows.Forms.PropertyGridInternal.PropertyGridView.CloseDropDown">
</member>
<member name="M:System.Windows.Forms.PropertyGridInternal.PropertyGridView.CreateAccessibilityInstance">
</member>
<member name="M:System.Windows.Forms.PropertyGridInternal.PropertyGridView.DropDownControl(System.Windows.Forms.Control)">
</member>
<member name="M:System.Windows.Forms.PropertyGridInternal.PropertyGridView.IsInputKey(System.Windows.Forms.Keys)">
</member>
<member name="M:System.Windows.Forms.PropertyGridInternal.PropertyGridView.ShowDialog(System.Windows.Forms.Form)">
</member>
<member name="P:System.Windows.Forms.PropertyGridInternal.PropertyGridView.ContextMenuDefaultLocation">
</member>
<member name="P:System.Windows.Forms.PropertyGridInternal.PropertyGridView.SelectedPropertyName">
</member>
<member name="P:System.Windows.Forms.PropertyGridInternal.PropertyGridView.ServiceProvider">
</member>
<member name="M:System.Windows.Forms.PropertyGridInternal.PropertyGridView.GridViewEdit.IsInputKey(System.Windows.Forms.Keys)">
</member>
<member name="M:System.Windows.Forms.PropertyGridInternal.PropertyGridView.GridViewEdit.IsInputChar(System.Char)">
</member>
<member name="M:System.Windows.Forms.PropertyGridInternal.PropertyGridView.PropertyGridViewAccessibleObject.#ctor(System.Windows.Forms.PropertyGridInternal.PropertyGridView)">
</member>
<member name="M:System.Windows.Forms.PropertyGridInternal.PropertyGridView.PropertyGridViewAccessibleObject.GetChild(System.Int32)">
</member>
<member name="M:System.Windows.Forms.PropertyGridInternal.PropertyGridView.PropertyGridViewAccessibleObject.GetChildCount">
</member>
<member name="M:System.Windows.Forms.PropertyGridInternal.PropertyGridView.PropertyGridViewAccessibleObject.GetFocused">
</member>
<member name="M:System.Windows.Forms.PropertyGridInternal.PropertyGridView.PropertyGridViewAccessibleObject.GetSelected">
</member>
<member name="M:System.Windows.Forms.PropertyGridInternal.PropertyGridView.PropertyGridViewAccessibleObject.HitTest(System.Int32,System.Int32)">
</member>
<member name="M:System.Windows.Forms.PropertyGridInternal.PropertyGridView.PropertyGridViewAccessibleObject.Navigate(System.Windows.Forms.AccessibleNavigation)">
</member>
<member name="M:System.Windows.Forms.ComponentModel.Com2Interop.BaseCAMarshaler.#ctor(System.Windows.Forms.NativeMethods.CA_STRUCT)">
<summary>
Base ctor
</summary>
<param name="caStruct">
The CA_STRUCT structure
</param>
</member>
<member name="M:System.Windows.Forms.ComponentModel.Com2Interop.BaseCAMarshaler.GetItemFromAddress(System.IntPtr)">
<summary>
Override this member to perform marshalling of a single item
given it's native address.
</summary>
<param name="addr">
The address of the item to marshal.
</param>
<returns>
The marshaled item at the given address
</returns>
</member>
<member name="P:System.Windows.Forms.ComponentModel.Com2Interop.BaseCAMarshaler.ItemType">
<summary>
Returns the type of item this marshaler will
return in the items array.
</summary>
<returns>
The type of object in the Items array
</returns>
</member>
<member name="P:System.Windows.Forms.ComponentModel.Com2Interop.BaseCAMarshaler.Count">
<summary>
Returns the count of items that will be or have been
marshaled.
</summary>
<returns>
The number of marshaled items.
</returns>
</member>
<member name="P:System.Windows.Forms.ComponentModel.Com2Interop.BaseCAMarshaler.Items">
<summary>
The marshaled items.
</summary>
<returns>
An array of marshaled items.
</returns>
</member>
<member name="M:System.Windows.Forms.ComponentModel.Com2Interop.Com2PropertyDescriptor.#ctor(System.Int32,System.String,System.Attribute[],System.Boolean,System.Type,System.Object,System.Boolean)">
</member>
<member name="M:System.Windows.Forms.ComponentModel.Com2Interop.Com2PropertyDescriptor.CanResetValue(System.Object)">
</member>
<member name="M:System.Windows.Forms.ComponentModel.Com2Interop.Com2PropertyDescriptor.CreateAttributeCollection">
</member>
<member name="M:System.Windows.Forms.ComponentModel.Com2Interop.Com2PropertyDescriptor.GetDisplayValue(System.String)">
</member>
<member name="M:System.Windows.Forms.ComponentModel.Com2Interop.Com2PropertyDescriptor.GetEditor(System.Type)">
</member>
<member name="M:System.Windows.Forms.ComponentModel.Com2Interop.Com2PropertyDescriptor.GetNativeValue(System.Object)">
</member>
<member name="M:System.Windows.Forms.ComponentModel.Com2Interop.Com2PropertyDescriptor.GetValue(System.Object)">
</member>
<member name="M:System.Windows.Forms.ComponentModel.Com2Interop.Com2PropertyDescriptor.GetTypeConverterAndTypeEditor(System.ComponentModel.TypeConverter@,System.Type,System.Object@)">
</member>
<member name="M:System.Windows.Forms.ComponentModel.Com2Interop.Com2PropertyDescriptor.IsCurrentValue(System.Object)">
</member>
<member name="M:System.Windows.Forms.ComponentModel.Com2Interop.Com2PropertyDescriptor.OnCanResetValue(System.Windows.Forms.ComponentModel.Com2Interop.GetBoolValueEvent)">
</member>
<member name="M:System.Windows.Forms.ComponentModel.Com2Interop.Com2PropertyDescriptor.OnGetDisplayName(System.Windows.Forms.ComponentModel.Com2Interop.GetNameItemEvent)">
</member>
<member name="M:System.Windows.Forms.ComponentModel.Com2Interop.Com2PropertyDescriptor.OnGetDisplayValue(System.Windows.Forms.ComponentModel.Com2Interop.GetNameItemEvent)">
</member>
<member name="M:System.Windows.Forms.ComponentModel.Com2Interop.Com2PropertyDescriptor.OnGetDynamicAttributes(System.Windows.Forms.ComponentModel.Com2Interop.GetAttributesEvent)">
</member>
<member name="M:System.Windows.Forms.ComponentModel.Com2Interop.Com2PropertyDescriptor.OnGetIsReadOnly(System.Windows.Forms.ComponentModel.Com2Interop.GetBoolValueEvent)">
</member>
<member name="M:System.Windows.Forms.ComponentModel.Com2Interop.Com2PropertyDescriptor.OnResetValue(System.EventArgs)">
</member>
<member name="M:System.Windows.Forms.ComponentModel.Com2Interop.Com2PropertyDescriptor.OnShouldSerializeValue(System.Windows.Forms.ComponentModel.Com2Interop.GetBoolValueEvent)">
</member>
<member name="M:System.Windows.Forms.ComponentModel.Com2Interop.Com2PropertyDescriptor.OnShouldRefresh(System.Windows.Forms.ComponentModel.Com2Interop.GetRefreshStateEvent)">
</member>
<member name="M:System.Windows.Forms.ComponentModel.Com2Interop.Com2PropertyDescriptor.ResetValue(System.Object)">
</member>
<member name="M:System.Windows.Forms.ComponentModel.Com2Interop.Com2PropertyDescriptor.SetValue(System.Object,System.Object)">
</member>
<member name="M:System.Windows.Forms.ComponentModel.Com2Interop.Com2PropertyDescriptor.ShouldSerializeValue(System.Object)">
</member>
<member name="P:System.Windows.Forms.ComponentModel.Com2Interop.Com2PropertyDescriptor.Attributes">
</member>
<member name="P:System.Windows.Forms.ComponentModel.Com2Interop.Com2PropertyDescriptor.AttributesValid">
</member>
<member name="P:System.Windows.Forms.ComponentModel.Com2Interop.Com2PropertyDescriptor.CanShow">
</member>
<member name="P:System.Windows.Forms.ComponentModel.Com2Interop.Com2PropertyDescriptor.ComponentType">
</member>
<member name="P:System.Windows.Forms.ComponentModel.Com2Interop.Com2PropertyDescriptor.Converter">
</member>
<member name="P:System.Windows.Forms.ComponentModel.Com2Interop.Com2PropertyDescriptor.ConvertingNativeType">
</member>
<member name="P:System.Windows.Forms.ComponentModel.Com2Interop.Com2PropertyDescriptor.Data">
</member>
<member name="P:System.Windows.Forms.ComponentModel.Com2Interop.Com2PropertyDescriptor.DefaultValue">
</member>
<member name="P:System.Windows.Forms.ComponentModel.Com2Interop.Com2PropertyDescriptor.DISPID">
</member>
<member name="P:System.Windows.Forms.ComponentModel.Com2Interop.Com2PropertyDescriptor.DisplayName">
</member>
<member name="P:System.Windows.Forms.ComponentModel.Com2Interop.Com2PropertyDescriptor.DisplayNameValid">
</member>
<member name="P:System.Windows.Forms.ComponentModel.Com2Interop.Com2PropertyDescriptor.IsReadOnly">
</member>
<member name="P:System.Windows.Forms.ComponentModel.Com2Interop.Com2PropertyDescriptor.PropertyType">
</member>
<member name="P:System.Windows.Forms.ComponentModel.Com2Interop.Com2PropertyDescriptor.ReadOnlyValid">
</member>
<member name="P:System.Windows.Forms.ComponentModel.Com2Interop.Com2PropertyDescriptor.TargetObject">
</member>
<member name="M:System.Windows.Forms.ComponentModel.Com2Interop.Com2ExtendedTypeConverter.CanConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Type)">
</member>
<member name="M:System.Windows.Forms.ComponentModel.Com2Interop.Com2ExtendedTypeConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)">
</member>
<member name="M:System.Windows.Forms.ComponentModel.Com2Interop.Com2ExtendedTypeConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object)">
</member>
<member name="M:System.Windows.Forms.ComponentModel.Com2Interop.Com2ExtendedTypeConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object,System.Type)">
</member>
<member name="M:System.Windows.Forms.ComponentModel.Com2Interop.Com2ExtendedTypeConverter.CreateInstance(System.ComponentModel.ITypeDescriptorContext,System.Collections.IDictionary)">
</member>
<member name="M:System.Windows.Forms.ComponentModel.Com2Interop.Com2ExtendedTypeConverter.GetCreateInstanceSupported(System.ComponentModel.ITypeDescriptorContext)">
</member>
<member name="M:System.Windows.Forms.ComponentModel.Com2Interop.Com2ExtendedTypeConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext,System.Object,System.Attribute[])">
</member>
<member name="M:System.Windows.Forms.ComponentModel.Com2Interop.Com2ExtendedTypeConverter.GetPropertiesSupported(System.ComponentModel.ITypeDescriptorContext)">
</member>
<member name="M:System.Windows.Forms.ComponentModel.Com2Interop.Com2ExtendedTypeConverter.GetStandardValues(System.ComponentModel.ITypeDescriptorContext)">
</member>
<member name="M:System.Windows.Forms.ComponentModel.Com2Interop.Com2ExtendedTypeConverter.GetStandardValuesExclusive(System.ComponentModel.ITypeDescriptorContext)">
</member>
<member name="M:System.Windows.Forms.ComponentModel.Com2Interop.Com2ExtendedTypeConverter.GetStandardValuesSupported(System.ComponentModel.ITypeDescriptorContext)">
</member>
<member name="M:System.Windows.Forms.ComponentModel.Com2Interop.Com2ExtendedTypeConverter.IsValid(System.ComponentModel.ITypeDescriptorContext,System.Object)">
</member>
<member name="M:System.Windows.Forms.ComponentModel.Com2Interop.Com2AboutBoxPropertyDescriptor.CanResetValue(System.Object)">
<summary>
Indicates whether reset will change the value of the component. If there
is a DefaultValueAttribute, then this will return true if getValue returns
something different than the default value. If there is a reset method and
a shouldPersist method, this will return what shouldPersist returns.
If there is just a reset method, this always returns true. If none of these
cases apply, this returns false.
</summary>
<param name="component">
The component who's property's value we should test for resetability.
</param>
</member>
<member name="M:System.Windows.Forms.ComponentModel.Com2Interop.Com2AboutBoxPropertyDescriptor.GetEditor(System.Type)">
<summary>
Retrieves an editor of the requested type.
</summary>
<param name="editorBaseType">
The base type of editor you would like. A
property can support multiple editors and this
is used to differentiate between them.
</param>
<returns>
An instance of the requested editor type, or
null if the editor could not be found.
</returns>
</member>
<member name="M:System.Windows.Forms.ComponentModel.Com2Interop.Com2AboutBoxPropertyDescriptor.GetValue(System.Object)">
<summary>
Retrieves the current value of the property on component,
invoking the getXXX method. An exception in the getXXX
method will pass through.
</summary>
<param name="component">
The component who's property's value will be retrieved.
</param>
<returns>
the value of the property for the given component.
</returns>
</member>
<member name="M:System.Windows.Forms.ComponentModel.Com2Interop.Com2AboutBoxPropertyDescriptor.ResetValue(System.Object)">
<summary>
Will reset the default value for this property on the component. If
there was a default value passed in as a DefaultValueAttribute, that
value will be set as the value of the property on the component. If
there was no default value passed in, a ResetXXX method will be looked
for. If one is found, it will be invoked. If one is not found, this
is a nop.
</summary>
<param name="component">
The component who's property's value should be reset.
</param>
</member>
<member name="M:System.Windows.Forms.ComponentModel.Com2Interop.Com2AboutBoxPropertyDescriptor.SetValue(System.Object,System.Object)">
<summary>
This will set value to be the new value of this property on the
component by invoking the setXXX method on the component. If the
value specified is invalid, the component should throw an exception
which will be passed up. The component designer should design the
property so that getXXX following a setXXX should return the value
passed in if no exception was thrown in the setXXX call.
</summary>
<param name="component">
The component to set the property's value on.
</param>
<param name="value">
The new value for the property on the component.
</param>
</member>
<member name="M:System.Windows.Forms.ComponentModel.Com2Interop.Com2AboutBoxPropertyDescriptor.ShouldSerializeValue(System.Object)">
<summary>
Indicates whether the value of this property needs to be persisted. In
other words, it indicates whether the state of the property is distinct
from when the component is first instantiated. If there is a default
value specified in this PropertyDescriptor, it will be compared against the
property's current value to determine this. If there is't, the
shouldPersistXXX method is looked for and invoked if found. If both
these routes fail, true will be returned.
If this returns false, a tool should not persist this property's value.
</summary>
<param name="component">
who's property should be examined for persistance.
</param>
<returns>
whether the property should be persisted.
</returns>
</member>
<member name="P:System.Windows.Forms.ComponentModel.Com2Interop.Com2AboutBoxPropertyDescriptor.ComponentType">
<summary>
Retrieves the type of the component this PropertyDescriptor is bound to.
</summary>
<returns>
the type of component.
</returns>
</member>
<member name="P:System.Windows.Forms.ComponentModel.Com2Interop.Com2AboutBoxPropertyDescriptor.Converter">
<summary>
Retrieves the type converter for this property.
</summary>
</member>
<member name="P:System.Windows.Forms.ComponentModel.Com2Interop.Com2AboutBoxPropertyDescriptor.IsReadOnly">
<summary>
Indicates whether this property is read only.
</summary>
<returns>
whether this property is read only.
</returns>
</member>
<member name="P:System.Windows.Forms.ComponentModel.Com2Interop.Com2AboutBoxPropertyDescriptor.PropertyType">
<summary>
Retrieves the type of the property.
</summary>
<returns>
type of property.
</returns>
</member>
<member name="M:System.Windows.Forms.ComponentModel.Com2Interop.Com2AboutBoxPropertyDescriptor.AboutBoxUITypeEditor.EditValue(System.ComponentModel.ITypeDescriptorContext,System.IServiceProvider,System.Object)">
<summary>
Edits the given object value using the editor style provided by
GetEditorStyle. A service provider is provided so that any
required editing services can be obtained.
</summary>
<param name="context">
A type descriptor context that can be used to provide additional
context information.
</param>
<param name="provider">
A service provider object through which editing services may
be obtained.
</param>
<param name="value">
An instance of the value being edited.
</param>
<returns>
The new value of the object. If the value of the object hasn't
changed, this should return the same object it was passed.
</returns>
</member>
<member name="M:System.Windows.Forms.ComponentModel.Com2Interop.Com2AboutBoxPropertyDescriptor.AboutBoxUITypeEditor.GetEditStyle(System.ComponentModel.ITypeDescriptorContext)">
<summary>
Retrieves the editing style of the Edit method. If the method
is not supported, this will return None.
</summary>
<param name="context">
A type descriptor context that can be used to provide additional
context information.
</param>
<returns>
An enum value indicating the provided editing style.
</returns>
</member>
<member name="M:System.Windows.Forms.ComponentModel.Com2Interop.Com2DataTypeToManagedDataTypeConverter.ConvertNativeToManaged(System.Object,System.Windows.Forms.ComponentModel.Com2Interop.Com2PropertyDescriptor)">
</member>
<member name="M:System.Windows.Forms.ComponentModel.Com2Interop.Com2DataTypeToManagedDataTypeConverter.ConvertManagedToNative(System.Object,System.Windows.Forms.ComponentModel.Com2Interop.Com2PropertyDescriptor,System.Boolean@)">
</member>
<member name="P:System.Windows.Forms.ComponentModel.Com2Interop.Com2DataTypeToManagedDataTypeConverter.ManagedType">
</member>
<member name="M:System.Windows.Forms.ComponentModel.Com2Interop.Com2ColorConverter.ConvertNativeToManaged(System.Object,System.Windows.Forms.ComponentModel.Com2Interop.Com2PropertyDescriptor)">
</member>
<member name="M:System.Windows.Forms.ComponentModel.Com2Interop.Com2ColorConverter.ConvertManagedToNative(System.Object,System.Windows.Forms.ComponentModel.Com2Interop.Com2PropertyDescriptor,System.Boolean@)">
</member>
<member name="P:System.Windows.Forms.ComponentModel.Com2Interop.Com2ColorConverter.ManagedType">
</member>
<member name="M:System.Windows.Forms.ComponentModel.Com2Interop.Com2EnumConverter.CanConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Type)">
</member>
<member name="M:System.Windows.Forms.ComponentModel.Com2Interop.Com2EnumConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object)">
</member>
<member name="M:System.Windows.Forms.ComponentModel.Com2Interop.Com2EnumConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object,System.Type)">
</member>
<member name="M:System.Windows.Forms.ComponentModel.Com2Interop.Com2EnumConverter.GetStandardValues(System.ComponentModel.ITypeDescriptorContext)">
</member>
<member name="M:System.Windows.Forms.ComponentModel.Com2Interop.Com2EnumConverter.GetStandardValuesExclusive(System.ComponentModel.ITypeDescriptorContext)">
</member>
<member name="M:System.Windows.Forms.ComponentModel.Com2Interop.Com2EnumConverter.GetStandardValuesSupported(System.ComponentModel.ITypeDescriptorContext)">
</member>
<member name="M:System.Windows.Forms.ComponentModel.Com2Interop.Com2EnumConverter.IsValid(System.ComponentModel.ITypeDescriptorContext,System.Object)">
</member>
<member name="M:System.Windows.Forms.ComponentModel.Com2Interop.Com2ExtendedBrowsingHandler.SetupPropertyHandlers(System.Windows.Forms.ComponentModel.Com2Interop.Com2PropertyDescriptor)">
</member>
<member name="M:System.Windows.Forms.ComponentModel.Com2Interop.Com2ExtendedBrowsingHandler.SetupPropertyHandlers(System.Windows.Forms.ComponentModel.Com2Interop.Com2PropertyDescriptor[])">
</member>
<member name="P:System.Windows.Forms.ComponentModel.Com2Interop.Com2ExtendedBrowsingHandler.Interface">
</member>
<member name="M:System.Drawing.Design.Com2ExtendedUITypeEditor.EditValue(System.ComponentModel.ITypeDescriptorContext,System.IServiceProvider,System.Object)">
</member>
<member name="M:System.Drawing.Design.Com2ExtendedUITypeEditor.GetPaintValueSupported(System.ComponentModel.ITypeDescriptorContext)">
</member>
<member name="M:System.Drawing.Design.Com2ExtendedUITypeEditor.GetEditStyle(System.ComponentModel.ITypeDescriptorContext)">
</member>
<member name="M:System.Drawing.Design.Com2ExtendedUITypeEditor.PaintValue(System.Drawing.Design.PaintValueEventArgs)">
</member>
<member name="M:System.Windows.Forms.ComponentModel.Com2Interop.Com2FontConverter.ConvertNativeToManaged(System.Object,System.Windows.Forms.ComponentModel.Com2Interop.Com2PropertyDescriptor)">
</member>
<member name="M:System.Windows.Forms.ComponentModel.Com2Interop.Com2FontConverter.ConvertManagedToNative(System.Object,System.Windows.Forms.ComponentModel.Com2Interop.Com2PropertyDescriptor,System.Boolean@)">
</member>
<member name="P:System.Windows.Forms.ComponentModel.Com2Interop.Com2FontConverter.ManagedType">
</member>
<member name="F:System.Windows.Forms.ComponentModel.Com2Interop.Com2IDispatchConverter.none">
</member>
<member name="M:System.Windows.Forms.ComponentModel.Com2Interop.Com2IDispatchConverter.CanConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Type)">
</member>
<member name="M:System.Windows.Forms.ComponentModel.Com2Interop.Com2IDispatchConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)">
</member>
<member name="M:System.Windows.Forms.ComponentModel.Com2Interop.Com2IDispatchConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object,System.Type)">
</member>
<member name="M:System.Windows.Forms.ComponentModel.Com2Interop.Com2IDispatchConverter.GetPropertiesSupported(System.ComponentModel.ITypeDescriptorContext)">
</member>
<member name="P:System.Windows.Forms.ComponentModel.Com2Interop.Com2IPerPropertyBrowsingHandler.Com2IPerPropertyBrowsingEnum.Values">
<summary>
Retrieve a copy of the value array
</summary>
</member>
<member name="P:System.Windows.Forms.ComponentModel.Com2Interop.Com2IPerPropertyBrowsingHandler.Com2IPerPropertyBrowsingEnum.Names">
<summary>
Retrieve a copy of the nme array.
</summary>
</member>
<member name="M:System.Windows.Forms.ComponentModel.Com2Interop.Com2IVsPerPropertyBrowsingHandler.SetupPropertyHandlers(System.Windows.Forms.ComponentModel.Com2Interop.Com2PropertyDescriptor[])">
<summary>
Called to setup the property handlers on a given properties
In this method, the handler will add listeners to the events that
the Com2PropertyDescriptor surfaces that it cares about.
</summary>
</member>
<member name="P:System.Windows.Forms.ComponentModel.Com2Interop.Com2IVsPerPropertyBrowsingHandler.Interface">
<summary>
The interface that this handler managers
such as IPerPropertyBrowsing, IProvidePropertyBuilder, etc.
</summary>
</member>
<member name="M:System.Windows.Forms.ComponentModel.Com2Interop.Com2PictureConverter.ConvertNativeToManaged(System.Object,System.Windows.Forms.ComponentModel.Com2Interop.Com2PropertyDescriptor)">
</member>
<member name="M:System.Windows.Forms.ComponentModel.Com2Interop.Com2PictureConverter.ConvertManagedToNative(System.Object,System.Windows.Forms.ComponentModel.Com2Interop.Com2PropertyDescriptor,System.Boolean@)">
</member>
<member name="P:System.Windows.Forms.ComponentModel.Com2Interop.Com2PictureConverter.ManagedType">
</member>
<member name="M:System.Windows.Forms.ComponentModel.Com2Interop.Com2Properties.#ctor(System.Object,System.Windows.Forms.ComponentModel.Com2Interop.Com2PropertyDescriptor[],System.Int32)">
<summary>
Default ctor.
</summary>
</member>
<member name="M:System.Windows.Forms.ComponentModel.Com2Interop.Com2Properties.AddExtendedBrowsingHandlers(System.Collections.Hashtable)">
<summary>
Checks the source object for eache extended browsing inteface
listed in extendedInterfaces and creates a handler from extendedInterfaceHandlerTypes
to handle it.
</summary>
</member>
<member name="M:System.Windows.Forms.ComponentModel.Com2Interop.Com2Properties.AddToHashtable(System.Collections.Hashtable)">
<summary>
Add ourselves to the hashtable and refresh
the time we were accessed
</summary>
</member>
<member name="M:System.Windows.Forms.ComponentModel.Com2Interop.Com2Properties.CheckValid">
<summary>
Make sure this property list is still valid.
1) WeakRef is still alive
2) Our timeout hasn't passed
</summary>
</member>
<member name="P:System.Windows.Forms.ComponentModel.Com2Interop.Com2Properties.DefaultProperty">
<summary>
Retrieve the default property.
</summary>
</member>
<member name="P:System.Windows.Forms.ComponentModel.Com2Interop.Com2Properties.TargetObject">
<summary>
The object that created the list of properties. This will
return null if the timeout has passed or the ref has died.
</summary>
</member>
<member name="P:System.Windows.Forms.ComponentModel.Com2Interop.Com2Properties.TicksSinceTouched">
<summary>
How long since these props have been queried.
</summary>
</member>
<member name="P:System.Windows.Forms.ComponentModel.Com2Interop.Com2Properties.Properties">
<summary>
Returns the list of properties
</summary>
</member>
<member name="P:System.Windows.Forms.ComponentModel.Com2Interop.Com2Properties.TooOld">
<summary>
Should this guy be refreshed because of old age?
</summary>
</member>
<member name="M:System.Windows.Forms.ComponentModel.Com2Interop.Com2PropertyBuilderUITypeEditor.EditValue(System.ComponentModel.ITypeDescriptorContext,System.IServiceProvider,System.Object)">
</member>
<member name="M:System.Windows.Forms.ComponentModel.Com2Interop.Com2PropertyBuilderUITypeEditor.GetEditStyle(System.ComponentModel.ITypeDescriptorContext)">
</member>
<member name="T:System.Windows.Forms.ComponentModel.Com2Interop.ICom2PropertyPageDisplayService">
<summary>
<para>[To be supplied.]</para>
</summary>
</member>
<member name="M:System.Windows.Forms.ComponentModel.Com2Interop.ICom2PropertyPageDisplayService.ShowPropertyPage(System.String,System.Object,System.Int32,System.Guid,System.IntPtr)">
<summary>
<para>[To be supplied.]</para>
</summary>
</member>
<member name="M:System.Windows.Forms.ComponentModel.Com2Interop.Com2PropertyPageUITypeEditor.EditValue(System.ComponentModel.ITypeDescriptorContext,System.IServiceProvider,System.Object)">
</member>
<member name="M:System.Windows.Forms.ComponentModel.Com2Interop.Com2PropertyPageUITypeEditor.GetEditStyle(System.ComponentModel.ITypeDescriptorContext)">
</member>
<member name="M:System.Windows.Forms.ComponentModel.Com2Interop.Com2TypeInfoProcessor.BuildDropDownName(System.Object,System.String)">
</member>
<member name="M:System.Windows.Forms.ComponentModel.Com2Interop.Com2TypeInfoProcessor.FindTypeInfo(System.Object,System.Boolean)">
</member>
<member name="M:System.Windows.Forms.ComponentModel.Com2Interop.Com2TypeInfoProcessor.GetNameDispId(System.Windows.Forms.UnsafeNativeMethods.IDispatch)">
</member>
<member name="M:System.Windows.Forms.ComponentModel.Com2Interop.Com2TypeInfoProcessor.GetProperty(System.Object,System.String)">
</member>
<member name="M:System.Windows.Forms.ComponentModel.Com2Interop.Com2TypeInfoProcessor.GetProperties(System.Object)">
</member>
<member name="T:System.Windows.Forms.ComponentModel.Com2Interop.Com2Variant">
</member>
<member name="M:System.Windows.Forms.ComponentModel.Com2Interop.ComNativeDescriptor.IsNameDispId(System.Object,System.Int32)">
<summary>
Checks if the given dispid matches the dispid that the Object would like to specify
as its identification proeprty (Name, ID, etc).
</summary>
</member>
<member name="M:System.Windows.Forms.ComponentModel.Com2Interop.ComNativeDescriptor.GetAttributes(System.Object)">
<summary>
Got attributes?
</summary>
</member>
<member name="M:System.Windows.Forms.ComponentModel.Com2Interop.ComNativeDescriptor.GetDefaultProperty(System.Object)">
<summary>
Default Property, please
</summary>
</member>
<member name="M:System.Windows.Forms.ComponentModel.Com2Interop.ComNativeDescriptor.GetProperties(System.Object,System.Attribute[])">
<summary>
Props!
</summary>
</member>
<member name="M:System.Windows.Forms.ComponentModel.Com2Interop.ComNativeDescriptor.ResolveVariantTypeConverterAndTypeEditor(System.Object,System.ComponentModel.TypeConverter@,System.Type,System.Object@)">
<summary>
Looks at at value's type and creates an editor based on that. We use this to decide which editor to use
for a generic variant.
</summary>
</member>
<member name="M:System.Windows.Forms.ComponentModel.Com2Interop.GuidCAMarshaler.GetItemFromAddress(System.IntPtr)">
<summary>
Override this member to perform marshalling of a single item
given it's native address.
</summary>
<param name="addr">
The address of the item to marshal.
</param>
<returns>
The marshaled item at the given address
</returns>
</member>
<member name="P:System.Windows.Forms.ComponentModel.Com2Interop.GuidCAMarshaler.ItemType">
<summary>
Returns the type of item this marshaler will
return in the items array. In this case, the type is Guid.
</summary>
<returns>
The type of object in the Items array
</returns>
</member>
<member name="M:System.Windows.Forms.ComponentModel.Com2Interop.Int32CAMarshaler.GetItemFromAddress(System.IntPtr)">
<summary>
Override this member to perform marshalling of a single item
given it's native address.
</summary>
<param name="addr">
The address of the item to marshal.
</param>
<returns>
The marshaled item at the given address
</returns>
</member>
<member name="P:System.Windows.Forms.ComponentModel.Com2Interop.Int32CAMarshaler.ItemType">
<summary>
Returns the type of item this marshaler will
return in the items array. In this case, the type is int.
</summary>
<returns>
The type of object in the Items array
</returns>
</member>
<member name="M:System.Windows.Forms.ComponentModel.Com2Interop.OleStrCAMarshaler.GetItemFromAddress(System.IntPtr)">
<summary>
Override this member to perform marshalling of a single item
given it's native address.
</summary>
<param name="addr">
The address of the item to marshal.
</param>
<returns>
The marshaled item at the given address
</returns>
</member>
<member name="P:System.Windows.Forms.ComponentModel.Com2Interop.OleStrCAMarshaler.ItemType">
<summary>
Returns the type of item this marshaler will
return in the items array. In this case, the type is string.
</summary>
<returns>
The type of object in the Items array
</returns>
</member>
</members>
</doc>