Sysreq Win
Sysreq Win
</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>
</member>
<member
name="M:System.Windows.Forms.Design.PropertyTab.GetProperties(System.Object)">
<summary>Gets the properties of the specified component.</summary>
<returns>A <see
cref="T:System.ComponentModel.PropertyDescriptorCollection" /> that contains the
properties of the component.</returns>
<param name="component">The component to retrieve the properties of. </param>
</member>
<member
name="M:System.Windows.Forms.Design.PropertyTab.GetProperties(System.Object,System.
Attribute[])">
<summary>Gets the properties of the specified component that match the
specified attributes.</summary>
<returns>A <see
cref="T:System.ComponentModel.PropertyDescriptorCollection" /> that contains the
properties.</returns>
<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>
</member>
<member name="P:System.Windows.Forms.Design.PropertyTab.HelpKeyword">
<summary>Gets the Help keyword that is to be associated with this
tab.</summary>
<returns>The Help keyword to be associated with this tab.</returns>
</member>
<member name="P:System.Windows.Forms.Design.PropertyTab.TabName">
<summary>Gets the name for the property tab.</summary>
<returns>The name for the property tab.</returns>
</member>
<member name="T:System.Windows.Forms.Design.ToolStripItemDesignerAvailability">
<summary>Specifies controls that are visible in the designer.</summary>
</member>
<member
name="F:System.Windows.Forms.Design.ToolStripItemDesignerAvailability.All">
<summary>Specifies that all controls are visible.</summary>
</member>
<member
name="F:System.Windows.Forms.Design.ToolStripItemDesignerAvailability.ContextMenuSt
rip">
<summary>Specifies that <see
cref="T:System.Windows.Forms.ContextMenuStrip" /> is visible.</summary>
</member>
<member
name="F:System.Windows.Forms.Design.ToolStripItemDesignerAvailability.MenuStrip">
<summary>Specifies that <see cref="T:System.Windows.Forms.MenuStrip" /> is
visible.</summary>
</member>
<member
name="F:System.Windows.Forms.Design.ToolStripItemDesignerAvailability.None">
<summary>Specifies that no controls are visible.</summary>
</member>
<member
name="F:System.Windows.Forms.Design.ToolStripItemDesignerAvailability.StatusStrip">
<summary>Specifies that <see cref="T:System.Windows.Forms.StatusStrip" /> is
visible.</summary>
</member>
<member
name="F:System.Windows.Forms.Design.ToolStripItemDesignerAvailability.ToolStrip">
<summary>Specifies that <see cref="T:System.Windows.Forms.ToolStrip" /> is
visible.</summary>
</member>
<member
name="T:System.Windows.Forms.Design.ToolStripItemDesignerAvailabilityAttribute">
<summary>Specifies which types a <see
cref="T:System.Windows.Forms.ToolStripItem" /> can appear in. This class cannot be
inherited.</summary>
</member>
<member
name="M:System.Windows.Forms.Design.ToolStripItemDesignerAvailabilityAttribute.#cto
r">
<summary>Initializes a new default instance of the <see
cref="T:System.Windows.Forms.Design.ToolStripItemDesignerAvailabilityAttribute" />
class. </summary>
</member>
<member
name="M:System.Windows.Forms.Design.ToolStripItemDesignerAvailabilityAttribute.#cto
r(System.Windows.Forms.Design.ToolStripItemDesignerAvailability)">
<summary>Initializes a new instance of the <see
cref="T:System.Windows.Forms.Design.ToolStripItemDesignerAvailabilityAttribute" />
class with the specified visibility. </summary>
<param name="visibility">A <see
cref="T:System.Windows.Forms.Design.ToolStripItemDesignerAvailability" /> value
specifying the visibility.</param>
</member>
<member
name="F:System.Windows.Forms.Design.ToolStripItemDesignerAvailabilityAttribute.Defa
ult">
<summary>Specifies the default value of the <see
cref="T:System.Windows.Forms.Design.ToolStripItemDesignerAvailabilityAttribute" />.
This field is read-only.</summary>
</member>
<member
name="M:System.Windows.Forms.Design.ToolStripItemDesignerAvailabilityAttribute.Equa
ls(System.Object)">
<returns>true if <paramref name="obj" /> equals the type and value of this
instance; otherwise, false.</returns>
<param name="obj">An <see cref="T:System.Object" /> to compare with this
instance or null. </param>
</member>
<member
name="M:System.Windows.Forms.Design.ToolStripItemDesignerAvailabilityAttribute.GetH
ashCode">
<returns>A 32-bit signed integer hash code.</returns>
</member>
<member
name="M:System.Windows.Forms.Design.ToolStripItemDesignerAvailabilityAttribute.IsDe
faultAttribute">
<summary>When overriden in a derived class, indicates whether the value of
this instance is the default value for the derived class.</summary>
<returns>true if this instance is the default attribute for the class;
otherwise, false.</returns>
</member>
<member
name="P:System.Windows.Forms.Design.ToolStripItemDesignerAvailabilityAttribute.Item
AdditionVisibility">
<summary>Gets the visibility of a <see
cref="T:System.Windows.Forms.ToolStripItem" />.</summary>
<returns>A <see
cref="T:System.Windows.Forms.Design.ToolStripItemDesignerAvailability" />
representing the visibility.</returns>
</member>
<member name="T:System.Windows.Forms.Design.WindowsFormsComponentEditor">
<summary>Provides a base class for editors that use a modal dialog to display
a properties page similar to an ActiveX control's property page.</summary>
</member>
<member name="M:System.Windows.Forms.Design.WindowsFormsComponentEditor.#ctor">
<summary>Initializes a new instance of the <see
cref="T:System.Windows.Forms.Design.WindowsFormsComponentEditor" /> class.
</summary>
</member>
<member
name="M:System.Windows.Forms.Design.WindowsFormsComponentEditor.EditComponent(Syste
m.ComponentModel.ITypeDescriptorContext,System.Object)">
<summary>Creates an editor window that allows the user to edit the specified
component, using the specified context information.</summary>
<returns>true if the component was changed during editing; otherwise,
false.</returns>
<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>
</member>
<member
name="M:System.Windows.Forms.Design.WindowsFormsComponentEditor.EditComponent(Syste
m.ComponentModel.ITypeDescriptorContext,System.Object,System.Windows.Forms.IWin32Wi
ndow)">
<summary>Creates an editor window that allows the user to edit the specified
component.</summary>
<returns>true if the component was changed during editing; otherwise,
false.</returns>
<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>
</member>
<member
name="M:System.Windows.Forms.Design.WindowsFormsComponentEditor.EditComponent(Syste
m.Object,System.Windows.Forms.IWin32Window)">
<summary>Creates an editor window that allows the user to edit the specified
component, using the specified window that owns the component.</summary>
<returns>true if the component was changed during editing; otherwise,
false.</returns>
<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>
</member>
<member
name="M:System.Windows.Forms.Design.WindowsFormsComponentEditor.GetComponentEditorP
ages">
<summary>Gets the component editor pages associated with the component
editor.</summary>
<returns>An array of component editor pages.</returns>
</member>
<member
name="M:System.Windows.Forms.Design.WindowsFormsComponentEditor.GetInitialComponent
EditorPageIndex">
<summary>Gets the index of the initial component editor page for the
component editor to display.</summary>
<returns>The index of the component editor page that the component editor
will initially display.</returns>
</member>
<member name="T:System.Windows.Forms.Layout.ArrangedElementCollection">
<summary>Represents a collection of objects.</summary>
</member>
<member
name="M:System.Windows.Forms.Layout.ArrangedElementCollection.CopyTo(System.Array,S
ystem.Int32)">
<summary>Copies the entire contents of this collection to a compatible one-
dimensional <see cref="T:System.Array" />, starting at the specified index of the
target array.</summary>
<param name="array">The one-dimensional <see cref="T:System.Array" /> that is
the destination of the elements copied from the current collection. The array must
have zero-based indexing.</param>
<param name="index">The zero-based index in <paramref name="array" /> at
which copying begins.</param>
<exception cref="T:System.ArgumentNullException">
<paramref name="array" /> is null.</exception>
<exception cref="T:System.ArgumentOutOfRangeException">
<paramref name="index" /> is less than 0.</exception>
<exception cref="T:System.ArgumentException">
<paramref name="array" /> is multidimensional.-or-The number of elements in
the source collection is greater than the available space from <paramref
name="index" /> to the end of <paramref name="array" />.</exception>
<exception cref="T:System.InvalidCastException">The type of the source
element cannot be cast automatically to the type of <paramref name="array"
/>.</exception>
</member>
<member name="P:System.Windows.Forms.Layout.ArrangedElementCollection.Count">
<summary>Gets the number of elements in the collection.</summary>
<returns>The number of elements currently contained in the
collection.</returns>
</member>
<member
name="M:System.Windows.Forms.Layout.ArrangedElementCollection.Equals(System.Object)
">
<summary>Determines whether two <see
cref="T:System.Windows.Forms.Layout.ArrangedElementCollection" /> instances are
equal.</summary>
<returns>true if the specified <see
cref="T:System.Windows.Forms.Layout.ArrangedElementCollection" /> is equal to the
current <see cref="T:System.Windows.Forms.Layout.ArrangedElementCollection" />;
otherwise, false.</returns>
<param name="obj">The <see
cref="T:System.Windows.Forms.Layout.ArrangedElementCollection" /> to compare with
the current <see cref="T:System.Windows.Forms.Layout.ArrangedElementCollection"
/>.</param>
</member>
<member
name="M:System.Windows.Forms.Layout.ArrangedElementCollection.GetEnumerator">
<summary>Returns an enumerator for the entire collection.</summary>
<returns>An <see cref="T:System.Collections.IEnumerator" /> for the entire
collection.</returns>
</member>
<member
name="M:System.Windows.Forms.Layout.ArrangedElementCollection.GetHashCode">
<summary>Returns the hash code for this instance.</summary>
<returns>A hash code for the current <see
cref="T:System.Windows.Forms.Layout.ArrangedElementCollection" />.</returns>
</member>
<member
name="P:System.Windows.Forms.Layout.ArrangedElementCollection.IsReadOnly">
<summary>Gets a value indicating whether the collection is
read-only.</summary>
<returns>true if the collection is read-only; otherwise, false. The default
is false.</returns>
</member>
<member
name="P:System.Windows.Forms.Layout.ArrangedElementCollection.System#Collections#IC
ollection#IsSynchronized">
<summary>For a description of this member, see the <see
cref="P:System.Collections.ICollection.IsSynchronized" /> property.</summary>
<returns>true if access to the <see
cref="T:System.Windows.Forms.Layout.ArrangedElementCollection" /> is synchronized
(thread safe); otherwise, false.</returns>
</member>
<member
name="P:System.Windows.Forms.Layout.ArrangedElementCollection.System#Collections#IC
ollection#SyncRoot">
<summary>For a description of this member, see the <see
cref="P:System.Collections.ICollection.SyncRoot" /> property.</summary>
<returns>An object that can be used to synchronize access to the <see
cref="T:System.Windows.Forms.Layout.ArrangedElementCollection" />.</returns>
</member>
<member
name="M:System.Windows.Forms.Layout.ArrangedElementCollection.System#Collections#IL
ist#Add(System.Object)">
<summary>For a description of this member, see the <see
cref="M:System.Collections.IList.Add(System.Object)" /> method.</summary>
<returns>The position into which the new element was inserted.</returns>
<param name="value">The <see cref="T:System.Object" /> to add to the <see
cref="T:System.Collections.IList" />.</param>
</member>
<member
name="M:System.Windows.Forms.Layout.ArrangedElementCollection.System#Collections#IL
ist#Clear">
<summary>For a description of this member, see the <see
cref="M:System.Collections.IList.Clear" /> method.</summary>
</member>
<member
name="M:System.Windows.Forms.Layout.ArrangedElementCollection.System#Collections#IL
ist#Contains(System.Object)">
<summary>For a description of this member, see the <see
cref="M:System.Collections.IList.Contains(System.Object)" /> method.</summary>
<returns>true if the <see cref="T:System.Object" /> is found in the <see
cref="T:System.Collections.IList" />; otherwise, false.</returns>
<param name="value">The <see cref="T:System.Object" /> to locate in the <see
cref="T:System.Collections.IList" />.</param>
</member>
<member
name="M:System.Windows.Forms.Layout.ArrangedElementCollection.System#Collections#IL
ist#IndexOf(System.Object)">
<summary>For a description of this member, see the <see
cref="M:System.Collections.IList.IndexOf(System.Object)" /> method.</summary>
<returns>The index of <paramref name="value" /> if found in the list;
otherwise, -1.</returns>
<param name="value">The <see cref="T:System.Object" /> to locate in the <see
cref="T:System.Collections.IList" />.</param>
</member>
<member
name="M:System.Windows.Forms.Layout.ArrangedElementCollection.System#Collections#IL
ist#Insert(System.Int32,System.Object)">
<summary>For a description of this member, see the <see
cref="M:System.Collections.IList.Insert(System.Int32,System.Object)" />
method.</summary>
<param name="index">The zero-based index at which <paramref name="value" />
should be inserted.</param>
<param name="value">The <see cref="T:System.Object" /> to insert into the
<see cref="T:System.Collections.IList" />.</param>
</member>
<member
name="P:System.Windows.Forms.Layout.ArrangedElementCollection.System#Collections#IL
ist#IsFixedSize">
<summary>For a description of this member, see the <see
cref="P:System.Collections.IList.IsFixedSize" /> property.</summary>
<returns>true if the <see cref="T:System.Collections.IList" /> has a fixed
size; otherwise, false.</returns>
</member>
<member
name="P:System.Windows.Forms.Layout.ArrangedElementCollection.System#Collections#IL
ist#Item(System.Int32)">
<summary>For a description of this member, see the <see
cref="P:System.Collections.IList.Item(System.Int32)" /> property.</summary>
<returns>The element at the specified index.</returns>
<param name="index">The zero-based index of the element to get.</param>
</member>
<member
name="M:System.Windows.Forms.Layout.ArrangedElementCollection.System#Collections#IL
ist#Remove(System.Object)">
<summary>For a description of this member, see the <see
cref="M:System.Collections.IList.Remove(System.Object)" /> method.</summary>
<param name="value">The <see cref="T:System.Object" /> to remove from the
<see cref="T:System.Collections.IList" />.</param>
</member>
<member
name="M:System.Windows.Forms.Layout.ArrangedElementCollection.System#Collections#IL
ist#RemoveAt(System.Int32)">
<summary>For a description of this member, see the <see
cref="M:System.Collections.IList.RemoveAt(System.Int32)" /> method.</summary>
<param name="index">The zero-based index of the item to remove.</param>
</member>
<member name="T:System.Windows.Forms.Layout.LayoutEngine">
<summary>Provides the base class for implementing layout engines.</summary>
</member>
<member name="M:System.Windows.Forms.Layout.LayoutEngine.#ctor">
<summary>Initializes a new instance of the <see
cref="T:System.Windows.Forms.Layout.LayoutEngine" /> class.</summary>
</member>
<member
name="M:System.Windows.Forms.Layout.LayoutEngine.InitLayout(System.Object,System.Wi
ndows.Forms.BoundsSpecified)">
<summary>Initializes the layout engine.</summary>
<param name="child">The container on which the layout engine will
operate.</param>
<param name="specified">The bounds defining the container's size and
position.</param>
<exception cref="T:System.NotSupportedException">
<paramref name="child" /> is not a type on which <see
cref="T:System.Windows.Forms.Layout.LayoutEngine" /> can perform
layout.</exception>
</member>
<member
name="M:System.Windows.Forms.Layout.LayoutEngine.Layout(System.Object,System.Window
s.Forms.LayoutEventArgs)">
<summary>Requests that the layout engine perform a layout
operation.</summary>
<returns>true if layout should be performed again by the parent of <paramref
name="container" />; otherwise, false.</returns>
<param name="container">The container on which the layout engine will
operate.</param>
<param name="layoutEventArgs">An event argument from a <see
cref="E:System.Windows.Forms.Control.Layout" /> event.</param>
<exception cref="T:System.NotSupportedException">
<paramref name="container" /> is not a type on which <see
cref="T:System.Windows.Forms.Layout.LayoutEngine" /> can perform
layout.</exception>
</member>
<member name="T:System.Windows.Forms.Layout.TableLayoutSettingsTypeConverter">
<summary>Provides a unified way of converting types of values to other types,
as well as for accessing standard values and subproperties.</summary>
</member>
<member
name="M:System.Windows.Forms.Layout.TableLayoutSettingsTypeConverter.#ctor">
<summary>Initializes a new instance of the <see
cref="T:System.Windows.Forms.Layout.TableLayoutSettingsTypeConverter" />
class.</summary>
</member>
<member
name="M:System.Windows.Forms.Layout.TableLayoutSettingsTypeConverter.CanConvertFrom
(System.ComponentModel.ITypeDescriptorContext,System.Type)">
<summary>Determines whether this converter can convert an object in the given
source type to the native type of this converter.</summary>
<returns>true if this converter can perform the conversion; otherwise,
false.</returns>
<param name="context">An <see
cref="T:System.ComponentModel.ITypeDescriptorContext" /> that provides a format
context.</param>
<param name="sourceType">A <see cref="T:System.Type" /> that represents the
type you want to convert from.</param>
</member>
<member
name="M:System.Windows.Forms.Layout.TableLayoutSettingsTypeConverter.CanConvertTo(S
ystem.ComponentModel.ITypeDescriptorContext,System.Type)">
<summary>Returns a value indicating whether this converter can convert an
object to the given destination type by using the context.</summary>
<returns>true if this converter can perform the conversion; otherwise,
false.</returns>
<param name="context">An <see
cref="T:System.ComponentModel.ITypeDescriptorContext" /> that provides a format
context.</param>
<param name="destinationType">A <see cref="T:System.Type" /> that represents
the type you want to convert to.</param>
</member>
<member
name="M:System.Windows.Forms.Layout.TableLayoutSettingsTypeConverter.ConvertFrom(Sy
stem.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.
Object)">
<summary>Converts the given object to the type of this converter by using the
specified context and culture information.</summary>
<returns>An <see cref="T:System.Object" /> that represents the converted
value.</returns>
<param name="context">An <see
cref="T:System.ComponentModel.ITypeDescriptorContext" /> that provides a format
context.</param>
<param name="culture">The <see cref="T:System.Globalization.CultureInfo" />
to use as the current culture.</param>
<param name="value">The <see cref="T:System.Object" /> to convert.</param>
</member>
<member
name="M:System.Windows.Forms.Layout.TableLayoutSettingsTypeConverter.ConvertTo(Syst
em.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Ob
ject,System.Type)">
<summary>Converts the given value object to the specified type by using the
specified context and culture information.</summary>
<returns>An <see cref="T:System.Object" /> that represents the converted
value.</returns>
<param name="context">An <see
cref="T:System.ComponentModel.ITypeDescriptorContext" /> that provides a format
context.</param>
<param name="culture">The <see cref="T:System.Globalization.CultureInfo" />
to use as the current culture.</param>
<param name="value">The <see cref="T:System.Object" /> to convert.</param>
<param name="destinationType">The <see cref="T:System.Type" /> to convert the
value parameter to.</param>
<exception cref="T:System.ArgumentNullException">
<paramref name="destinationType" /> is null.</exception>
</member>
<member name="T:System.Windows.Forms.PropertyGridInternal.IRootGridEntry">
<summary>Defines methods and a property that allow filtering on specific
attributes.</summary>
</member>
<member
name="P:System.Windows.Forms.PropertyGridInternal.IRootGridEntry.BrowsableAttribute
s">
<summary>Gets or sets the attributes on which the property browser
filters.</summary>
<returns>The attributes on which the property browser filters.</returns>
</member>
<member
name="M:System.Windows.Forms.PropertyGridInternal.IRootGridEntry.ResetBrowsableAttr
ibutes">
<summary>Resets the <see
cref="P:System.Windows.Forms.PropertyGridInternal.IRootGridEntry.BrowsableAttribute
s" /> property to the default value.</summary>
</member>
<member
name="M:System.Windows.Forms.PropertyGridInternal.IRootGridEntry.ShowCategories(Sys
tem.Boolean)">
<summary>Sorts the properties in the property browser.</summary>
<param name="showCategories">true to group the properties by category;
otherwise, false.</param>
</member>
<member name="T:System.Windows.Forms.PropertyGridInternal.PropertiesTab">
<summary>Represents the Properties tab on a <see
cref="T:System.Windows.Forms.PropertyGrid" /> control.</summary>
</member>
<member name="M:System.Windows.Forms.PropertyGridInternal.PropertiesTab.#ctor">
<summary>Initializes a new instance of the <see
cref="T:System.Windows.Forms.PropertyGridInternal.PropertiesTab" />
class.</summary>
</member>
<member
name="M:System.Windows.Forms.PropertyGridInternal.PropertiesTab.GetDefaultProperty(
System.Object)">
<returns>A <see cref="T:System.ComponentModel.PropertyDescriptor" /> that
represents the default property.</returns>
</member>
<member
name="M:System.Windows.Forms.PropertyGridInternal.PropertiesTab.GetProperties(Syste
m.ComponentModel.ITypeDescriptorContext,System.Object,System.Attribute[])">
<returns>A <see
cref="T:System.ComponentModel.PropertyDescriptorCollection" /> that contains the
properties matching the specified context and attributes.</returns>
<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>
</member>
<member
name="M:System.Windows.Forms.PropertyGridInternal.PropertiesTab.GetProperties(Syste
m.Object,System.Attribute[])">
<returns>A <see
cref="T:System.ComponentModel.PropertyDescriptorCollection" /> that contains the
properties.</returns>
<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>
</member>
<member
name="P:System.Windows.Forms.PropertyGridInternal.PropertiesTab.HelpKeyword">
<summary>Gets the Help keyword that is to be associated with this
tab.</summary>
<returns>The string "vs.properties".</returns>
</member>
<member
name="P:System.Windows.Forms.PropertyGridInternal.PropertiesTab.TabName">
<summary>Gets the name of the Properties tab.</summary>
<returns>The string "Properties".</returns>
</member>
<member
name="T:System.Windows.Forms.PropertyGridInternal.PropertyGridCommands">
<summary>Contains a set of menu commands used by the designer in Visual
Studio.</summary>
</member>
<member
name="M:System.Windows.Forms.PropertyGridInternal.PropertyGridCommands.#ctor">
<summary>Initializes a new instance of the <see
cref="T:System.Windows.Forms.PropertyGridInternal.PropertyGridCommands" /> class.
</summary>
</member>
<member
name="F:System.Windows.Forms.PropertyGridInternal.PropertyGridCommands.Commands">
<summary>Represents the command identifier for the Commands menu item.
</summary>
</member>
<member
name="F:System.Windows.Forms.PropertyGridInternal.PropertyGridCommands.Description"
>
<summary>Represents the command identifier for the Description menu
item.</summary>
</member>
<member
name="F:System.Windows.Forms.PropertyGridInternal.PropertyGridCommands.Hide">
<summary>Represents the command identifier for the Hide menu item.</summary>
</member>
<member
name="F:System.Windows.Forms.PropertyGridInternal.PropertyGridCommands.Reset">
<summary>Represents the command identifier for the Reset menu item.</summary>
</member>
<member
name="F:System.Windows.Forms.PropertyGridInternal.PropertyGridCommands.wfcMenuComma
nd">
<summary>Represents the GUID for the internal property browser’s command
set.</summary>
</member>
<member
name="F:System.Windows.Forms.PropertyGridInternal.PropertyGridCommands.wfcMenuGroup
">
<summary>Represents the GUID the internal property browser uses to create a
shortcut menu.</summary>
</member>
<member name="T:System.Windows.Forms.VisualStyles.BackgroundType">
<summary>Specifies the source of a visual style element's
background.</summary>
</member>
<member name="F:System.Windows.Forms.VisualStyles.BackgroundType.BorderFill">
<summary>The background of the element is a rectangle filled with a color or
pattern. </summary>
</member>
<member name="F:System.Windows.Forms.VisualStyles.BackgroundType.ImageFile">
<summary>The background of the element is a bitmap. If this value is set,
then the property corresponding to the <see
cref="F:System.Windows.Forms.VisualStyles.FilenameProperty.ImageFile" /> value will
contain the name of a valid image file.</summary>
</member>
<member name="F:System.Windows.Forms.VisualStyles.BackgroundType.None">
<summary>The element has no background.</summary>
</member>
<member name="T:System.Windows.Forms.VisualStyles.BooleanProperty">
<summary>Identifies the Boolean properties of a visual style
element.</summary>
</member>
<member
name="F:System.Windows.Forms.VisualStyles.BooleanProperty.AlwaysShowSizingBar">
<summary>The sizing handle will always be displayed.</summary>
</member>
<member name="F:System.Windows.Forms.VisualStyles.BooleanProperty.AutoSize">
<summary>The width of nonclient captions varies with the extent of the
text.</summary>
</member>
<member
name="F:System.Windows.Forms.VisualStyles.BooleanProperty.BackgroundFill">
<summary>The background of a fixed-size element is a filled
rectangle.</summary>
</member>
<member name="F:System.Windows.Forms.VisualStyles.BooleanProperty.BorderOnly">
<summary>Only the border of an image is drawn.</summary>
</member>
<member name="F:System.Windows.Forms.VisualStyles.BooleanProperty.Composited">
<summary>The control will handle composite drawing.</summary>
</member>
<member name="F:System.Windows.Forms.VisualStyles.BooleanProperty.GlyphOnly">
<summary>Only the glyph should be drawn, not the background.</summary>
</member>
<member
name="F:System.Windows.Forms.VisualStyles.BooleanProperty.GlyphTransparent">
<summary>The glyph has transparent areas.</summary>
</member>
<member
name="F:System.Windows.Forms.VisualStyles.BooleanProperty.IntegralSizing">
<summary>The scaling factor must be an integer for fixed-size
elements.</summary>
</member>
<member name="F:System.Windows.Forms.VisualStyles.BooleanProperty.MirrorImage">
<summary>The image is mirrored in right-to-left display modes.</summary>
</member>
<member name="F:System.Windows.Forms.VisualStyles.BooleanProperty.SourceGrow">
<summary>The source image will scale larger when needed.</summary>
</member>
<member
name="F:System.Windows.Forms.VisualStyles.BooleanProperty.SourceShrink">
<summary>The source image will scale smaller when needed.</summary>
</member>
<member name="F:System.Windows.Forms.VisualStyles.BooleanProperty.Transparent">
<summary>The image has transparent areas.</summary>
</member>
<member
name="F:System.Windows.Forms.VisualStyles.BooleanProperty.UniformSizing">
<summary>The height and width must be sized equally.</summary>
</member>
<member name="T:System.Windows.Forms.VisualStyles.BorderType">
<summary>Specifies the border type of a visual style element with a filled-
border background.</summary>
</member>
<member name="F:System.Windows.Forms.VisualStyles.BorderType.Ellipse">
<summary>An elliptical border.</summary>
</member>
<member name="F:System.Windows.Forms.VisualStyles.BorderType.Rectangle">
<summary>A rectangular border.</summary>
</member>
<member name="F:System.Windows.Forms.VisualStyles.BorderType.RoundedRectangle">
<summary>A rectangular border with rounded corners.</summary>
</member>
<member name="T:System.Windows.Forms.VisualStyles.CheckBoxState">
<summary>Specifies the visual state of a check box that is drawn with visual
styles.</summary>
</member>
<member
name="F:System.Windows.Forms.VisualStyles.CheckBoxState.CheckedDisabled">
<summary>The check box is checked and disabled.</summary>
</member>
<member name="F:System.Windows.Forms.VisualStyles.CheckBoxState.CheckedHot">
<summary>The check box is checked and hot.</summary>
</member>
<member name="F:System.Windows.Forms.VisualStyles.CheckBoxState.CheckedNormal">
<summary>The check box is checked.</summary>
</member>
<member
name="F:System.Windows.Forms.VisualStyles.CheckBoxState.CheckedPressed">
<summary>The check box is checked and pressed.</summary>
</member>
<member name="F:System.Windows.Forms.VisualStyles.CheckBoxState.MixedDisabled">
<summary>The check box is three-state and disabled.</summary>
</member>
<member name="F:System.Windows.Forms.VisualStyles.CheckBoxState.MixedHot">
<summary>The check box is three-state and hot.</summary>
</member>
<member name="F:System.Windows.Forms.VisualStyles.CheckBoxState.MixedNormal">
<summary>The check box is three-state.</summary>
</member>
<member name="F:System.Windows.Forms.VisualStyles.CheckBoxState.MixedPressed">
<summary>The check box is three-state and pressed.</summary>
</member>
<member
name="F:System.Windows.Forms.VisualStyles.CheckBoxState.UncheckedDisabled">
<summary>The check box is unchecked and disabled.</summary>
</member>
<member name="F:System.Windows.Forms.VisualStyles.CheckBoxState.UncheckedHot">
<summary>The check box is unchecked and hot.</summary>
</member>
<member
name="F:System.Windows.Forms.VisualStyles.CheckBoxState.UncheckedNormal">
<summary>The check box is unchecked.</summary>
</member>
<member
name="F:System.Windows.Forms.VisualStyles.CheckBoxState.UncheckedPressed">
<summary>The check box is unchecked and pressed.</summary>
</member>
<member name="T:System.Windows.Forms.VisualStyles.ColorProperty">
<summary>Identifies the color properties of a visual style element.</summary>
</member>
<member
name="F:System.Windows.Forms.VisualStyles.ColorProperty.AccentColorHint">
<summary>A recommended companion color for the accent color of the visual
style.</summary>
</member>
<member name="F:System.Windows.Forms.VisualStyles.ColorProperty.BorderColor">
<summary>The border color of an element with a filled-border
background.</summary>
</member>
<member
name="F:System.Windows.Forms.VisualStyles.ColorProperty.BorderColorHint">
<summary>A recommended companion color for the border color of the visual
style.</summary>
</member>
<member
name="F:System.Windows.Forms.VisualStyles.ColorProperty.EdgeDarkShadowColor">
<summary>The dark shadow color for edges.</summary>
</member>
<member name="F:System.Windows.Forms.VisualStyles.ColorProperty.EdgeFillColor">
<summary>The fill color for edges.</summary>
</member>
<member
name="F:System.Windows.Forms.VisualStyles.ColorProperty.EdgeHighlightColor">
<summary>The highlight color for edges.</summary>
</member>
<member
name="F:System.Windows.Forms.VisualStyles.ColorProperty.EdgeLightColor">
<summary>The light color for edges.</summary>
</member>
<member
name="F:System.Windows.Forms.VisualStyles.ColorProperty.EdgeShadowColor">
<summary>The shadow color for edges.</summary>
</member>
<member name="F:System.Windows.Forms.VisualStyles.ColorProperty.FillColor">
<summary>The fill color of an element with a filled-border
background.</summary>
</member>
<member name="F:System.Windows.Forms.VisualStyles.ColorProperty.FillColorHint">
<summary>A recommended companion color for the fill color of the visual
style.</summary>
</member>
<member name="F:System.Windows.Forms.VisualStyles.ColorProperty.GlowColor">
<summary>The glow color.</summary>
</member>
<member
name="F:System.Windows.Forms.VisualStyles.ColorProperty.GlyphTextColor">
<summary>The color that a font-based glyph is drawn with.</summary>
</member>
<member
name="F:System.Windows.Forms.VisualStyles.ColorProperty.GlyphTransparentColor">
<summary>The color of pixels in a glyph that are treated as
transparent.</summary>
</member>
<member
name="F:System.Windows.Forms.VisualStyles.ColorProperty.GradientColor1">
<summary>The first color in a gradient.</summary>
</member>
<member
name="F:System.Windows.Forms.VisualStyles.ColorProperty.GradientColor2">
<summary>The second color in a gradient.</summary>
</member>
<member
name="F:System.Windows.Forms.VisualStyles.ColorProperty.GradientColor3">
<summary>The third color in a gradient.</summary>
</member>
<member
name="F:System.Windows.Forms.VisualStyles.ColorProperty.GradientColor4">
<summary>The fourth color in a gradient.</summary>
</member>
<member
name="F:System.Windows.Forms.VisualStyles.ColorProperty.GradientColor5">
<summary>The fifth color in a gradient.</summary>
</member>
<member name="F:System.Windows.Forms.VisualStyles.ColorProperty.ShadowColor">
<summary>The color of the shadow.</summary>
</member>
<member
name="F:System.Windows.Forms.VisualStyles.ColorProperty.TextBorderColor">
<summary>The color of the text border.</summary>
</member>
<member name="F:System.Windows.Forms.VisualStyles.ColorProperty.TextColor">
<summary>The text color.</summary>
</member>
<member
name="F:System.Windows.Forms.VisualStyles.ColorProperty.TextShadowColor">
<summary>The color of the text shadow.</summary>
</member>
<member
name="F:System.Windows.Forms.VisualStyles.ColorProperty.TransparentColor">
<summary>The color of pixels that are treated as transparent.</summary>
</member>
<member name="T:System.Windows.Forms.VisualStyles.ComboBoxState">
<summary>Specifies the visual state of a combo box that is drawn with visual
styles.</summary>
</member>
<member name="F:System.Windows.Forms.VisualStyles.ComboBoxState.Disabled">
<summary>The combo box is disabled.</summary>
</member>
<member name="F:System.Windows.Forms.VisualStyles.ComboBoxState.Hot">
<summary>The combo box is hot.</summary>
</member>
<member name="F:System.Windows.Forms.VisualStyles.ComboBoxState.Normal">
<summary>The combo box has the default appearance.</summary>
</member>
<member name="F:System.Windows.Forms.VisualStyles.ComboBoxState.Pressed">
<summary>The combo box is pressed.</summary>
</member>
<member name="T:System.Windows.Forms.VisualStyles.ContentAlignment">
<summary>Specifies how text is aligned in a window caption.</summary>
</member>
<member name="F:System.Windows.Forms.VisualStyles.ContentAlignment.Center">
<summary>The text is centered.</summary>
</member>
<member name="F:System.Windows.Forms.VisualStyles.ContentAlignment.Left">
<summary>The text is aligned to the left side.</summary>
</member>
<member name="F:System.Windows.Forms.VisualStyles.ContentAlignment.Right">
<summary>The text is aligned to the right side.</summary>
</member>
<member name="T:System.Windows.Forms.VisualStyles.EdgeEffects">
<summary>Specifies the visual effects that can be applied to the edges of a
visual style element.</summary>
</member>
<member name="F:System.Windows.Forms.VisualStyles.EdgeEffects.FillInterior">
<summary>The area within the element borders is filled.</summary>
</member>
<member name="F:System.Windows.Forms.VisualStyles.EdgeEffects.Flat">
<summary>The border is flat.</summary>
</member>
<member name="F:System.Windows.Forms.VisualStyles.EdgeEffects.Mono">
<summary>The border is one-dimensional.</summary>
</member>
<member name="F:System.Windows.Forms.VisualStyles.EdgeEffects.None">
<summary>The border is drawn without any effects.</summary>
</member>
<member name="F:System.Windows.Forms.VisualStyles.EdgeEffects.Soft">
<summary>The border is soft.</summary>
</member>
<member name="T:System.Windows.Forms.VisualStyles.Edges">
<summary>Specifies which edges of a visual style element to draw.</summary>
</member>
<member name="F:System.Windows.Forms.VisualStyles.Edges.Bottom">
<summary>The bottom edge of the element.</summary>
</member>
<member name="F:System.Windows.Forms.VisualStyles.Edges.Diagonal">
<summary>A diagonal border.</summary>
</member>
<member name="F:System.Windows.Forms.VisualStyles.Edges.Left">
<summary>The left edge of the element.</summary>
</member>
<member name="F:System.Windows.Forms.VisualStyles.Edges.Right">
<summary>The right edge of the element.</summary>
</member>
<member name="F:System.Windows.Forms.VisualStyles.Edges.Top">
<summary>The top edge of the element.</summary>
</member>
<member name="T:System.Windows.Forms.VisualStyles.EdgeStyle">
<summary>Specifies the styles that can be applied to the edges of a visual
style element.</summary>
</member>
<member name="F:System.Windows.Forms.VisualStyles.EdgeStyle.Bump">
<summary>The edges are drawn to appear raised on the outside and sunken on
the inside. </summary>
</member>
<member name="F:System.Windows.Forms.VisualStyles.EdgeStyle.Etched">
<summary>The edges are drawn to appear sunken on the outside and raised on
the inside.</summary>
</member>
<member name="F:System.Windows.Forms.VisualStyles.EdgeStyle.Raised">
<summary>The edges are drawn to make the element seem raised.</summary>
</member>
<member name="F:System.Windows.Forms.VisualStyles.EdgeStyle.Sunken">
<summary>The edges are drawn to make the element seem sunken.</summary>
</member>
<member name="T:System.Windows.Forms.VisualStyles.EnumProperty">
<summary>Identifies the enumerated type properties of a visual style
element.</summary>
</member>
<member name="F:System.Windows.Forms.VisualStyles.EnumProperty.BackgroundType">
<summary>One of the <see
cref="T:System.Windows.Forms.VisualStyles.BackgroundType" /> values that specifies
how the element's background is drawn. </summary>
</member>
<member name="F:System.Windows.Forms.VisualStyles.EnumProperty.BorderType">
<summary>One of the <see
cref="T:System.Windows.Forms.VisualStyles.BorderType" /> values that specifies the
border type for elements with a filled-border background.</summary>
</member>
<member
name="F:System.Windows.Forms.VisualStyles.EnumProperty.ContentAlignment">
<summary>One of the <see
cref="T:System.Windows.Forms.VisualStyles.ContentAlignment" /> values that
specifies how text is aligned in a window caption.</summary>
</member>
<member name="F:System.Windows.Forms.VisualStyles.EnumProperty.FillType">
<summary>One of the <see
cref="T:System.Windows.Forms.VisualStyles.FillType" /> values that specifies the
fill type for elements with a filled-border background.</summary>
</member>
<member
name="F:System.Windows.Forms.VisualStyles.EnumProperty.GlyphFontSizingType">
<summary>One of the <see
cref="T:System.Windows.Forms.VisualStyles.GlyphFontSizingType" /> values that
specifies when the visual style selects a different glyph font size.</summary>
</member>
<member name="F:System.Windows.Forms.VisualStyles.EnumProperty.GlyphType">
<summary>One of the <see cref="T:System.Windows.Forms.VisualStyles.GlyphType"
/> values that specifies the type of glyph for elements with a bitmap
background.</summary>
</member>
<member
name="F:System.Windows.Forms.VisualStyles.EnumProperty.HorizontalAlignment">
<summary>One of the <see
cref="T:System.Windows.Forms.VisualStyles.HorizontalAlign" /> values that specifies
the horizontal alignment for elements with a fixed size.</summary>
</member>
<member name="F:System.Windows.Forms.VisualStyles.EnumProperty.IconEffect">
<summary>One of the <see
cref="T:System.Windows.Forms.VisualStyles.IconEffect" /> values that specifies the
effect that the visual style will apply to an icon.</summary>
</member>
<member name="F:System.Windows.Forms.VisualStyles.EnumProperty.ImageLayout">
<summary>One of the <see
cref="T:System.Windows.Forms.VisualStyles.ImageOrientation" /> values that
specifies how multiple images are arranged in a single image file.</summary>
</member>
<member
name="F:System.Windows.Forms.VisualStyles.EnumProperty.ImageSelectType">
<summary>One of the <see
cref="T:System.Windows.Forms.VisualStyles.ImageSelectType" /> values that specifies
when the visual style selects a different multiple-image file to draw an
element.</summary>
</member>
<member name="F:System.Windows.Forms.VisualStyles.EnumProperty.OffsetType">
<summary>One of the <see
cref="T:System.Windows.Forms.VisualStyles.OffsetType" /> values that specifies
where an offset is applied to a window element.</summary>
</member>
<member name="F:System.Windows.Forms.VisualStyles.EnumProperty.SizingType">
<summary>One of the <see
cref="T:System.Windows.Forms.VisualStyles.SizingType" /> values that specifies how
elements with a bitmap background will adjust to fill the bounds.</summary>
</member>
<member name="F:System.Windows.Forms.VisualStyles.EnumProperty.TextShadowType">
<summary>One of the <see
cref="T:System.Windows.Forms.VisualStyles.TextShadowType" /> values that specifies
the type of shadow to add to text.</summary>
</member>
<member
name="F:System.Windows.Forms.VisualStyles.EnumProperty.TrueSizeScalingType">
<summary>One of the <see
cref="T:System.Windows.Forms.VisualStyles.TrueSizeScalingType" /> values that
specifies when the visual style rescales an element with a fixed size. </summary>
</member>
<member
name="F:System.Windows.Forms.VisualStyles.EnumProperty.VerticalAlignment">
<summary>One of the <see
cref="T:System.Windows.Forms.VisualStyles.VerticalAlignment" /> values that
specifies the vertical alignment for elements with a fixed size.</summary>
</member>
<member name="T:System.Windows.Forms.VisualStyles.FilenameProperty">
<summary>Identifies the names of the image files that are used to draw a
visual style element.</summary>
</member>
<member
name="F:System.Windows.Forms.VisualStyles.FilenameProperty.GlyphImageFile">
<summary>The name of the glyph image file.</summary>
</member>
<member name="F:System.Windows.Forms.VisualStyles.FilenameProperty.ImageFile">
<summary>The name of the background image file.</summary>
</member>
<member name="F:System.Windows.Forms.VisualStyles.FilenameProperty.ImageFile1">
<summary>The name of the first multiple-image file.</summary>
</member>
<member name="F:System.Windows.Forms.VisualStyles.FilenameProperty.ImageFile2">
<summary>The name of the second multiple-image file.</summary>
</member>
<member name="F:System.Windows.Forms.VisualStyles.FilenameProperty.ImageFile3">
<summary>The name of the third multiple-image file.</summary>
</member>
<member name="F:System.Windows.Forms.VisualStyles.FilenameProperty.ImageFile4">
<summary>The name of the fourth multiple-image file.</summary>
</member>
<member name="F:System.Windows.Forms.VisualStyles.FilenameProperty.ImageFile5">
<summary>The name of the fifth multiple-image file.</summary>
</member>
<member
name="F:System.Windows.Forms.VisualStyles.FilenameProperty.StockImageFile">
<summary>The name of the stock image file.</summary>
</member>
<member name="T:System.Windows.Forms.VisualStyles.FillType">
<summary>Specifies the interior of visual style elements with a filled border
background.</summary>
</member>
<member name="F:System.Windows.Forms.VisualStyles.FillType.HorizontalGradient">
<summary>The interior of the element is a horizontal gradient. </summary>
</member>
<member name="F:System.Windows.Forms.VisualStyles.FillType.RadialGradient">
<summary>The interior of the element is a radial gradient.</summary>
</member>
<member name="F:System.Windows.Forms.VisualStyles.FillType.Solid">
<summary>The interior of the element is solid.</summary>
</member>
<member name="F:System.Windows.Forms.VisualStyles.FillType.TileImage">
<summary>The interior of the element is a tiled image.</summary>
</member>
<member name="F:System.Windows.Forms.VisualStyles.FillType.VerticalGradient">
<summary>The interior of the element is a vertical gradient.</summary>
</member>
<member name="T:System.Windows.Forms.VisualStyles.FontProperty">
<summary>Identifies the font properties of a visual style element.</summary>
</member>
<member name="F:System.Windows.Forms.VisualStyles.FontProperty.GlyphFont">
<summary>The font that a glyph is drawn with.</summary>
</member>
<member name="T:System.Windows.Forms.VisualStyles.GlyphFontSizingType">
<summary>Specifies when the visual style selects a different glyph font
size.</summary>
</member>
<member name="F:System.Windows.Forms.VisualStyles.GlyphFontSizingType.Dpi">
<summary>Glyph font size changes are based on dots per inch (DPI)
settings.</summary>
</member>
<member name="F:System.Windows.Forms.VisualStyles.GlyphFontSizingType.None">
<summary>Glyph font sizes do not change.</summary>
</member>
<member name="F:System.Windows.Forms.VisualStyles.GlyphFontSizingType.Size">
<summary>Glyph font size changes are based on font size settings.</summary>
</member>
<member name="T:System.Windows.Forms.VisualStyles.GlyphType">
<summary>Specifies the type of glyph for elements with a bitmap
background.</summary>
</member>
<member name="F:System.Windows.Forms.VisualStyles.GlyphType.FontGlyph">
<summary>The glyph is a font.</summary>
</member>
<member name="F:System.Windows.Forms.VisualStyles.GlyphType.ImageGlyph">
<summary>The glyph is a bitmap.</summary>
</member>
<member name="F:System.Windows.Forms.VisualStyles.GlyphType.None">
<summary>The element does not include a glyph.</summary>
</member>
<member name="T:System.Windows.Forms.VisualStyles.GroupBoxState">
<summary>Specifies the visual state of a group box that is drawn with visual
styles.</summary>
</member>
<member name="F:System.Windows.Forms.VisualStyles.GroupBoxState.Disabled">
<summary>The group box is disabled.</summary>
</member>
<member name="F:System.Windows.Forms.VisualStyles.GroupBoxState.Normal">
<summary>The group box has the default appearance.</summary>
</member>
<member name="T:System.Windows.Forms.VisualStyles.HitTestCode">
<summary>Describes the location of a point in the background specified by a
visual style.</summary>
</member>
<member name="F:System.Windows.Forms.VisualStyles.HitTestCode.Bottom">
<summary>The hit test succeeded in the bottom border segment.</summary>
</member>
<member name="F:System.Windows.Forms.VisualStyles.HitTestCode.BottomLeft">
<summary>The hit test succeeded in the bottom and left border
intersection.</summary>
</member>
<member name="F:System.Windows.Forms.VisualStyles.HitTestCode.BottomRight">
<summary>The hit test succeeded in the bottom and right border
intersection.</summary>
</member>
<member name="F:System.Windows.Forms.VisualStyles.HitTestCode.Client">
<summary>The hit test succeeded in the middle background segment.</summary>
</member>
<member name="F:System.Windows.Forms.VisualStyles.HitTestCode.Left">
<summary>The hit test succeeded in the left border segment.</summary>
</member>
<member name="F:System.Windows.Forms.VisualStyles.HitTestCode.Nowhere">
<summary>The hit test succeeded outside the control or on a transparent
area.</summary>
</member>
<member name="F:System.Windows.Forms.VisualStyles.HitTestCode.Right">
<summary>The hit test succeeded in the right border segment.</summary>
</member>
<member name="F:System.Windows.Forms.VisualStyles.HitTestCode.Top">
<summary>The hit test succeeded in the top border segment.</summary>
</member>
<member name="F:System.Windows.Forms.VisualStyles.HitTestCode.TopLeft">
<summary>The hit test succeeded in the top and left border
intersection.</summary>
</member>
<member name="F:System.Windows.Forms.VisualStyles.HitTestCode.TopRight">
<summary>The hit test succeeded in the top and right border
intersection.</summary>
</member>
<member name="T:System.Windows.Forms.VisualStyles.HitTestOptions">
<summary>Specifies the options that can be used when performing a hit test on
the background specified by a visual style.</summary>
</member>
<member
name="F:System.Windows.Forms.VisualStyles.HitTestOptions.BackgroundSegment">
<summary>The hit test option for the background segment.</summary>
</member>
<member name="F:System.Windows.Forms.VisualStyles.HitTestOptions.Caption">
<summary>The hit test option for the caption.</summary>
</member>
<member name="F:System.Windows.Forms.VisualStyles.HitTestOptions.FixedBorder">
<summary>The hit test option for the fixed border.</summary>
</member>
<member
name="F:System.Windows.Forms.VisualStyles.HitTestOptions.ResizingBorder">
<summary>The hit test option for the resizing border.</summary>
</member>
<member
name="F:System.Windows.Forms.VisualStyles.HitTestOptions.ResizingBorderBottom">
<summary>The hit test option for the bottom resizing border.</summary>
</member>
<member
name="F:System.Windows.Forms.VisualStyles.HitTestOptions.ResizingBorderLeft">
<summary>The hit test option for the left resizing border.</summary>
</member>
<member
name="F:System.Windows.Forms.VisualStyles.HitTestOptions.ResizingBorderRight">
<summary>The hit test option for the right resizing border.</summary>
</member>
<member
name="F:System.Windows.Forms.VisualStyles.HitTestOptions.ResizingBorderTop">
<summary>The hit test option for the top resizing border.</summary>
</member>
<member
name="F:System.Windows.Forms.VisualStyles.HitTestOptions.SizingTemplate">
<summary>The resizing border is specified as a template, not just window
edges. This option is mutually exclusive with <see
cref="F:System.Windows.Forms.VisualStyles.HitTestOptions.SystemSizingMargins" />;
<see cref="F:System.Windows.Forms.VisualStyles.HitTestOptions.SizingTemplate" />
takes precedence.</summary>
</member>
<member
name="F:System.Windows.Forms.VisualStyles.HitTestOptions.SystemSizingMargins">
<summary>The system resizing border width is used instead of visual style
content margins. This option is mutually exclusive with <see
cref="F:System.Windows.Forms.VisualStyles.HitTestOptions.SizingTemplate" />; <see
cref="F:System.Windows.Forms.VisualStyles.HitTestOptions.SizingTemplate" /> takes
precedence.</summary>
</member>
<member name="T:System.Windows.Forms.VisualStyles.HorizontalAlign">
<summary>Specifies the horizontal alignment for visual style elements with a
fixed size.</summary>
</member>
<member name="F:System.Windows.Forms.VisualStyles.HorizontalAlign.Center">
<summary>The element is centered horizontally.</summary>
</member>
<member name="F:System.Windows.Forms.VisualStyles.HorizontalAlign.Left">
<summary>The element is aligned to the left side.</summary>
</member>
<member name="F:System.Windows.Forms.VisualStyles.HorizontalAlign.Right">
<summary>The element is aligned to the right side.</summary>
</member>
<member name="T:System.Windows.Forms.VisualStyles.IconEffect">
<summary>Specifies the visual effect that the visual style will apply to an
icon.</summary>
</member>
<member name="F:System.Windows.Forms.VisualStyles.IconEffect.Alpha">
<summary>The icon is alpha-blended.</summary>
</member>
<member name="F:System.Windows.Forms.VisualStyles.IconEffect.Glow">
<summary>The icon glows.</summary>
</member>
<member name="F:System.Windows.Forms.VisualStyles.IconEffect.None">
<summary>No visual effect is applied to the icon.</summary>
</member>
<member name="F:System.Windows.Forms.VisualStyles.IconEffect.Pulse">
<summary>The icon pulses.</summary>
</member>
<member name="F:System.Windows.Forms.VisualStyles.IconEffect.Shadow">
<summary>The icon has a shadow.</summary>
</member>
<member name="T:System.Windows.Forms.VisualStyles.ImageOrientation">
<summary>Specifies how multiple images are arranged in a single image
file.</summary>
</member>
<member name="F:System.Windows.Forms.VisualStyles.ImageOrientation.Horizontal">
<summary>Images are arranged horizontally in the multiple-image
file.</summary>
</member>
<member name="F:System.Windows.Forms.VisualStyles.ImageOrientation.Vertical">
<summary>Images are arranged vertically in the multiple-image file.</summary>
</member>
<member name="T:System.Windows.Forms.VisualStyles.ImageSelectType">
<summary>Specifies when the visual style selects a different multiple-image
file to draw an element.</summary>
</member>
<member name="F:System.Windows.Forms.VisualStyles.ImageSelectType.Dpi">
<summary>Image file changes are based on dots per inch (DPI)
settings.</summary>
</member>
<member name="F:System.Windows.Forms.VisualStyles.ImageSelectType.None">
<summary>The image file does not change.</summary>
</member>
<member name="F:System.Windows.Forms.VisualStyles.ImageSelectType.Size">
<summary>Image file changes are based on size settings.</summary>
</member>
<member name="T:System.Windows.Forms.VisualStyles.IntegerProperty">
<summary>Identifies the integer properties of a visual style
element.</summary>
</member>
<member name="F:System.Windows.Forms.VisualStyles.IntegerProperty.AlphaLevel">
<summary>The alpha value for an icon, between 0 and 255.</summary>
</member>
<member
name="F:System.Windows.Forms.VisualStyles.IntegerProperty.AlphaThreshold">
<summary>The minimum alpha value of a solid pixel, between 0 and
255.</summary>
</member>
<member name="F:System.Windows.Forms.VisualStyles.IntegerProperty.BorderSize">
<summary>The size of the border line for elements with a filled-border
background.</summary>
</member>
<member name="F:System.Windows.Forms.VisualStyles.IntegerProperty.GlyphIndex">
<summary>The index into the font for font-based glyphs.</summary>
</member>
<member
name="F:System.Windows.Forms.VisualStyles.IntegerProperty.GradientRatio1">
<summary>The amount of <see
cref="F:System.Windows.Forms.VisualStyles.ColorProperty.GradientColor1" /> to use
in a color gradient. The sum of the five GradientRatio properties must equal
255.</summary>
</member>
<member
name="F:System.Windows.Forms.VisualStyles.IntegerProperty.GradientRatio2">
<summary>The amount of <see
cref="F:System.Windows.Forms.VisualStyles.ColorProperty.GradientColor2" /> to use
in a color gradient. The sum of the five GradientRatio properties must equal
255.</summary>
</member>
<member
name="F:System.Windows.Forms.VisualStyles.IntegerProperty.GradientRatio3">
<summary>The amount of <see
cref="F:System.Windows.Forms.VisualStyles.ColorProperty.GradientColor3" /> to use
in a color gradient. The sum of the five GradientRatio properties must equal
255.</summary>
</member>
<member
name="F:System.Windows.Forms.VisualStyles.IntegerProperty.GradientRatio4">
<summary>The amount of <see
cref="F:System.Windows.Forms.VisualStyles.ColorProperty.GradientColor4" /> to use
in a color gradient. The sum of the five GradientRatio properties must equal
255.</summary>
</member>
<member
name="F:System.Windows.Forms.VisualStyles.IntegerProperty.GradientRatio5">
<summary>The amount of <see
cref="F:System.Windows.Forms.VisualStyles.ColorProperty.GradientColor5" /> to use
in a color gradient. The sum of the five GradientRatio properties must equal
255.</summary>
</member>
<member name="F:System.Windows.Forms.VisualStyles.IntegerProperty.Height">
<summary>The height of an element. </summary>
</member>
<member name="F:System.Windows.Forms.VisualStyles.IntegerProperty.ImageCount">
<summary>The number of state images in multiple-image file.</summary>
</member>
<member name="F:System.Windows.Forms.VisualStyles.IntegerProperty.MinDpi1">
<summary>The minimum dots per inch (DPI) that <see
cref="F:System.Windows.Forms.VisualStyles.FilenameProperty.ImageFile1" /> was
designed for.</summary>
</member>
<member name="F:System.Windows.Forms.VisualStyles.IntegerProperty.MinDpi2">
<summary>The minimum DPI that <see
cref="F:System.Windows.Forms.VisualStyles.FilenameProperty.ImageFile2" /> was
designed for.</summary>
</member>
<member name="F:System.Windows.Forms.VisualStyles.IntegerProperty.MinDpi3">
<summary>The minimum DPI that <see
cref="F:System.Windows.Forms.VisualStyles.FilenameProperty.ImageFile3" /> was
designed for.</summary>
</member>
<member name="F:System.Windows.Forms.VisualStyles.IntegerProperty.MinDpi4">
<summary>The minimum DPI that <see
cref="F:System.Windows.Forms.VisualStyles.FilenameProperty.ImageFile4" /> was
designed for.</summary>
</member>
<member name="F:System.Windows.Forms.VisualStyles.IntegerProperty.MinDpi5">
<summary>The minimum DPI that <see
cref="F:System.Windows.Forms.VisualStyles.FilenameProperty.ImageFile5" /> was
designed for.</summary>
</member>
<member
name="F:System.Windows.Forms.VisualStyles.IntegerProperty.ProgressChunkSize">
<summary>The size of progress bar elements.</summary>
</member>
<member
name="F:System.Windows.Forms.VisualStyles.IntegerProperty.ProgressSpaceSize">
<summary>The size of spaces between progress bar elements.</summary>
</member>
<member
name="F:System.Windows.Forms.VisualStyles.IntegerProperty.RoundCornerHeight">
<summary>A percentage value that represents the height of a rounded corner,
from 0 to 100.</summary>
</member>
<member
name="F:System.Windows.Forms.VisualStyles.IntegerProperty.RoundCornerWidth">
<summary>A percentage value that represents the width of a rounded corner,
from 0 to 100.</summary>
</member>
<member name="F:System.Windows.Forms.VisualStyles.IntegerProperty.Saturation">
<summary>The amount of saturation for an image, between 0 and 255.</summary>
</member>
<member
name="F:System.Windows.Forms.VisualStyles.IntegerProperty.TextBorderSize">
<summary>The size of the border around text characters.</summary>
</member>
<member
name="F:System.Windows.Forms.VisualStyles.IntegerProperty.TrueSizeStretchMark">
<summary>A percentage value indicating how far a fixed-size element will
stretch when the target exceeds the source. </summary>
</member>
<member name="F:System.Windows.Forms.VisualStyles.IntegerProperty.Width">
<summary>The width of an element.</summary>
</member>
<member name="T:System.Windows.Forms.VisualStyles.MarginProperty">
<summary>Identifies the margin properties of a visual style
element.</summary>
</member>
<member
name="F:System.Windows.Forms.VisualStyles.MarginProperty.CaptionMargins">
<summary>Specifies where caption text can be placed.</summary>
</member>
<member
name="F:System.Windows.Forms.VisualStyles.MarginProperty.ContentMargins">
<summary>Specifies where content can be placed.</summary>
</member>
<member
name="F:System.Windows.Forms.VisualStyles.MarginProperty.SizingMargins">
<summary>Specifies a margin used for nine-grid sizing.</summary>
</member>
<member name="T:System.Windows.Forms.VisualStyles.OffsetType">
<summary>Specifies where an offset is applied to a window element.</summary>
</member>
<member name="F:System.Windows.Forms.VisualStyles.OffsetType.AboveLastButton">
<summary>The offset is applied from above the last button.</summary>
</member>
<member name="F:System.Windows.Forms.VisualStyles.OffsetType.BelowLastButton">
<summary>The offset is applied from below the last button.</summary>
</member>
<member name="F:System.Windows.Forms.VisualStyles.OffsetType.BottomLeft">
<summary>The offset is applied from the bottom left of the element.</summary>
</member>
<member name="F:System.Windows.Forms.VisualStyles.OffsetType.BottomMiddle">
<summary>The offset is applied from the bottom middle of the
element.</summary>
</member>
<member name="F:System.Windows.Forms.VisualStyles.OffsetType.BottomRight">
<summary>The offset is applied from the bottom right of the
element.</summary>
</member>
<member name="F:System.Windows.Forms.VisualStyles.OffsetType.LeftOfCaption">
<summary>The offset is applied from the left of the caption.</summary>
</member>
<member name="F:System.Windows.Forms.VisualStyles.OffsetType.LeftOfLastButton">
<summary>The offset is applied from the left of the last button.</summary>
</member>
<member name="F:System.Windows.Forms.VisualStyles.OffsetType.MiddleLeft">
<summary>The offset is applied from the middle left of the element.</summary>
</member>
<member name="F:System.Windows.Forms.VisualStyles.OffsetType.MiddleRight">
<summary>The offset is applied from the middle right of the
element.</summary>
</member>
<member name="F:System.Windows.Forms.VisualStyles.OffsetType.RightOfCaption">
<summary>The offset is applied from the right of the caption.</summary>
</member>
<member
name="F:System.Windows.Forms.VisualStyles.OffsetType.RightOfLastButton">
<summary>The offset is applied from the right of the last button.</summary>
</member>
<member name="F:System.Windows.Forms.VisualStyles.OffsetType.TopLeft">
<summary>The offset is applied from the top left of the element.</summary>
</member>
<member name="F:System.Windows.Forms.VisualStyles.OffsetType.TopMiddle">
<summary>The offset is applied from the top middle of the element.</summary>
</member>
<member name="F:System.Windows.Forms.VisualStyles.OffsetType.TopRight">
<summary>The offset is applied from the top right of the element.</summary>
</member>
<member name="T:System.Windows.Forms.VisualStyles.PointProperty">
<summary>Identifies the point properties of a visual style element.</summary>
</member>
<member name="F:System.Windows.Forms.VisualStyles.PointProperty.MinSize">
<summary>The smallest bounds that the image specified by the <see
cref="F:System.Windows.Forms.VisualStyles.FilenameProperty.ImageFile" /> value was
designed for.</summary>
</member>
<member name="F:System.Windows.Forms.VisualStyles.PointProperty.MinSize1">
<summary>The smallest bounds that the image specified by the <see
cref="F:System.Windows.Forms.VisualStyles.FilenameProperty.ImageFile1" /> value was
designed for.</summary>
</member>
<member name="F:System.Windows.Forms.VisualStyles.PointProperty.MinSize2">
<summary>The smallest bounds that the image specified by the <see
cref="F:System.Windows.Forms.VisualStyles.FilenameProperty.ImageFile2" /> value was
designed for.</summary>
</member>
<member name="F:System.Windows.Forms.VisualStyles.PointProperty.MinSize3">
<summary>The smallest bounds that the image specified by the <see
cref="F:System.Windows.Forms.VisualStyles.FilenameProperty.ImageFile3" /> value was
designed for.</summary>
</member>
<member name="F:System.Windows.Forms.VisualStyles.PointProperty.MinSize4">
<summary>The smallest bounds that the image specified by the <see
cref="F:System.Windows.Forms.VisualStyles.FilenameProperty.ImageFile4" /> value was
designed for.</summary>
</member>
<member name="F:System.Windows.Forms.VisualStyles.PointProperty.MinSize5">
<summary>The smallest bounds that the image specified by the <see
cref="F:System.Windows.Forms.VisualStyles.FilenameProperty.ImageFile5" /> value was
designed for.</summary>
</member>
<member name="F:System.Windows.Forms.VisualStyles.PointProperty.Offset">
<summary>The offset for window element layouts.</summary>
</member>
<member
name="F:System.Windows.Forms.VisualStyles.PointProperty.TextShadowOffset">
<summary>The location of character shadows, relative to origin
characters.</summary>
</member>
<member name="T:System.Windows.Forms.VisualStyles.PushButtonState">
<summary>Specifies the visual state of a button that is drawn with visual
styles.</summary>
</member>
<member name="F:System.Windows.Forms.VisualStyles.PushButtonState.Default">
<summary>The button has the default appearance.</summary>
</member>
<member name="F:System.Windows.Forms.VisualStyles.PushButtonState.Disabled">
<summary>The button is disabled.</summary>
</member>
<member name="F:System.Windows.Forms.VisualStyles.PushButtonState.Hot">
<summary>The button is hot.</summary>
</member>
<member name="F:System.Windows.Forms.VisualStyles.PushButtonState.Normal">
<summary>The button has the normal appearance.</summary>
</member>
<member name="F:System.Windows.Forms.VisualStyles.PushButtonState.Pressed">
<summary>The button is pressed.</summary>
</member>
<member name="T:System.Windows.Forms.VisualStyles.RadioButtonState">
<summary>Specifies the visual state of an option button (also known as a
radio button) that is drawn with visual styles.</summary>
</member>
<member
name="F:System.Windows.Forms.VisualStyles.RadioButtonState.CheckedDisabled">
<summary>The option button is checked and disabled.</summary>
</member>
<member name="F:System.Windows.Forms.VisualStyles.RadioButtonState.CheckedHot">
<summary>The option button is checked and hot.</summary>
</member>
<member
name="F:System.Windows.Forms.VisualStyles.RadioButtonState.CheckedNormal">
<summary>The option button is checked and normal.</summary>
</member>
<member
name="F:System.Windows.Forms.VisualStyles.RadioButtonState.CheckedPressed">
<summary>The option button is checked and pressed.</summary>
</member>
<member
name="F:System.Windows.Forms.VisualStyles.RadioButtonState.UncheckedDisabled">
<summary>The option button is unchecked and disabled.</summary>
</member>
<member
name="F:System.Windows.Forms.VisualStyles.RadioButtonState.UncheckedHot">
<summary>The option button is unchecked and hot.</summary>
</member>
<member
name="F:System.Windows.Forms.VisualStyles.RadioButtonState.UncheckedNormal">
<summary>The option button is unchecked and normal.</summary>
</member>
<member
name="F:System.Windows.Forms.VisualStyles.RadioButtonState.UncheckedPressed">
<summary>The option button is unchecked and pressed.</summary>
</member>
<member name="T:System.Windows.Forms.VisualStyles.ScrollBarArrowButtonState">
<summary>Specifies the visual state of a scroll arrow that is drawn with
visual styles.</summary>
</member>
<member
name="F:System.Windows.Forms.VisualStyles.ScrollBarArrowButtonState.DownDisabled">
<summary>The scroll arrow points down and is disabled.</summary>
</member>
<member
name="F:System.Windows.Forms.VisualStyles.ScrollBarArrowButtonState.DownHot">
<summary>The scroll arrow points down and is hot.</summary>
</member>
<member
name="F:System.Windows.Forms.VisualStyles.ScrollBarArrowButtonState.DownNormal">
<summary>The scroll arrow points down and is normal.</summary>
</member>
<member
name="F:System.Windows.Forms.VisualStyles.ScrollBarArrowButtonState.DownPressed">
<summary>The scroll arrow points down and is pressed.</summary>
</member>
<member
name="F:System.Windows.Forms.VisualStyles.ScrollBarArrowButtonState.LeftDisabled">
<summary>The scroll arrow points left and is disabled.</summary>
</member>
<member
name="F:System.Windows.Forms.VisualStyles.ScrollBarArrowButtonState.LeftHot">
<summary>The scroll arrow points left and is hot.</summary>
</member>
<member
name="F:System.Windows.Forms.VisualStyles.ScrollBarArrowButtonState.LeftNormal">
<summary>The scroll arrow points left and is normal.</summary>
</member>
<member
name="F:System.Windows.Forms.VisualStyles.ScrollBarArrowButtonState.LeftPressed">
<summary>The scroll arrow points left and is pressed.</summary>
</member>
<member
name="F:System.Windows.Forms.VisualStyles.ScrollBarArrowButtonState.RightDisabled">
<summary>The scroll arrow points right and is disabled.</summary>
</member>
<member
name="F:System.Windows.Forms.VisualStyles.ScrollBarArrowButtonState.RightHot">
<summary>The scroll arrow points right and is hot.</summary>
</member>
<member
name="F:System.Windows.Forms.VisualStyles.ScrollBarArrowButtonState.RightNormal">
<summary>The scroll arrow points right and is normal.</summary>
</member>
<member
name="F:System.Windows.Forms.VisualStyles.ScrollBarArrowButtonState.RightPressed">
<summary>The scroll arrow points right and is pressed.</summary>
</member>
<member
name="F:System.Windows.Forms.VisualStyles.ScrollBarArrowButtonState.UpDisabled">
<summary>The scroll arrow points up and is disabled.</summary>
</member>
<member
name="F:System.Windows.Forms.VisualStyles.ScrollBarArrowButtonState.UpHot">
<summary>The scroll arrow points up and is hot.</summary>
</member>
<member
name="F:System.Windows.Forms.VisualStyles.ScrollBarArrowButtonState.UpNormal">
<summary>The scroll arrow points up and is normal.</summary>
</member>
<member
name="F:System.Windows.Forms.VisualStyles.ScrollBarArrowButtonState.UpPressed">
<summary>The scroll arrow points up and is pressed.</summary>
</member>
<member name="T:System.Windows.Forms.VisualStyles.ScrollBarSizeBoxState">
<summary>Specifies the visual state of a scroll bar sizing handle that is
drawn with visual styles.</summary>
</member>
<member
name="F:System.Windows.Forms.VisualStyles.ScrollBarSizeBoxState.LeftAlign">
<summary>The sizing handle is aligned to the left.</summary>
</member>
<member
name="F:System.Windows.Forms.VisualStyles.ScrollBarSizeBoxState.RightAlign">
<summary>The sizing handle is aligned to the right.</summary>
</member>
<member name="T:System.Windows.Forms.VisualStyles.ScrollBarState">
<summary>Specifies the visual state of a scroll bar that is drawn with visual
styles.</summary>
</member>
<member name="F:System.Windows.Forms.VisualStyles.ScrollBarState.Disabled">
<summary>The scroll bar element is disabled.</summary>
</member>
<member name="F:System.Windows.Forms.VisualStyles.ScrollBarState.Hot">
<summary>The scroll bar element is hot.</summary>
</member>
<member name="F:System.Windows.Forms.VisualStyles.ScrollBarState.Normal">
<summary>The scroll bar element is normal.</summary>
</member>
<member name="F:System.Windows.Forms.VisualStyles.ScrollBarState.Pressed">
<summary>The scroll bar element is pressed.</summary>
</member>
<member name="T:System.Windows.Forms.VisualStyles.SizingType">
<summary>Specifies how elements with a bitmap background will adjust to fill
a bounds.</summary>
</member>
<member name="F:System.Windows.Forms.VisualStyles.SizingType.FixedSize">
<summary>The element cannot be resized.</summary>
</member>
<member name="F:System.Windows.Forms.VisualStyles.SizingType.Stretch">
<summary>The background image stretches to fill the bounds.</summary>
</member>
<member name="F:System.Windows.Forms.VisualStyles.SizingType.Tile">
<summary>The background image repeats the pattern to fill the
bounds.</summary>
</member>
<member name="T:System.Windows.Forms.VisualStyles.StringProperty">
<summary>Identifies the string properties of a visual style
element.</summary>
</member>
<member name="F:System.Windows.Forms.VisualStyles.StringProperty.Text">
<summary>The text that will be displayed with the element.</summary>
</member>
<member name="T:System.Windows.Forms.VisualStyles.TabItemState">
<summary>Specifies the visual state of a tab item that is drawn with visual
styles.</summary>
</member>
<member name="F:System.Windows.Forms.VisualStyles.TabItemState.Disabled">
<summary>The tab item is disabled.</summary>
</member>
<member name="F:System.Windows.Forms.VisualStyles.TabItemState.Hot">
<summary>The tab item is hot.</summary>
</member>
<member name="F:System.Windows.Forms.VisualStyles.TabItemState.Normal">
<summary>The tab item is normal.</summary>
</member>
<member name="F:System.Windows.Forms.VisualStyles.TabItemState.Selected">
<summary>The tab item is selected.</summary>
</member>
<member name="T:System.Windows.Forms.VisualStyles.TextBoxState">
<summary>Specifies the visual state of a text box that is drawn with visual
styles.</summary>
</member>
<member name="F:System.Windows.Forms.VisualStyles.TextBoxState.Assist">
<summary>The text box appears in assist mode.</summary>
</member>
<member name="F:System.Windows.Forms.VisualStyles.TextBoxState.Disabled">
<summary>The text box appears disabled.</summary>
</member>
<member name="F:System.Windows.Forms.VisualStyles.TextBoxState.Hot">
<summary>The text box appears hot.</summary>
</member>
<member name="F:System.Windows.Forms.VisualStyles.TextBoxState.Normal">
<summary>The text box appears normal.</summary>
</member>
<member name="F:System.Windows.Forms.VisualStyles.TextBoxState.Readonly">
<summary>The text box appears read-only.</summary>
</member>
<member name="F:System.Windows.Forms.VisualStyles.TextBoxState.Selected">
<summary>The text box appears selected.</summary>
</member>
<member name="T:System.Windows.Forms.VisualStyles.TextMetrics">
<summary>Provides basic information about the font specified by a visual
style for a particular element.</summary>
</member>
<member name="P:System.Windows.Forms.VisualStyles.TextMetrics.Ascent">
<summary>Gets or sets the ascent of characters in the font.</summary>
<returns>The ascent of characters in the font.</returns>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.TextMetrics.AverageCharWidth">
<summary>Gets or sets the average width of characters in the font.</summary>
<returns>The average width of characters in the font.</returns>
</member>
<member name="P:System.Windows.Forms.VisualStyles.TextMetrics.BreakChar">
<summary>Gets or sets the character used to define word breaks for text
justification.</summary>
<returns>The character used to define word breaks for text
justification.</returns>
</member>
<member name="P:System.Windows.Forms.VisualStyles.TextMetrics.CharSet">
<summary>Gets or sets the character set of the font.</summary>
<returns>One of the <see
cref="T:System.Windows.Forms.VisualStyles.TextMetricsCharacterSet" /> values that
specifies the character set of the font.</returns>
</member>
<member name="P:System.Windows.Forms.VisualStyles.TextMetrics.DefaultChar">
<summary>Gets or sets the character to be substituted for characters not in
the font.</summary>
<returns>The character to be substituted for characters not in the
font.</returns>
</member>
<member name="P:System.Windows.Forms.VisualStyles.TextMetrics.Descent">
<summary>Gets or sets the descent of characters in the font.</summary>
<returns>The descent of characters in the font.</returns>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.TextMetrics.DigitizedAspectX">
<summary>Gets or sets the horizontal aspect of the device for which the font
was designed.</summary>
<returns>The horizontal aspect of the device for which the font was
designed.</returns>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.TextMetrics.DigitizedAspectY">
<summary>Gets or sets the vertical aspect of the device for which the font
was designed.</summary>
<returns>The vertical aspect of the device for which the font was
designed.</returns>
</member>
<member name="P:System.Windows.Forms.VisualStyles.TextMetrics.ExternalLeading">
<summary>Gets or sets the amount of extra leading that the application adds
between rows.</summary>
<returns>The amount of extra leading (space) required between rows.
</returns>
</member>
<member name="P:System.Windows.Forms.VisualStyles.TextMetrics.FirstChar">
<summary>Gets or sets the first character defined in the font.</summary>
<returns>The first character defined in the font.</returns>
</member>
<member name="P:System.Windows.Forms.VisualStyles.TextMetrics.Height">
<summary>Gets or sets the height of characters in the font.</summary>
<returns>The height of characters in the font.</returns>
</member>
<member name="P:System.Windows.Forms.VisualStyles.TextMetrics.InternalLeading">
<summary>Gets or sets the amount of leading inside the bounds set by the <see
cref="P:System.Windows.Forms.VisualStyles.TextMetrics.Height" /> property.
</summary>
<returns>The amount of leading inside the bounds set by the <see
cref="P:System.Windows.Forms.VisualStyles.TextMetrics.Height" />
property.</returns>
</member>
<member name="P:System.Windows.Forms.VisualStyles.TextMetrics.Italic">
<summary>Gets or sets a value indicating whether the font is
italic.</summary>
<returns>true if the font is italic; otherwise, false.</returns>
</member>
<member name="P:System.Windows.Forms.VisualStyles.TextMetrics.LastChar">
<summary>Gets or sets the last character defined in the font.</summary>
<returns>The last character defined in the font.</returns>
</member>
<member name="P:System.Windows.Forms.VisualStyles.TextMetrics.MaxCharWidth">
<summary>Gets or sets the width of the widest character in the
font.</summary>
<returns>The width of the widest character in the font.</returns>
</member>
<member name="P:System.Windows.Forms.VisualStyles.TextMetrics.Overhang">
<summary>Gets or sets the extra width per string that may be added to some
synthesized fonts.</summary>
<returns>The extra width per string that may be added to some synthesized
fonts.</returns>
</member>
<member name="P:System.Windows.Forms.VisualStyles.TextMetrics.PitchAndFamily">
<summary>Gets or sets information about the pitch, technology, and family of
a physical font.</summary>
<returns>A bitwise combination of the <see
cref="T:System.Windows.Forms.VisualStyles.TextMetricsPitchAndFamilyValues" />
values that specifies the pitch, technology, and family of a physical
font.</returns>
</member>
<member name="P:System.Windows.Forms.VisualStyles.TextMetrics.StruckOut">
<summary>Gets or sets a value indicating whether the font specifies a
horizontal line through the characters.</summary>
<returns>true if the font has a horizontal line through the characters;
otherwise, false.</returns>
</member>
<member name="P:System.Windows.Forms.VisualStyles.TextMetrics.Underlined">
<summary>Gets or sets a value indicating whether the font is
underlined.</summary>
<returns>true if the font is underlined; otherwise, false.</returns>
</member>
<member name="P:System.Windows.Forms.VisualStyles.TextMetrics.Weight">
<summary>Gets or sets the weight of the font.</summary>
<returns>The weight of the font.</returns>
</member>
<member name="T:System.Windows.Forms.VisualStyles.TextMetricsCharacterSet">
<summary>Specifies the character set of the font specified by a visual style
for a particular element.</summary>
</member>
<member
name="F:System.Windows.Forms.VisualStyles.TextMetricsCharacterSet.Ansi">
<summary>The ANSI character set.</summary>
</member>
<member
name="F:System.Windows.Forms.VisualStyles.TextMetricsCharacterSet.Arabic">
<summary>The Arabic character set.</summary>
</member>
<member
name="F:System.Windows.Forms.VisualStyles.TextMetricsCharacterSet.Baltic">
<summary>The Baltic character set.</summary>
</member>
<member
name="F:System.Windows.Forms.VisualStyles.TextMetricsCharacterSet.ChineseBig5">
<summary>The Traditional Chinese character set.</summary>
</member>
<member
name="F:System.Windows.Forms.VisualStyles.TextMetricsCharacterSet.Default">
<summary>The default character set.</summary>
</member>
<member
name="F:System.Windows.Forms.VisualStyles.TextMetricsCharacterSet.EastEurope">
<summary>The Eastern Europe character set.</summary>
</member>
<member
name="F:System.Windows.Forms.VisualStyles.TextMetricsCharacterSet.Gb2312">
<summary>The Gb2312 simplified Chinese character set.</summary>
</member>
<member
name="F:System.Windows.Forms.VisualStyles.TextMetricsCharacterSet.Greek">
<summary>The Greek character set.</summary>
</member>
<member
name="F:System.Windows.Forms.VisualStyles.TextMetricsCharacterSet.Hangul">
<summary>The Hangul (Korean) character set.</summary>
</member>
<member
name="F:System.Windows.Forms.VisualStyles.TextMetricsCharacterSet.Hebrew">
<summary>The Hebrew character set.</summary>
</member>
<member
name="F:System.Windows.Forms.VisualStyles.TextMetricsCharacterSet.Johab">
<summary>The Johab (Korean) character set.</summary>
</member>
<member name="F:System.Windows.Forms.VisualStyles.TextMetricsCharacterSet.Mac">
<summary>The Macintosh character set.</summary>
</member>
<member name="F:System.Windows.Forms.VisualStyles.TextMetricsCharacterSet.Oem">
<summary>The OEM character set.</summary>
</member>
<member
name="F:System.Windows.Forms.VisualStyles.TextMetricsCharacterSet.Russian">
<summary>The Russian character set.</summary>
</member>
<member
name="F:System.Windows.Forms.VisualStyles.TextMetricsCharacterSet.ShiftJis">
<summary>The ShiftJis (Japanese) character set.</summary>
</member>
<member
name="F:System.Windows.Forms.VisualStyles.TextMetricsCharacterSet.Symbol">
<summary>The Symbol character set.</summary>
</member>
<member
name="F:System.Windows.Forms.VisualStyles.TextMetricsCharacterSet.Thai">
<summary>The Thai character set.</summary>
</member>
<member
name="F:System.Windows.Forms.VisualStyles.TextMetricsCharacterSet.Turkish">
<summary>The Turkish character set.</summary>
</member>
<member
name="F:System.Windows.Forms.VisualStyles.TextMetricsCharacterSet.Vietnamese">
<summary>The Vietnamese character set.</summary>
</member>
<member
name="T:System.Windows.Forms.VisualStyles.TextMetricsPitchAndFamilyValues">
<summary>Specifies information about the pitch, technology, and family of the
font specified by a visual style for a particular element.</summary>
</member>
<member
name="F:System.Windows.Forms.VisualStyles.TextMetricsPitchAndFamilyValues.Device">
<summary>The font is a device font.</summary>
</member>
<member
name="F:System.Windows.Forms.VisualStyles.TextMetricsPitchAndFamilyValues.FixedPitc
h">
<summary>If this value is set, the font is a variable pitch font. Otherwise,
the font is a fixed-pitch font. </summary>
</member>
<member
name="F:System.Windows.Forms.VisualStyles.TextMetricsPitchAndFamilyValues.TrueType"
>
<summary>The font is a TrueType font.</summary>
</member>
<member
name="F:System.Windows.Forms.VisualStyles.TextMetricsPitchAndFamilyValues.Vector">
<summary>The font is a vector font.</summary>
</member>
<member name="T:System.Windows.Forms.VisualStyles.TextShadowType">
<summary>Specifies the type of shadow to add to text.</summary>
</member>
<member name="F:System.Windows.Forms.VisualStyles.TextShadowType.Continuous">
<summary>A continuous shadow is drawn.</summary>
</member>
<member name="F:System.Windows.Forms.VisualStyles.TextShadowType.None">
<summary>No shadow is drawn.</summary>
</member>
<member name="F:System.Windows.Forms.VisualStyles.TextShadowType.Single">
<summary>A single shadow is drawn.</summary>
</member>
<member name="T:System.Windows.Forms.VisualStyles.ThemeSizeType">
<summary>Specifies the size of the visual style part to retrieve.</summary>
</member>
<member name="F:System.Windows.Forms.VisualStyles.ThemeSizeType.Draw">
<summary>The size that the current visual style uses to draw the
part.</summary>
</member>
<member name="F:System.Windows.Forms.VisualStyles.ThemeSizeType.Minimum">
<summary>The minimum size of the visual style part.</summary>
</member>
<member name="F:System.Windows.Forms.VisualStyles.ThemeSizeType.True">
<summary>The size of the visual style part that will best fit the available
space.</summary>
</member>
<member name="T:System.Windows.Forms.VisualStyles.ToolBarState">
<summary>Specifies the visual state of a toolbar item that is drawn with
visual styles.</summary>
</member>
<member name="F:System.Windows.Forms.VisualStyles.ToolBarState.Checked">
<summary>The item is in the checked state.</summary>
</member>
<member name="F:System.Windows.Forms.VisualStyles.ToolBarState.Disabled">
<summary>The item is in the disabled state.</summary>
</member>
<member name="F:System.Windows.Forms.VisualStyles.ToolBarState.Hot">
<summary>The item is in the hot state.</summary>
</member>
<member name="F:System.Windows.Forms.VisualStyles.ToolBarState.HotChecked">
<summary>The item is in the hot and checked states.</summary>
</member>
<member name="F:System.Windows.Forms.VisualStyles.ToolBarState.Normal">
<summary>The item is in the normal state.</summary>
</member>
<member name="F:System.Windows.Forms.VisualStyles.ToolBarState.Pressed">
<summary>The item is in the pressed state.</summary>
</member>
<member name="T:System.Windows.Forms.VisualStyles.TrackBarThumbState">
<summary>Specifies the visual state of a track bar slider (also known as a
thumb) that is drawn with visual styles.</summary>
</member>
<member name="F:System.Windows.Forms.VisualStyles.TrackBarThumbState.Disabled">
<summary>The slider appears disabled.</summary>
</member>
<member name="F:System.Windows.Forms.VisualStyles.TrackBarThumbState.Hot">
<summary>The slider appears hot.</summary>
</member>
<member name="F:System.Windows.Forms.VisualStyles.TrackBarThumbState.Normal">
<summary>The slider appears normal.</summary>
</member>
<member name="F:System.Windows.Forms.VisualStyles.TrackBarThumbState.Pressed">
<summary>The slider appears pressed.</summary>
</member>
<member name="T:System.Windows.Forms.VisualStyles.TrueSizeScalingType">
<summary>Specifies the scaling type of a visual style element with a fixed
size.</summary>
</member>
<member name="F:System.Windows.Forms.VisualStyles.TrueSizeScalingType.Dpi">
<summary>The element is scaled to dots per inch (DPI) settings.</summary>
</member>
<member name="F:System.Windows.Forms.VisualStyles.TrueSizeScalingType.None">
<summary>No scaling type is specified for the element.</summary>
</member>
<member name="F:System.Windows.Forms.VisualStyles.TrueSizeScalingType.Size">
<summary>The element is scaled to size settings.</summary>
</member>
<member name="T:System.Windows.Forms.VisualStyles.VerticalAlignment">
<summary>Specifies the vertical alignment for visual style elements with a
fixed size.</summary>
</member>
<member name="F:System.Windows.Forms.VisualStyles.VerticalAlignment.Bottom">
<summary>The element is aligned to the bottom.</summary>
</member>
<member name="F:System.Windows.Forms.VisualStyles.VerticalAlignment.Center">
<summary>The element is centered vertically.</summary>
</member>
<member name="F:System.Windows.Forms.VisualStyles.VerticalAlignment.Top">
<summary>The element is aligned to the top.</summary>
</member>
<member name="T:System.Windows.Forms.VisualStyles.VisualStyleElement">
<summary>Identifies a control or user interface (UI) element that is drawn
with visual styles.</summary>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.ClassName">
<summary>Gets the class name of the visual style element that this <see
cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement" />
represents.</summary>
<returns>A string that represents the class name of a visual style
element.</returns>
</member>
<member
name="M:System.Windows.Forms.VisualStyles.VisualStyleElement.CreateElement(System.S
tring,System.Int32,System.Int32)">
<summary>Creates a new visual style element from the specified class, part,
and state values.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> with the <see
cref="P:System.Windows.Forms.VisualStyles.VisualStyleElement.ClassName" />, <see
cref="P:System.Windows.Forms.VisualStyles.VisualStyleElement.Part" />, and <see
cref="P:System.Windows.Forms.VisualStyles.VisualStyleElement.State" /> properties
initialized to the <paramref name="className" />, <paramref name="part" />, and
<paramref name="state" /> parameters.</returns>
<param name="className">A string that represents the class name of the visual
style element to be created.</param>
<param name="part">A value that represents the part of the visual style
element to be created.</param>
<param name="state">A value that represents the state of the visual style
element to be created.</param>
</member>
<member name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.Part">
<summary>Gets a value indicating the part of the visual style element that
this <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement" />
represents.</summary>
<returns>A value that represents the part of a visual style
element.</returns>
</member>
<member name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.State">
<summary>Gets a value indicating the state of the visual style element that
this <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement" />
represents.</summary>
<returns>A value that represents the state of a visual style
element.</returns>
</member>
<member name="T:System.Windows.Forms.VisualStyles.VisualStyleElement.Button">
<summary>Contains classes that provide <see
cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement" /> objects for
button-related controls. This class cannot be inherited. </summary>
</member>
<member
name="T:System.Windows.Forms.VisualStyles.VisualStyleElement.Button.CheckBox">
<summary>Provides <see
cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement" /> objects for the
different states of the check box control. This class cannot be inherited.
</summary>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.Button.CheckBox.Checke
dDisabled">
<summary>Gets a visual style element that represents a disabled check box in
the checked state.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents a disabled check box in the checked state.</returns>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.Button.CheckBox.Checke
dHot">
<summary>Gets a visual style element that represents a hot check box in the
checked state.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents a hot check box in the checked state.</returns>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.Button.CheckBox.Checke
dNormal">
<summary>Gets a visual style element that represents a normal check box in
the checked state.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents a normal check box in the checked state.</returns>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.Button.CheckBox.Checke
dPressed">
<summary>Gets a visual style element that represents a pressed check box in
the checked state.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents a pressed check box in the checked state.</returns>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.Button.CheckBox.MixedD
isabled">
<summary>Gets a visual style element that represents a disabled check box in
the indeterminate state.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents a disabled check box in the indeterminate state.</returns>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.Button.CheckBox.MixedH
ot">
<summary>Gets a visual style element that represents a hot check box in the
indeterminate state.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents a hot check box in the indeterminate state.</returns>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.Button.CheckBox.MixedN
ormal">
<summary>Gets a visual style element that represents a normal check box in
the indeterminate state.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents a normal check box in the indeterminate state.</returns>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.Button.CheckBox.MixedP
ressed">
<summary>Gets a visual style element that represents a pressed check box in
the indeterminate state.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents a pressed check box in the indeterminate state.</returns>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.Button.CheckBox.Unchec
kedDisabled">
<summary>Gets a visual style element that represents a disabled check box in
the unchecked state.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents a disabled check box in the unchecked state.</returns>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.Button.CheckBox.Unchec
kedHot">
<summary>Gets a visual style element that represents a hot check box in the
unchecked state.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents a hot check box in the unchecked state.</returns>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.Button.CheckBox.Unchec
kedNormal">
<summary>Gets a visual style element that represents a normal check box in
the unchecked state.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents a normal check box in the unchecked state.</returns>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.Button.CheckBox.Unchec
kedPressed">
<summary>Gets a visual style element that represents a pressed check box in
the unchecked state.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents a pressed check box in the unchecked state. </returns>
</member>
<member
name="T:System.Windows.Forms.VisualStyles.VisualStyleElement.Button.GroupBox">
<summary>Provides <see
cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement" /> objects for the
different states of the group box control. This class cannot be inherited.
</summary>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.Button.GroupBox.Disabl
ed">
<summary>Gets a visual style element that represents a disabled group
box.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents a disabled group box.</returns>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.Button.GroupBox.Normal
">
<summary>Gets a visual style element that represents a normal group
box.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents a normal group box.</returns>
</member>
<member
name="T:System.Windows.Forms.VisualStyles.VisualStyleElement.Button.PushButton">
<summary>Provides <see
cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement" /> objects for the
different states of the button control. This class cannot be inherited. </summary>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.Button.PushButton.Defa
ult">
<summary>Gets a visual style element that represents a default
button.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents a default button.</returns>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.Button.PushButton.Disa
bled">
<summary>Gets a visual style element that represents a disabled
button.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents a disabled button.</returns>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.Button.PushButton.Hot"
>
<summary>Gets a visual style element that represents a hot button.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents a hot button. </returns>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.Button.PushButton.Norm
al">
<summary>Gets a visual style element that represents a normal
button.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents a normal button.</returns>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.Button.PushButton.Pres
sed">
<summary>Gets a visual style element that represents a pressed
button.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents a pressed button.</returns>
</member>
<member
name="T:System.Windows.Forms.VisualStyles.VisualStyleElement.Button.RadioButton">
<summary>Provides <see
cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement" /> objects for the
different states of the radio button control. This class cannot be inherited.
</summary>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.Button.RadioButton.Che
ckedDisabled">
<summary>Gets a visual style element that represents a disabled radio button
in the checked state.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents a disabled radio button in the checked state.</returns>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.Button.RadioButton.Che
ckedHot">
<summary>Gets a visual style element that represents a hot radio button in
the checked state.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents a hot radio button in the checked state.</returns>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.Button.RadioButton.Che
ckedNormal">
<summary>Gets a visual style element that represents a normal radio button in
the checked state.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents a normal radio button in the checked state.</returns>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.Button.RadioButton.Che
ckedPressed">
<summary>Gets a visual style element that represents a pressed radio button
in the checked state.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents a pressed radio button in the checked state.</returns>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.Button.RadioButton.Unc
heckedDisabled">
<summary>Gets a visual style element that represents a disabled radio button
in the unchecked state.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents a disabled radio button in the unchecked state.</returns>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.Button.RadioButton.Unc
heckedHot">
<summary>Gets a visual style element that represents a hot radio button in
the unchecked state.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents a hot radio button in the unchecked state.</returns>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.Button.RadioButton.Unc
heckedNormal">
<summary>Gets a visual style element that represents a normal radio button in
the unchecked state.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents a normal radio button in the unchecked state.</returns>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.Button.RadioButton.Unc
heckedPressed">
<summary>Gets a visual style element that represents a pressed radio button
in the unchecked state.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents a pressed radio button in the unchecked state. </returns>
</member>
<member
name="T:System.Windows.Forms.VisualStyles.VisualStyleElement.Button.UserButton">
<summary>Provides a <see
cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement" /> for a user button.
This class cannot be inherited.</summary>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.Button.UserButton.Norm
al">
<summary>Gets a visual style element that represents a user button.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents a user button. </returns>
</member>
<member name="T:System.Windows.Forms.VisualStyles.VisualStyleElement.ComboBox">
<summary>Contains a class that provides <see
cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement" /> objects for the
drop-down arrow of the combo box control. This class cannot be inherited.</summary>
</member>
<member
name="T:System.Windows.Forms.VisualStyles.VisualStyleElement.ComboBox.DropDownButto
n">
<summary>Provides <see
cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement" /> objects for the
different states of the drop-down arrow of the combo box control. This class cannot
be inherited. </summary>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.ComboBox.DropDownButto
n.Disabled">
<summary>Gets a visual style element that represents a drop-down arrow in the
disabled state.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents a drop-down arrow in the disabled state.</returns>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.ComboBox.DropDownButto
n.Hot">
<summary>Gets a visual style element that represents a drop-down arrow in the
hot state.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents a drop-down arrow in the hot state.</returns>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.ComboBox.DropDownButto
n.Normal">
<summary>Gets a visual style element that represents a drop-down arrow in the
normal state.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents a drop-down arrow in the normal state. </returns>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.ComboBox.DropDownButto
n.Pressed">
<summary>Gets a visual style element that represents a drop-down arrow in the
pressed state.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents a drop-down arrow in the pressed state.</returns>
</member>
<member
name="T:System.Windows.Forms.VisualStyles.VisualStyleElement.ExplorerBar">
<summary>Contains classes that provide <see
cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement" /> objects for each
part of the Explorer Bar. This class cannot be inherited.</summary>
</member>
<member
name="T:System.Windows.Forms.VisualStyles.VisualStyleElement.ExplorerBar.HeaderBack
ground">
<summary>Provides a <see
cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement" /> for the background
of the Explorer Bar. This class cannot be inherited. </summary>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.ExplorerBar.HeaderBack
ground.Normal">
<summary>Gets a visual style element that represents the background of the
Explorer Bar.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents the background of the Explorer Bar. </returns>
</member>
<member
name="T:System.Windows.Forms.VisualStyles.VisualStyleElement.ExplorerBar.HeaderClos
e">
<summary>Provides <see
cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement" /> objects for each
state of the Close button of the Explorer Bar. This class cannot be
inherited.</summary>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.ExplorerBar.HeaderClos
e.Hot">
<summary>Gets a visual style element that represents a Close button in the
hot state.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents a Close button in the hot state.</returns>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.ExplorerBar.HeaderClos
e.Normal">
<summary>Gets a visual style element that represents a Close button in the
normal state.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents a Close button in the normal state.</returns>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.ExplorerBar.HeaderClos
e.Pressed">
<summary>Gets a visual style element that represents a Close button in the
pressed state.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents a Close button in the pressed state. </returns>
</member>
<member
name="T:System.Windows.Forms.VisualStyles.VisualStyleElement.ExplorerBar.HeaderPin"
>
<summary>Provides <see
cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement" /> objects for each
state of the Auto Hide button (which is displayed as a push pin) of the Explorer
Bar. This class cannot be inherited.</summary>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.ExplorerBar.HeaderPin.
Hot">
<summary>Gets a visual style element that represents an Auto Hide button
(which is displayed as a push pin) in the hot state.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents an Auto Hide button in the hot state.</returns>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.ExplorerBar.HeaderPin.
Normal">
<summary>Gets a visual style element that represents an Auto Hide button
(which is displayed as a push pin) in the normal state.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents an Auto Hide button in the normal state.</returns>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.ExplorerBar.HeaderPin.
Pressed">
<summary>Gets a visual style element that represents an Auto Hide button
(which is displayed as a push pin) in the pressed state.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents an Auto Hide button in the pressed state.</returns>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.ExplorerBar.HeaderPin.
SelectedHot">
<summary>Gets a visual style element that represents a selected Auto Hide
button (which is displayed as a push pin) in the hot state.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents a selected Auto Hide button in the hot state.</returns>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.ExplorerBar.HeaderPin.
SelectedNormal">
<summary>Gets a visual style element that represents a selected Auto Hide
button (which is displayed as a push pin) in the normal state.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents a selected Auto Hide button in the normal state.</returns>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.ExplorerBar.HeaderPin.
SelectedPressed">
<summary>Gets a visual style element that represents a selected Auto Hide
button (which is displayed as a push pin) in the pressed state.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents a selected Auto Hide button in the pressed state.</returns>
</member>
<member
name="T:System.Windows.Forms.VisualStyles.VisualStyleElement.ExplorerBar.IEBarMenu"
>
<summary>Provides <see
cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement" /> objects for each
state of the expanded-menu arrow of the Explorer Bar. This class cannot be
inherited.</summary>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.ExplorerBar.IEBarMenu.
Hot">
<summary>Gets a visual style element that represents a hot menu
button.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents a hot menu button.</returns>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.ExplorerBar.IEBarMenu.
Normal">
<summary>Gets a visual style element that represents a normal menu
button.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents a normal menu button.</returns>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.ExplorerBar.IEBarMenu.
Pressed">
<summary>Gets a visual style element that represents a pressed menu
button.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents a pressed menu button. </returns>
</member>
<member
name="T:System.Windows.Forms.VisualStyles.VisualStyleElement.ExplorerBar.NormalGrou
pBackground">
<summary>Provides a <see
cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement" /> for the background
of a common group of items in the Explorer Bar. This class cannot be
inherited.</summary>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.ExplorerBar.NormalGrou
pBackground.Normal">
<summary>Gets a visual style element that represents the background of a
common group of items in the Explorer Bar.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents the background of a common group of items in the Explorer Bar.
</returns>
</member>
<member
name="T:System.Windows.Forms.VisualStyles.VisualStyleElement.ExplorerBar.NormalGrou
pCollapse">
<summary>Provides <see
cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement" /> objects for each
state of the collapse button of a common group of items in the Explorer Bar. This
class cannot be inherited.</summary>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.ExplorerBar.NormalGrou
pCollapse.Hot">
<summary>Gets a visual style element that represents a hot collapse button of
a common group of items in the Explorer Bar.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents a hot collapse button.</returns>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.ExplorerBar.NormalGrou
pCollapse.Normal">
<summary>Gets a visual style element that represents a normal collapse button
of a common group of items in the Explorer Bar.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents a normal collapse button.</returns>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.ExplorerBar.NormalGrou
pCollapse.Pressed">
<summary>Gets a visual style element that represents a pressed collapse
button of a common group of items in the Explorer Bar.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents a pressed collapse button.</returns>
</member>
<member
name="T:System.Windows.Forms.VisualStyles.VisualStyleElement.ExplorerBar.NormalGrou
pExpand">
<summary>Provides <see
cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement" /> objects for each
state of the expand button of a common group of items in the Explorer Bar. This
class cannot be inherited.</summary>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.ExplorerBar.NormalGrou
pExpand.Hot">
<summary>Gets a visual style element that represents a hot expand button of a
common group of items in the Explorer Bar.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents a hot expand button.</returns>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.ExplorerBar.NormalGrou
pExpand.Normal">
<summary>Gets a visual style element that represents a normal expand button
of a common group of items in the Explorer Bar.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents a normal expand button.</returns>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.ExplorerBar.NormalGrou
pExpand.Pressed">
<summary>Gets a visual style element that represents a pressed expand button
of a common group of items in the Explorer Bar.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents a pressed expand button. </returns>
</member>
<member
name="T:System.Windows.Forms.VisualStyles.VisualStyleElement.ExplorerBar.NormalGrou
pHead">
<summary>Provides a <see
cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement" /> for the title bar
of a common group of items in the Explorer Bar. This class cannot be
inherited.</summary>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.ExplorerBar.NormalGrou
pHead.Normal">
<summary>Gets a visual style element that represents the title bar of a
common group of items in the Explorer Bar.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents the title bar of a common group of items in the Explorer Bar.
</returns>
</member>
<member
name="T:System.Windows.Forms.VisualStyles.VisualStyleElement.ExplorerBar.SpecialGro
upBackground">
<summary>Provides a <see
cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement" /> for the background
of a special group of items in the Explorer Bar. This class cannot be
inherited.</summary>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.ExplorerBar.SpecialGro
upBackground.Normal">
<summary>Gets a visual style element that represents the background of a
special group of items in the Explorer Bar.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents the background of a special group of items in the Explorer Bar.
</returns>
</member>
<member
name="T:System.Windows.Forms.VisualStyles.VisualStyleElement.ExplorerBar.SpecialGro
upCollapse">
<summary>Provides <see
cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement" /> objects for each
state of the collapse button of a special group of items in the Explorer Bar. This
class cannot be inherited.</summary>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.ExplorerBar.SpecialGro
upCollapse.Hot">
<summary>Gets a visual style element that represents a hot collapse button of
a special group of items in the Explorer Bar.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents a hot collapse button.</returns>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.ExplorerBar.SpecialGro
upCollapse.Normal">
<summary>Gets a visual style element that represents a normal collapse button
of a special group of items in the Explorer Bar.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents a normal collapse button.</returns>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.ExplorerBar.SpecialGro
upCollapse.Pressed">
<summary>Gets a visual style element that represents a pressed collapse
button of a special group of items in the Explorer Bar. </summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents a pressed collapse button.</returns>
</member>
<member
name="T:System.Windows.Forms.VisualStyles.VisualStyleElement.ExplorerBar.SpecialGro
upExpand">
<summary>Provides <see
cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement" /> objects for each
state of the expand button of a special group of items in the Explorer Bar. This
class cannot be inherited.</summary>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.ExplorerBar.SpecialGro
upExpand.Hot">
<summary>Gets a visual style element that represents a hot expand button of a
special group of items in the Explorer Bar.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents a hot expand button.</returns>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.ExplorerBar.SpecialGro
upExpand.Normal">
<summary>Gets a visual style element that represents a normal expand button
of a special group of items in the Explorer Bar.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents a normal expand button.</returns>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.ExplorerBar.SpecialGro
upExpand.Pressed">
<summary>Gets a visual style element that represents a pressed expand button
of a special group of items in the Explorer Bar.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents a pressed expand button. </returns>
</member>
<member
name="T:System.Windows.Forms.VisualStyles.VisualStyleElement.ExplorerBar.SpecialGro
upHead">
<summary>Provides a <see
cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement" /> for the title bar
of a special group of items in the Explorer Bar. This class cannot be
inherited.</summary>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.ExplorerBar.SpecialGro
upHead.Normal">
<summary>Gets a visual style element that represents the title bar of a
special group of items in the Explorer Bar.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents the title bar of a special group of items in the Explorer Bar.
</returns>
</member>
<member name="T:System.Windows.Forms.VisualStyles.VisualStyleElement.Header">
<summary>Contains classes that provide <see
cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement" /> objects for each
part of the header control. This class cannot be inherited.</summary>
</member>
<member
name="T:System.Windows.Forms.VisualStyles.VisualStyleElement.Header.Item">
<summary>Provides <see
cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement" /> objects for each
state of an item of the header control. This class cannot be inherited. </summary>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.Header.Item.Hot">
<summary>Gets a visual style element that represents a hot header
item.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents a hot header item.</returns>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.Header.Item.Normal">
<summary>Gets a visual style element that represents a normal header
item.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents a normal header item.</returns>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.Header.Item.Pressed">
<summary>Gets a visual style element that represents a pressed header
item.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents a pressed header item. </returns>
</member>
<member
name="T:System.Windows.Forms.VisualStyles.VisualStyleElement.Header.ItemLeft">
<summary>Provides <see
cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement" /> objects for each
state of the leftmost item of the header control. This class cannot be inherited.
</summary>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.Header.ItemLeft.Hot">
<summary>Gets a visual style element that represents the leftmost header item
in the hot state.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents the leftmost header item in the hot state.</returns>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.Header.ItemLeft.Normal
">
<summary>Gets a visual style element that represents the leftmost header item
in the normal state.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents the leftmost header item in the normal state.</returns>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.Header.ItemLeft.Presse
d">
<summary>Gets a visual style element that represents the leftmost header item
in the pressed state. </summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents the leftmost header item in the pressed state.</returns>
</member>
<member
name="T:System.Windows.Forms.VisualStyles.VisualStyleElement.Header.ItemRight">
<summary>Provides <see
cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement" /> objects for each
state of the rightmost item of the header control. This class cannot be inherited.
</summary>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.Header.ItemRight.Hot">
<summary>Gets a visual style element that represents the rightmost header
item in the hot state.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents the rightmost header item in the hot state.</returns>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.Header.ItemRight.Norma
l">
<summary>Gets a visual style element that represents the rightmost header
item in the normal state.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents the rightmost header item in the normal state.</returns>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.Header.ItemRight.Press
ed">
<summary>Gets a visual style element that represents the rightmost header
item in the pressed state. </summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents the rightmost header item in the pressed state.</returns>
</member>
<member
name="T:System.Windows.Forms.VisualStyles.VisualStyleElement.Header.SortArrow">
<summary>Provides <see
cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement" /> objects for the
sort arrow of a header item. This class cannot be inherited. </summary>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.Header.SortArrow.Sorte
dDown">
<summary>Gets a visual style element that represents a downward-pointing sort
arrow.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents a downward-pointing sort arrow.</returns>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.Header.SortArrow.Sorte
dUp">
<summary>Gets a visual style element that represents an upward-pointing sort
arrow.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents an upward-pointing sort arrow. </returns>
</member>
<member name="T:System.Windows.Forms.VisualStyles.VisualStyleElement.ListView">
<summary>Contains classes that provide <see
cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement" /> objects for the
parts of the list view control. This class cannot be inherited.</summary>
</member>
<member
name="T:System.Windows.Forms.VisualStyles.VisualStyleElement.ListView.Detail">
<summary>Provides a <see
cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement" /> for a list view in
detail view. This class cannot be inherited.</summary>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.ListView.Detail.Normal
">
<summary>Gets a visual style element that represents a list view in detail
view. </summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents a list view in detail view.</returns>
</member>
<member
name="T:System.Windows.Forms.VisualStyles.VisualStyleElement.ListView.EmptyText">
<summary>Provides a <see
cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement" /> for the text area
of a list view that contains no items. This class cannot be inherited.</summary>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.ListView.EmptyText.Nor
mal">
<summary>Gets a visual style element that represents the text area of a list
view that contains no items. </summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents the text area that accompanies an empty list view.</returns>
</member>
<member
name="T:System.Windows.Forms.VisualStyles.VisualStyleElement.ListView.Group">
<summary>Provides a <see
cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement" /> for a list view
item group. This class cannot be inherited.</summary>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.ListView.Group.Normal"
>
<summary>Gets a visual style element that represents a list view item group.
</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents a group of list view items.</returns>
</member>
<member
name="T:System.Windows.Forms.VisualStyles.VisualStyleElement.ListView.Item">
<summary>Provides <see
cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement" /> objects for each
state of an item of the list view control. This class cannot be inherited.
</summary>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.ListView.Item.Disabled
">
<summary>Gets a visual style element that represents a disabled list view
item.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents a disabled list view item.</returns>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.ListView.Item.Hot">
<summary>Gets a visual style element that represents a hot list view
item.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents a hot list view item.</returns>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.ListView.Item.Normal">
<summary>Gets a visual style element that represents a normal list view
item.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents a normal list view item.</returns>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.ListView.Item.Selected
">
<summary>Gets a visual style element that represents a selected list view
item that has focus.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents a selected list view item that has focus.</returns>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.ListView.Item.Selected
NotFocus">
<summary>Gets a visual style element that represents a selected list view
item without focus.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents a selected list view item without focus. </returns>
</member>
<member
name="T:System.Windows.Forms.VisualStyles.VisualStyleElement.ListView.SortedDetail"
>
<summary>Provides a <see
cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement" /> for a sorted list
view control in detail view This class cannot be inherited.</summary>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.ListView.SortedDetail.
Normal">
<summary>Gets a visual style element that represents a sorted list view
control in detail view. </summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents a sorted list view control in detail view.</returns>
</member>
<member name="T:System.Windows.Forms.VisualStyles.VisualStyleElement.Menu">
<summary>Contains classes that provide <see
cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement" /> objects for the
parts of a menu. This class cannot be inherited. </summary>
</member>
<member
name="T:System.Windows.Forms.VisualStyles.VisualStyleElement.Menu.BarDropDown">
<summary>Provides a <see
cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement" /> for the drop-down
arrow of a menu bar. This class cannot be inherited. </summary>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.Menu.BarDropDown.Norma
l">
<summary>Gets a visual style element that represents the drop-down arrow of a
menu bar. </summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents the drop-down arrow of a menu bar.</returns>
</member>
<member
name="T:System.Windows.Forms.VisualStyles.VisualStyleElement.Menu.BarItem">
<summary>Provides a <see
cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement" /> for a menu bar
item. This class cannot be inherited. </summary>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.Menu.BarItem.Normal">
<summary>Gets a visual style element that represents a menu bar item.
</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents a menu bar item.</returns>
</member>
<member
name="T:System.Windows.Forms.VisualStyles.VisualStyleElement.Menu.Chevron">
<summary>Provides a <see
cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement" /> for the chevron of
a menu. This class cannot be inherited. </summary>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.Menu.Chevron.Normal">
<summary>Gets a visual style element that represents a menu
chevron.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents a menu chevron. </returns>
</member>
<member
name="T:System.Windows.Forms.VisualStyles.VisualStyleElement.Menu.DropDown">
<summary>Provides a <see
cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement" /> for the drop-down
arrow of a menu. This class cannot be inherited. </summary>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.Menu.DropDown.Normal">
<summary>Gets a visual style element that represents the drop-down arrow of a
menu. </summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents the drop-down arrow of a menu.</returns>
</member>
<member
name="T:System.Windows.Forms.VisualStyles.VisualStyleElement.Menu.Item">
<summary>Provides <see
cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement" /> objects for each
state of a menu item. This class cannot be inherited. </summary>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.Menu.Item.Demoted">
<summary>Gets a visual style element that represents a menu item that has
been demoted.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents a menu item that has been demoted.</returns>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.Menu.Item.Normal">
<summary>Gets a visual style element that represents a menu item in the
normal state.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents a menu item in the normal state.</returns>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.Menu.Item.Selected">
<summary>Gets a visual style element that represents a menu item in the
selected state.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents a menu item in the selected state.</returns>
</member>
<member
name="T:System.Windows.Forms.VisualStyles.VisualStyleElement.Menu.Separator">
<summary>Provides a <see
cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement" /> for a menu item
separator. This class cannot be inherited. </summary>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.Menu.Separator.Normal"
>
<summary>Gets a visual style element that represents a menu item
separator.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents a menu item separator. </returns>
</member>
<member name="T:System.Windows.Forms.VisualStyles.VisualStyleElement.MenuBand">
<summary>Contains classes that provide <see
cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement" /> objects for the
parts of a menu band. This class cannot be inherited.</summary>
</member>
<member
name="T:System.Windows.Forms.VisualStyles.VisualStyleElement.MenuBand.NewApplicatio
nButton">
<summary>Provides <see
cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement" /> objects for each
state of the new application button of a menu band. This class cannot be inherited.
</summary>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.MenuBand.NewApplicatio
nButton.Checked">
<summary>Gets a visual style element that represents the new application
button in the checked state.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents the new application button in the checked state.</returns>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.MenuBand.NewApplicatio
nButton.Disabled">
<summary>Gets a visual style element that represents the new application
button in the disabled state.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents the new application button in the disabled state.</returns>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.MenuBand.NewApplicatio
nButton.Hot">
<summary>Gets a visual style element that represents the new application
button in the hot state.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents the new application button in the hot state.</returns>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.MenuBand.NewApplicatio
nButton.HotChecked">
<summary>Gets a visual style element that represents the new application
button in the hot and checked states.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents the new application button in the hot and checked
states.</returns>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.MenuBand.NewApplicatio
nButton.Normal">
<summary>Gets a visual style element that represents the new application
button in the normal state.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents the new application button in the normal state.</returns>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.MenuBand.NewApplicatio
nButton.Pressed">
<summary>Gets a visual style element that represents the new application
button in the pressed state.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents the new application button in the pressed state. </returns>
</member>
<member
name="T:System.Windows.Forms.VisualStyles.VisualStyleElement.MenuBand.Separator">
<summary>Provides a <see
cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement" /> for a menu band
separator. This class cannot be inherited. </summary>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.MenuBand.Separator.Nor
mal">
<summary>Gets a visual style element that represents a separator between
items in a menu band.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents a separator between items in a menu band.</returns>
</member>
<member name="T:System.Windows.Forms.VisualStyles.VisualStyleElement.Page">
<summary>Contains classes that provide <see
cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement" /> objects for the
parts of a page. This class cannot be inherited.</summary>
</member>
<member
name="T:System.Windows.Forms.VisualStyles.VisualStyleElement.Page.Down">
<summary>Provides <see
cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement" /> objects for each
state of a down indicator in an up-down or spin box control. This class cannot be
inherited. </summary>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.Page.Down.Disabled">
<summary>Gets a visual style element that represents the disabled state of
the down indicator in an up-down or spin box control.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents a down indicator of an up-down or spin box control in the
disabled state.</returns>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.Page.Down.Hot">
<summary>Gets a visual style element that represents a down indicator of an
up-down or spin box control in the hot state.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents the down indicator of an up-down or spin box in the hot
state.</returns>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.Page.Down.Normal">
<summary>Gets a visual style element that represents the down indicator of an
up-down or spin box control in the normal state.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents a down indicator up an up-down or spin box control in the normal
state.</returns>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.Page.Down.Pressed">
<summary>Gets a visual style element that represents the down indicator of an
up-down or spin box in the pressed state.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents a down indicator of an up-down or spin box in the pressed state.
</returns>
</member>
<member
name="T:System.Windows.Forms.VisualStyles.VisualStyleElement.Page.DownHorizontal">
<summary>Provides <see
cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement" /> objects for each
state of a page backward indicator in a pager control. This class cannot be
inherited. </summary>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.Page.DownHorizontal.Di
sabled">
<summary>Gets a visual style element that represents a page backward
indicator of a pager control in the disabled state.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents a page backward indicator of a pager control in the disabled
state.</returns>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.Page.DownHorizontal.Ho
t">
<summary>Gets a visual style element that represents a page backward
indicator of a pager control in the hot state.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents a page backward indicator of a pager control in the hot
state.</returns>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.Page.DownHorizontal.No
rmal">
<summary>Gets a visual style element that represents a page backward
indicator of a pager control in the normal state.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents a page backward indicator of a pager control in the normal
state.</returns>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.Page.DownHorizontal.Pr
essed">
<summary>Gets a visual style element that represents a page backward
indicator of a pager control in the pressed state.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents page backward indicator of a pager control in the pressed state.
</returns>
</member>
<member name="T:System.Windows.Forms.VisualStyles.VisualStyleElement.Page.Up">
<summary>Provides <see
cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement" /> objects for each
state of a page up indicator of an up-down or spin box control. This class cannot
be inherited. </summary>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.Page.Up.Disabled">
<summary>Gets a visual style element that represents a page up indicator of
an up-down or spin box control in the disabled state.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents a page up indicator of an up-down or spin box control in the
disabled state.</returns>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.Page.Up.Hot">
<summary>Gets a visual style element that represents a page up indicator of
an up-down or spin box control in the hot state.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents a page up indicator of an up-down or spin box control in the hot
state.</returns>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.Page.Up.Normal">
<summary>Gets a visual style element that represents a page up indicator of
an up-down or spin box control in the normal state.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents a page up indicator of an up-down or spin box control in the
normal state.</returns>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.Page.Up.Pressed">
<summary>Gets a visual style element that represents a page up indicator of
an up-down or spin box control in the pressed state.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents a page up indicator of an up-down or spin box control in the
pressed state. </returns>
</member>
<member
name="T:System.Windows.Forms.VisualStyles.VisualStyleElement.Page.UpHorizontal">
<summary>Provides <see
cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement" /> objects for each
state of a page forward indicator of a pager control. This class cannot be
inherited. </summary>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.Page.UpHorizontal.Disa
bled">
<summary>Gets a visual style element that represents a page forward indicator
of a pager control in the disabled state.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents a page forward indicator of a pager control in the disabled
state.</returns>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.Page.UpHorizontal.Hot"
>
<summary>Gets a visual style element that represents a page forward indicator
of a pager control in the hot state.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents a page forward indicator of a pager control in the hot
state.</returns>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.Page.UpHorizontal.Norm
al">
<summary>Gets a visual style element that represents a page forward indicator
of a pager control in the normal state.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents a page forward indicator of a pager control in the normal
state.</returns>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.Page.UpHorizontal.Pres
sed">
<summary>Gets a visual style element that represents a page forward indicator
of a pager control in the pressed state.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents a page forward indicator of a pager control in the pressed
state. </returns>
</member>
<member
name="T:System.Windows.Forms.VisualStyles.VisualStyleElement.ProgressBar">
<summary>Contains classes that provide <see
cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement" /> objects for the
parts of the progress bar control. This class cannot be inherited.</summary>
</member>
<member
name="T:System.Windows.Forms.VisualStyles.VisualStyleElement.ProgressBar.Bar">
<summary>Provides a <see
cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement" /> for the frame of a
horizontal progress bar. This class cannot be inherited.</summary>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.ProgressBar.Bar.Normal
">
<summary>Gets a visual style element that represents a horizontal progress
bar frame.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents a horizontal progress bar frame. </returns>
</member>
<member
name="T:System.Windows.Forms.VisualStyles.VisualStyleElement.ProgressBar.BarVertica
l">
<summary>Provides a <see
cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement" /> for the frame of a
vertical progress bar. This class cannot be inherited.</summary>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.ProgressBar.BarVertica
l.Normal">
<summary>Gets a visual style element that represents a vertical progress bar
frame.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents a vertical progress bar frame.</returns>
</member>
<member
name="T:System.Windows.Forms.VisualStyles.VisualStyleElement.ProgressBar.Chunk">
<summary>Provides a <see
cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement" /> for the pieces
that fill a horizontal progress bar. This class cannot be inherited.</summary>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.ProgressBar.Chunk.Norm
al">
<summary>Gets a visual style element that represents the pieces that fill a
horizontal progress bar.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents the pieces that fill a horizontal progress bar. </returns>
</member>
<member
name="T:System.Windows.Forms.VisualStyles.VisualStyleElement.ProgressBar.ChunkVerti
cal">
<summary>Provides a <see
cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement" /> for the pieces
that fill a vertical progress bar. This class cannot be inherited.</summary>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.ProgressBar.ChunkVerti
cal.Normal">
<summary>Gets a visual style element that represents the pieces that fill a
vertical progress bar.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents the pieces that fill a vertical progress bar. </returns>
</member>
<member name="T:System.Windows.Forms.VisualStyles.VisualStyleElement.Rebar">
<summary>Contains classes that provide <see
cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement" /> objects for the
parts of the rebar control. This class cannot be inherited.</summary>
</member>
<member
name="T:System.Windows.Forms.VisualStyles.VisualStyleElement.Rebar.Band">
<summary>Provides a <see
cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement" /> for a rebar band.
This class cannot be inherited.</summary>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.Rebar.Band.Normal">
<summary>Gets a visual style element that represents a rebar band. </summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents a rebar band.</returns>
</member>
<member
name="T:System.Windows.Forms.VisualStyles.VisualStyleElement.Rebar.Chevron">
<summary>Provides <see
cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement" /> objects for each
state of a horizontal chevron. This class cannot be inherited. </summary>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.Rebar.Chevron.Hot">
<summary>Gets a visual style element that represents a hot chevron.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents a hot chevron.</returns>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.Rebar.Chevron.Normal">
<summary>Gets a visual style element that represents a normal
chevron.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents a normal chevron.</returns>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.Rebar.Chevron.Pressed"
>
<summary>Gets a visual style element that represents a pressed
chevron.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents a pressed chevron.</returns>
</member>
<member
name="T:System.Windows.Forms.VisualStyles.VisualStyleElement.Rebar.ChevronVertical"
>
<summary>Provides <see
cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement" /> objects for each
state of a chevron. This class cannot be inherited. </summary>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.Rebar.ChevronVertical.
Hot">
<summary>Gets a visual style element that represents a hot chevron.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents a hot chevron.</returns>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.Rebar.ChevronVertical.
Normal">
<summary>Gets a visual style element that represents a normal
chevron.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents a normal chevron.</returns>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.Rebar.ChevronVertical.
Pressed">
<summary>Gets a visual style element that represents a pressed
chevron.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents a pressed chevron. </returns>
</member>
<member
name="T:System.Windows.Forms.VisualStyles.VisualStyleElement.Rebar.Gripper">
<summary>Provides a <see
cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement" /> for the gripper
bar of a horizontal rebar control. This class cannot be inherited.</summary>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.Rebar.Gripper.Normal">
<summary>Gets a visual style element that represents a gripper bar for a
horizontal rebar.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents a gripper bar for a horizontal rebar. </returns>
</member>
<member
name="T:System.Windows.Forms.VisualStyles.VisualStyleElement.Rebar.GripperVertical"
>
<summary>Provides a <see
cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement" /> for the gripper
bar of a vertical rebar. This class cannot be inherited.</summary>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.Rebar.GripperVertical.
Normal">
<summary>Gets a visual style element that represents a gripper bar for a
vertical rebar.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents a gripper bar for a vertical rebar.</returns>
</member>
<member
name="T:System.Windows.Forms.VisualStyles.VisualStyleElement.ScrollBar">
<summary>Contains classes that provide <see
cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement" /> objects for the
parts of the scroll bar control. This class cannot be inherited.</summary>
</member>
<member
name="T:System.Windows.Forms.VisualStyles.VisualStyleElement.ScrollBar.ArrowButton"
>
<summary>Provides <see
cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement" /> objects for each
state and direction of a scroll arrow. This class cannot be inherited. </summary>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.ScrollBar.ArrowButton.
DownDisabled">
<summary>Gets a visual style element that represents a downward-pointing
scroll arrow in the disabled state.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents a downward-pointing scroll arrow in the disabled
state.</returns>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.ScrollBar.ArrowButton.
DownHot">
<summary>Gets a visual style element that represents a downward-pointing
scroll arrow in the hot state.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents a downward-pointing scroll arrow in the hot state.</returns>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.ScrollBar.ArrowButton.
DownNormal">
<summary>Gets a visual style element that represents a downward-pointing
scroll arrow in the normal state.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents a downward-pointing scroll arrow in the normal state.</returns>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.ScrollBar.ArrowButton.
DownPressed">
<summary>Gets a visual style element that represents a downward-pointing
scroll arrow in the pressed state.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents a downward-pointing scroll arrow in the pressed state.</returns>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.ScrollBar.ArrowButton.
LeftDisabled">
<summary>Gets a visual style element that represents a left-pointing scroll
arrow in the disabled state.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents a left-pointing scroll arrow in the disabled state.</returns>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.ScrollBar.ArrowButton.
LeftHot">
<summary>Gets a visual style element that represents a left-pointing scroll
arrow in the hot state.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents a left-pointing scroll arrow in the hot state.</returns>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.ScrollBar.ArrowButton.
LeftNormal">
<summary>Gets a visual style element that represents a left-pointing scroll
arrow in the normal state.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents a left-pointing scroll arrow in the normal state.</returns>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.ScrollBar.ArrowButton.
LeftPressed">
<summary>Gets a visual style element that represents a left-pointing scroll
arrow in the pressed state.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents a left-pointing scroll arrow in the pressed state.</returns>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.ScrollBar.ArrowButton.
RightDisabled">
<summary>Gets a visual style element that represents a right-pointing scroll
arrow in the disabled state.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents a right-pointing scroll arrow in the disabled state.</returns>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.ScrollBar.ArrowButton.
RightHot">
<summary>Gets a visual style element that represents a right-pointing scroll
arrow in the hot state.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents a right-pointing scroll arrow in the hot state.</returns>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.ScrollBar.ArrowButton.
RightNormal">
<summary>Gets a visual style element that represents a right-pointing scroll
arrow in the normal state.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents a right-pointing scroll arrow in the normal state.</returns>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.ScrollBar.ArrowButton.
RightPressed">
<summary>Gets a visual style element that represents a right-pointing scroll
arrow in the pressed state.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents a right-pointing scroll arrow in the pressed state.</returns>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.ScrollBar.ArrowButton.
UpDisabled">
<summary>Gets a visual style element that represents an upward-pointing
scroll arrow in the disabled state.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents an upward-pointing scroll arrow in the disabled state.</returns>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.ScrollBar.ArrowButton.
UpHot">
<summary>Gets a visual style element that represents an upward-pointing
scroll arrow in the hot state.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents an upward-pointing scroll arrow in the hot state.</returns>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.ScrollBar.ArrowButton.
UpNormal">
<summary>Gets a visual style element that represents an upward-pointing
scroll arrow in the normal state.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents an upward-pointing scroll arrow in the normal state.</returns>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.ScrollBar.ArrowButton.
UpPressed">
<summary>Gets a visual style element that represents an upward-pointing
scroll arrow in the pressed state.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents an upward-pointing scroll arrow in the pressed state. </returns>
</member>
<member
name="T:System.Windows.Forms.VisualStyles.VisualStyleElement.ScrollBar.GripperHoriz
ontal">
<summary>Provides a <see
cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement" /> for the grip of a
horizontal scroll box (also known as the thumb). This class cannot be
inherited.</summary>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.ScrollBar.GripperHoriz
ontal.Normal">
<summary>Gets a visual style element that represents a grip for a horizontal
scroll box.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents a grip for a horizontal scroll box. </returns>
</member>
<member
name="T:System.Windows.Forms.VisualStyles.VisualStyleElement.ScrollBar.GripperVerti
cal">
<summary>Provides a <see
cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement" /> for the grip of a
vertical scroll box (also known as the thumb). This class cannot be
inherited.</summary>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.ScrollBar.GripperVerti
cal.Normal">
<summary>Gets a visual style element that represents a grip for a vertical
scroll box.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents a grip for a vertical scroll box. </returns>
</member>
<member
name="T:System.Windows.Forms.VisualStyles.VisualStyleElement.ScrollBar.LeftTrackHor
izontal">
<summary>Provides <see
cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement" /> objects for each
state of the left part of a horizontal scroll bar track. This class cannot be
inherited. </summary>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.ScrollBar.LeftTrackHor
izontal.Disabled">
<summary>Gets a visual style element that represents the left part of a
horizontal scroll bar track in the disabled state.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents the left part of a horizontal scroll bar track in the disabled
state.</returns>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.ScrollBar.LeftTrackHor
izontal.Hot">
<summary>Gets a visual style element that represents the left part of a
horizontal scroll bar track in the hot state.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents the left part of a horizontal scroll bar track in the hot
state.</returns>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.ScrollBar.LeftTrackHor
izontal.Normal">
<summary>Gets a visual style element that represents the left part of a
horizontal scroll bar track in the normal state.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents the left part of a horizontal scroll bar track in the normal
state.</returns>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.ScrollBar.LeftTrackHor
izontal.Pressed">
<summary>Gets a visual style element that represents the left part of a
horizontal scroll bar track in the pressed state.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents the left part of a horizontal scroll bar track in the pressed
state.</returns>
</member>
<member
name="T:System.Windows.Forms.VisualStyles.VisualStyleElement.ScrollBar.LowerTrackVe
rtical">
<summary>Provides <see
cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement" /> objects for each
state of the lower part of a vertical scroll bar track. This class cannot be
inherited. </summary>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.ScrollBar.LowerTrackVe
rtical.Disabled">
<summary>Gets a visual style element that represents the lower part of a
vertical scroll bar track in the disabled state. </summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents the lower part of a vertical scroll bar track in the disabled
state.</returns>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.ScrollBar.LowerTrackVe
rtical.Hot">
<summary>Gets a visual style element that represents the lower part of a
vertical scroll bar track in the hot state.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents the lower part of a vertical scroll bar track in the hot
state.</returns>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.ScrollBar.LowerTrackVe
rtical.Normal">
<summary>Gets a visual style element that represents the lower part of a
vertical scroll bar track in the normal state.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents the lower part of a vertical scroll bar track in the normal
state.</returns>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.ScrollBar.LowerTrackVe
rtical.Pressed">
<summary>Gets a visual style element that represents the lower part of a
vertical scroll bar track in the pressed state.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents the lower part of a vertical scroll bar track in the pressed
state. </returns>
</member>
<member
name="T:System.Windows.Forms.VisualStyles.VisualStyleElement.ScrollBar.RightTrackHo
rizontal">
<summary>Provides <see
cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement" /> objects for each
state of the right part of a horizontal scroll bar track. This class cannot be
inherited. </summary>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.ScrollBar.RightTrackHo
rizontal.Disabled">
<summary>Gets a visual style element that represents the right part of a
horizontal scroll bar track in the disabled state.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents the right part of a horizontal scroll bar track in the disabled
state.</returns>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.ScrollBar.RightTrackHo
rizontal.Hot">
<summary>Gets a visual style element that represents the right part of a
horizontal scroll bar track in the hot state.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents the right part of a horizontal scroll bar track in the hot
state.</returns>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.ScrollBar.RightTrackHo
rizontal.Normal">
<summary>Gets a visual style element that represents the right part of a
horizontal scroll bar track in the normal state.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents the right part of a horizontal scroll bar track in the normal
state.</returns>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.ScrollBar.RightTrackHo
rizontal.Pressed">
<summary>Gets a visual style element that represents the right part of a
horizontal scroll bar track in the pressed state. </summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents the right part of a horizontal scroll bar track in the pressed
state.</returns>
</member>
<member
name="T:System.Windows.Forms.VisualStyles.VisualStyleElement.ScrollBar.SizeBox">
<summary>Provides <see
cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement" /> objects for each
state of the sizing handle of a scroll bar. This class cannot be inherited.
</summary>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.ScrollBar.SizeBox.Left
Align">
<summary>Gets a visual style element that represents a sizing handle that is
aligned to the left.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents a sizing handle that is aligned to the left.</returns>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.ScrollBar.SizeBox.Righ
tAlign">
<summary>Gets a visual style element that represents a sizing handle that is
aligned to the right.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents a sizing handle that is aligned to the right. </returns>
</member>
<member
name="T:System.Windows.Forms.VisualStyles.VisualStyleElement.ScrollBar.ThumbButtonH
orizontal">
<summary>Provides <see
cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement" /> objects for each
state of a horizontal scroll box (also known as the thumb). This class cannot be
inherited. </summary>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.ScrollBar.ThumbButtonH
orizontal.Disabled">
<summary>Gets a visual style element that represents a horizontal scroll box
in the disabled state. </summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents a horizontal scroll box in the disabled state.</returns>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.ScrollBar.ThumbButtonH
orizontal.Hot">
<summary>Gets a visual style element that represents a horizontal scroll box
in the hot state.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents a horizontal scroll box in the hot state.</returns>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.ScrollBar.ThumbButtonH
orizontal.Normal">
<summary>Gets a visual style element that represents a horizontal scroll box
in the normal state.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents a horizontal scroll box in the normal state.</returns>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.ScrollBar.ThumbButtonH
orizontal.Pressed">
<summary>Gets a visual style element that represents a horizontal scroll box
in the pressed state.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents a horizontal scroll box in the pressed state.</returns>
</member>
<member
name="T:System.Windows.Forms.VisualStyles.VisualStyleElement.ScrollBar.ThumbButtonV
ertical">
<summary>Provides <see
cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement" /> objects for each
state of a vertical scroll box (also known as the thumb). This class cannot be
inherited.</summary>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.ScrollBar.ThumbButtonV
ertical.Disabled">
<summary>Gets a visual style element that represents a vertical scroll box in
the disabled state.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents a vertical scroll box in the disabled state.</returns>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.ScrollBar.ThumbButtonV
ertical.Hot">
<summary>Gets a visual style element that represents a vertical scroll box in
the hot state.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents a vertical scroll box in the hot state.</returns>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.ScrollBar.ThumbButtonV
ertical.Normal">
<summary>Gets a visual style element that represents a vertical scroll box in
the normal state.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents a vertical scroll box in the normal state.</returns>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.ScrollBar.ThumbButtonV
ertical.Pressed">
<summary>Gets a visual style element that represents a vertical scroll box in
the pressed state.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents a vertical scroll box in the pressed state. </returns>
</member>
<member
name="T:System.Windows.Forms.VisualStyles.VisualStyleElement.ScrollBar.UpperTrackVe
rtical">
<summary>Provides <see
cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement" /> objects for each
state of the upper part of a vertical scroll bar track. This class cannot be
inherited. </summary>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.ScrollBar.UpperTrackVe
rtical.Disabled">
<summary>Gets a visual style element that represents the upper part of a
vertical scroll bar track in the disabled state.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents the upper part of a vertical scroll bar track in the disabled
state.</returns>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.ScrollBar.UpperTrackVe
rtical.Hot">
<summary>Gets a visual style element that represents the upper part of a
vertical scroll bar track in the hot state.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents the upper part of a vertical scroll bar track in the hot
state.</returns>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.ScrollBar.UpperTrackVe
rtical.Normal">
<summary>Gets a visual style element that represents the upper part of a
vertical scroll bar track in the normal state. </summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents the upper part of a vertical scroll bar track in the normal
state.</returns>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.ScrollBar.UpperTrackVe
rtical.Pressed">
<summary>Gets a visual style element that represents the upper part of a
vertical scroll bar track in the pressed state.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents the upper part of a vertical scroll bar track in the pressed
state. </returns>
</member>
<member name="T:System.Windows.Forms.VisualStyles.VisualStyleElement.Spin">
<summary>Contains classes that provide <see
cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement" /> objects for the
arrows of a spin button control (also known as an up-down control). This class
cannot be inherited.</summary>
</member>
<member
name="T:System.Windows.Forms.VisualStyles.VisualStyleElement.Spin.Down">
<summary>Provides <see
cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement" /> objects for each
state of the downward-pointing arrow for a spin button control (also known as an
up-down control). This class cannot be inherited. </summary>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.Spin.Down.Disabled">
<summary>Gets a visual style element that represents a downward-pointing spin
button arrow in the disabled state.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents a downward-pointing spin button arrow in the disabled
state.</returns>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.Spin.Down.Hot">
<summary>Gets a visual style element that represents a downward-pointing spin
button arrow in the hot state.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents a downward-pointing spin button arrow in the hot
state.</returns>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.Spin.Down.Normal">
<summary>Gets a visual style element that represents a downward-pointing spin
button arrow in the normal state.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents a downward-pointing spin button arrow in the normal
state.</returns>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.Spin.Down.Pressed">
<summary>Gets a visual style element that represents a downward-pointing spin
button arrow in the pressed state.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents a downward-pointing spin button arrow in the pressed
state.</returns>
</member>
<member
name="T:System.Windows.Forms.VisualStyles.VisualStyleElement.Spin.DownHorizontal">
<summary>Provides <see
cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement" /> objects for each
state of the left-pointing arrow for a spin button control (also known as an up-
down control). This class cannot be inherited. </summary>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.Spin.DownHorizontal.Di
sabled">
<summary>Gets a visual style element that represents a left-pointing spin
button arrow in the disabled state. </summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents a left-pointing spin button arrow in the disabled
state.</returns>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.Spin.DownHorizontal.Ho
t">
<summary>Gets a visual style element that represents a left-pointing spin
button arrow in the hot state.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents a left-pointing spin button arrow in the hot state.</returns>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.Spin.DownHorizontal.No
rmal">
<summary>Gets a visual style element that represents a left-pointing spin
button arrow in the normal state.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents a left-pointing spin button arrow in the normal state.</returns>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.Spin.DownHorizontal.Pr
essed">
<summary>Gets a visual style element that represents a left-pointing spin
button arrow in the pressed state.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents a left-pointing spin button arrow in the pressed state.
</returns>
</member>
<member name="T:System.Windows.Forms.VisualStyles.VisualStyleElement.Spin.Up">
<summary>Provides <see
cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement" /> objects for each
state of the upward-pointing arrow for a spin button control (also known as an up-
down control). This class cannot be inherited. </summary>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.Spin.Up.Disabled">
<summary>Gets a visual style element that represents an upward-pointing spin
button arrow in the disabled state.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents an upward-pointing spin button arrow in the disabled
state.</returns>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.Spin.Up.Hot">
<summary>Gets a visual style element that represents an upward-pointing spin
button arrow in the hot state.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents an upward-pointing spin button arrow in the hot state.</returns>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.Spin.Up.Normal">
<summary>Gets a visual style element that represents an upward-pointing spin
button arrow in the normal state.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents an upward-pointing spin button arrow in the normal state.
</returns>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.Spin.Up.Pressed">
<summary>Gets a visual style element that represents an upward-pointing spin
button arrow in the pressed state.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents an upward-pointing spin button arrow in the pressed state.
</returns>
</member>
<member
name="T:System.Windows.Forms.VisualStyles.VisualStyleElement.Spin.UpHorizontal">
<summary>Provides <see
cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement" /> objects for each
state of the right-pointing arrow for a spin button control (also known as an up-
down control). This class cannot be inherited. </summary>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.Spin.UpHorizontal.Disa
bled">
<summary>Gets a visual style element that represents a right-pointing spin
button arrow in the disabled state.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents a right-pointing spin button arrow in the disabled
state.</returns>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.Spin.UpHorizontal.Hot"
>
<summary>Gets a visual style element that represents a right-pointing spin
button arrow in the hot state.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents a right-pointing spin button arrow in the hot state.</returns>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.Spin.UpHorizontal.Norm
al">
<summary>Gets a visual style element that represents a right-pointing spin
button arrow in the normal state.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents a right-pointing spin button arrow in the normal
state.</returns>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.Spin.UpHorizontal.Pres
sed">
<summary>Gets a visual style element that represents a right-pointing spin
button arrow in the pressed state.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents a right-pointing spin button arrow in the pressed state.
</returns>
</member>
<member
name="T:System.Windows.Forms.VisualStyles.VisualStyleElement.StartPanel">
<summary>Contains classes that provide <see
cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement" /> objects for the
parts of the Start menu. This class cannot be inherited.</summary>
</member>
<member
name="T:System.Windows.Forms.VisualStyles.VisualStyleElement.StartPanel.LogOff">
<summary>Provides a <see
cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement" /> for the bottom
border of the Start menu. This class cannot be inherited. </summary>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.StartPanel.LogOff.Norm
al">
<summary>Gets a visual style element that represents the bottom border of the
Start menu.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents the bottom border of the Start menu. </returns>
</member>
<member
name="T:System.Windows.Forms.VisualStyles.VisualStyleElement.StartPanel.LogOffButto
ns">
<summary>Provides <see
cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement" /> objects for each
state of the Log Off and Shut Down buttons in the Start menu. This class cannot be
inherited. </summary>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.StartPanel.LogOffButto
ns.Hot">
<summary>Gets a visual style element that represents the Log Off and Shut
Down buttons in the hot state.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents the Log Off and Shut Down buttons in the hot state.</returns>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.StartPanel.LogOffButto
ns.Normal">
<summary>Gets a visual style element that represents the Log Off and Shut
Down buttons in the normal state.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents the Log Off and Shut Down buttons in the normal state.</returns>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.StartPanel.LogOffButto
ns.Pressed">
<summary>Gets a visual style element that represents the Log Off and Shut
Down buttons in the pressed state.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents the Log Off and Shut Down buttons in the pressed state.
</returns>
</member>
<member
name="T:System.Windows.Forms.VisualStyles.VisualStyleElement.StartPanel.MoreProgram
s">
<summary>Provides a <see
cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement" /> for the background
of the All Programs item in the Start menu. This class cannot be inherited.
</summary>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.StartPanel.MoreProgram
s.Normal">
<summary>Gets a visual style element that represents the background of the
All Programs menu item.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents the background of the All Programs menu item. </returns>
</member>
<member
name="T:System.Windows.Forms.VisualStyles.VisualStyleElement.StartPanel.MoreProgram
sArrow">
<summary>Provides <see
cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement" /> objects for each
state of the All Programs arrow in the Start menu. This class cannot be
inherited.</summary>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.StartPanel.MoreProgram
sArrow.Hot">
<summary>Gets a visual style element that represents the All Programs arrow
in the hot state.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents the All Programs arrow in the hot state.</returns>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.StartPanel.MoreProgram
sArrow.Normal">
<summary>Gets a visual style element that represents the All Programs arrow
in the normal state.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents the All Programs arrow in the normal state.</returns>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.StartPanel.MoreProgram
sArrow.Pressed">
<summary>Gets a visual style element that represents the All Programs arrow
in the pressed state.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents the All Programs arrow in the pressed state.</returns>
</member>
<member
name="T:System.Windows.Forms.VisualStyles.VisualStyleElement.StartPanel.PlaceList">
<summary>Provides a <see
cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement" /> for the background
of the right side of the Start menu. This class cannot be inherited. </summary>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.StartPanel.PlaceList.N
ormal">
<summary>Gets a visual style element that represents the background of the
right side of the Start menu.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents the background of the right side of the Start menu. </returns>
</member>
<member
name="T:System.Windows.Forms.VisualStyles.VisualStyleElement.StartPanel.PlaceListSe
parator">
<summary>Provides a <see
cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement" /> for the bar that
separates groups of items in the right side of the Start menu. This class cannot be
inherited. </summary>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.StartPanel.PlaceListSe
parator.Normal">
<summary>Gets a visual style element that represents the bar that separates
groups of items in the right side of the Start menu.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents the bar that separates groups of items in the right side of the
Start menu. </returns>
</member>
<member
name="T:System.Windows.Forms.VisualStyles.VisualStyleElement.StartPanel.Preview">
<summary>Provides a <see
cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement" /> for the preview
area of the Start menu. This class cannot be inherited. </summary>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.StartPanel.Preview.Nor
mal">
<summary>Gets a visual style element that represents the preview area of the
Start menu.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents the preview area of the Start menu. </returns>
</member>
<member
name="T:System.Windows.Forms.VisualStyles.VisualStyleElement.StartPanel.ProgList">
<summary>Provides a <see
cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement" /> for the background
of the left side of the Start menu. This class cannot be inherited. </summary>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.StartPanel.ProgList.No
rmal">
<summary>Gets a visual style element that represents the background of the
left side of the Start menu.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents the background of the left side of the Start menu. </returns>
</member>
<member
name="T:System.Windows.Forms.VisualStyles.VisualStyleElement.StartPanel.ProgListSep
arator">
<summary>Provides a <see
cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement" /> for the bar that
separates groups of items in the left side of the Start menu. This class cannot be
inherited. </summary>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.StartPanel.ProgListSep
arator.Normal">
<summary>Gets a visual style element that represents the bar that separates
groups of items in the left side of the Start menu.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents the bar that separates groups of items in the left side of the
Start menu.</returns>
</member>
<member
name="T:System.Windows.Forms.VisualStyles.VisualStyleElement.StartPanel.UserPane">
<summary>Provides a <see
cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement" /> for the top border
of the Start menu. This class cannot be inherited.</summary>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.StartPanel.UserPane.No
rmal">
<summary>Gets a visual style element that represents the top border of the
Start menu.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents the top border of the Start menu.</returns>
</member>
<member
name="T:System.Windows.Forms.VisualStyles.VisualStyleElement.StartPanel.UserPicture
">
<summary>Provides a <see
cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement" /> for the background
of the user picture on the Start menu. This class cannot be inherited. </summary>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.StartPanel.UserPicture
.Normal">
<summary>Gets a visual style element that represents the background of the
user picture on the Start menu.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents the background of the user picture on the Start menu. </returns>
</member>
<member name="T:System.Windows.Forms.VisualStyles.VisualStyleElement.Status">
<summary>Contains classes that provide <see
cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement" /> objects for the
parts of the status bar. This class cannot be inherited.</summary>
</member>
<member
name="T:System.Windows.Forms.VisualStyles.VisualStyleElement.Status.Bar">
<summary>Provides a <see
cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement" /> for the background
of the status bar. This class cannot be inherited.</summary>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.Status.Bar.Normal">
<summary>Gets a visual style element that represents the background of the
status bar. </summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents the background of the status bar. </returns>
</member>
<member
name="T:System.Windows.Forms.VisualStyles.VisualStyleElement.Status.Gripper">
<summary>Provides a <see
cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement" /> for the grip of
the status bar. This class cannot be inherited.</summary>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.Status.Gripper.Normal"
>
<summary>Gets a visual style element that represents the status bar
grip.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents the status bar grip. </returns>
</member>
<member
name="T:System.Windows.Forms.VisualStyles.VisualStyleElement.Status.GripperPane">
<summary>Provides a <see
cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement" /> for the pane of
the grip in the status bar. This class cannot be inherited.</summary>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.Status.GripperPane.Nor
mal">
<summary>Gets a visual style element that represents a pane for the status
bar grip.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents a pane for the status bar grip. </returns>
</member>
<member
name="T:System.Windows.Forms.VisualStyles.VisualStyleElement.Status.Pane">
<summary>Provides a <see
cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement" /> for a status bar
pane. This class cannot be inherited.</summary>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.Status.Pane.Normal">
<summary>Gets a visual style element that represents a status bar
pane.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents a status bar pane.</returns>
</member>
<member name="T:System.Windows.Forms.VisualStyles.VisualStyleElement.Tab">
<summary>Contains classes that provide <see
cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement" /> objects for the
parts of a tab control. This class cannot be inherited.</summary>
</member>
<member name="T:System.Windows.Forms.VisualStyles.VisualStyleElement.Tab.Body">
<summary>Provides a <see
cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement" /> for the interior
of a tab control page. This class cannot be inherited.</summary>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.Tab.Body.Normal">
<summary>Gets a visual style element that represents the interior of a tab
control page. </summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents the interior of a tab control page. </returns>
</member>
<member name="T:System.Windows.Forms.VisualStyles.VisualStyleElement.Tab.Pane">
<summary>Provides a <see
cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement" /> for the border of
a tab control page. This class cannot be inherited.</summary>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.Tab.Pane.Normal">
<summary>Gets a visual style element that represents the border of a tab
control page.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents the border of a tab control page.</returns>
</member>
<member
name="T:System.Windows.Forms.VisualStyles.VisualStyleElement.Tab.TabItem">
<summary>Provides <see
cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement" /> objects for each
state of a tab control that shares its top, left, and right borders with other tab
controls. This class cannot be inherited. </summary>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.Tab.TabItem.Disabled">
<summary>Gets a visual style element that represents a disabled tab control
that shares its top, left, and right borders with other tab controls.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents a disabled tab control that shares its top, left, and right
borders with other tab controls.</returns>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.Tab.TabItem.Hot">
<summary>Gets a visual style element that represents a hot tab control that
shares its top, left, and right borders with other tab controls.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents a hot tab control that shares its top, left, and right borders
with other tab controls.</returns>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.Tab.TabItem.Normal">
<summary>Gets a visual style element that represents a normal tab control
that shares its top, left, and right borders with other tab controls.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents a normal tab control that shares its top, left, and right
borders with other tab controls.</returns>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.Tab.TabItem.Pressed">
<summary>Gets a visual style element that represents a pressed tab control
that shares its top, left, and right borders with other tab controls.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents a pressed tab control that shares its top, left, and right
borders with other tab controls. </returns>
</member>
<member
name="T:System.Windows.Forms.VisualStyles.VisualStyleElement.Tab.TabItemBothEdges">
<summary>Provides a <see
cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement" /> for a tab control
that shares its top border with another tab control. This class cannot be
inherited. </summary>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.Tab.TabItemBothEdges.N
ormal">
<summary>Gets a visual style element that represents a tab control that
shares its top border with another tab control.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents a tab control that shares its top border with another tab
control. </returns>
</member>
<member
name="T:System.Windows.Forms.VisualStyles.VisualStyleElement.Tab.TabItemLeftEdge">
<summary>Provides <see
cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement" /> objects for each
state of a tab control that shares its top and right borders with other tab
controls. This class cannot be inherited. </summary>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.Tab.TabItemLeftEdge.Di
sabled">
<summary>Gets a visual style element that represents a disabled tab control
that shares its top and right borders with other tab controls.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents a disabled tab control that shares its top and right borders
with other tab controls.</returns>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.Tab.TabItemLeftEdge.Ho
t">
<summary>Gets a visual style element that represents a hot tab control that
shares its top and right borders with other tab controls.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents a hot tab control that shares its top and right borders with
other tab controls.</returns>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.Tab.TabItemLeftEdge.No
rmal">
<summary>Gets a visual style element that represents a normal tab control
that shares its top and right borders with other tab controls.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents a normal tab control that shares its top and right borders with
other tab controls.</returns>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.Tab.TabItemLeftEdge.Pr
essed">
<summary>Gets a visual style element that represents a pressed tab control
that shares its top and right borders with other tab controls.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents a pressed tab control that shares its top and right borders with
other tab controls. </returns>
</member>
<member
name="T:System.Windows.Forms.VisualStyles.VisualStyleElement.Tab.TabItemRightEdge">
<summary>Provides <see
cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement" /> objects for each
state of a tab control that shares its top and left borders with other tab
controls. This class cannot be inherited. </summary>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.Tab.TabItemRightEdge.D
isabled">
<summary>Gets a visual style element that represents a disabled tab control
that shares its top and left borders with other tab controls.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents a disabled tab control that shares its top and left borders with
other tab controls.</returns>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.Tab.TabItemRightEdge.H
ot">
<summary>Gets a visual style element that represents a hot tab control that
shares its top and left borders with other tab controls.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents a hot tab control that shares its top and left borders with
other tab controls.</returns>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.Tab.TabItemRightEdge.N
ormal">
<summary>Gets a visual style element that represents a normal tab control
that shares its top and left borders with other tab controls.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents a normal tab control that shares its top and left borders with
other tab controls.</returns>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.Tab.TabItemRightEdge.P
ressed">
<summary>Gets a visual style element that represents a pressed tab control
that shares its top and left borders with other tab controls.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents a pressed tab control that shares its top and left borders with
other tab controls. </returns>
</member>
<member
name="T:System.Windows.Forms.VisualStyles.VisualStyleElement.Tab.TopTabItem">
<summary>Provides <see
cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement" /> objects for each
state of a tab control that shares its bottom, left, and right borders with other
tab controls. This class cannot be inherited. </summary>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.Tab.TopTabItem.Disable
d">
<summary>Gets a visual style element that represents a disabled tab control
that shares its bottom, left, and right borders with other tab controls.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents a disabled tab control that shares its bottom, left, and right
borders with other tab controls.</returns>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.Tab.TopTabItem.Hot">
<summary>Gets a visual style element that represents a hot tab control that
shares its bottom, left, and right borders with other tab controls.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents a hot tab control that shares its bottom, left, and right
borders with other tab controls.</returns>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.Tab.TopTabItem.Normal"
>
<summary>Gets a visual style element that represents a normal tab control
that shares its bottom, left, and right borders with other tab controls. </summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents a normal tab control that shares its bottom, left, and right
borders with other tab controls.</returns>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.Tab.TopTabItem.Pressed
">
<summary>Gets a visual style element that represents a pressed tab control
that shares its bottom, left, and right borders with other tab controls.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents a pressed tab control that shares its bottom, left, and right
borders with other tab controls.</returns>
</member>
<member
name="T:System.Windows.Forms.VisualStyles.VisualStyleElement.Tab.TopTabItemBothEdge
s">
<summary>Provides a <see
cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement" /> for a tab control
that shares its bottom border with another tab control. This class cannot be
inherited. </summary>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.Tab.TopTabItemBothEdge
s.Normal">
<summary>Gets a visual style element that represents a tab control that
shares its bottom border with another tab control.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents a tab control that shares its bottom border with another tab
control. </returns>
</member>
<member
name="T:System.Windows.Forms.VisualStyles.VisualStyleElement.Tab.TopTabItemLeftEdge
">
<summary>Provides <see
cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement" /> objects for each
state of a tab control that shares its bottom and right borders with other tab
controls. This class cannot be inherited. </summary>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.Tab.TopTabItemLeftEdge
.Disabled">
<summary>Gets a visual style element that represents a disabled tab control
that shares its bottom and right borders with other tab controls.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents a disabled tab control that shares its bottom and right borders
with other tab controls.</returns>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.Tab.TopTabItemLeftEdge
.Hot">
<summary>Gets a visual style element that represents a hot tab control that
shares its bottom and right borders with other tab controls.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents a hot tab control that shares its bottom and right borders with
other tab controls.</returns>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.Tab.TopTabItemLeftEdge
.Normal">
<summary>Gets a visual style element that represents a normal tab control
that shares its bottom and right borders with other tab controls.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents a normal tab control that shares its bottom and right borders
with other tab controls.</returns>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.Tab.TopTabItemLeftEdge
.Pressed">
<summary>Gets a visual style element that represents a pressed tab control
that shares its bottom and right borders with other tab controls.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents a pressed tab control that shares its bottom and right borders
with other tab controls. </returns>
</member>
<member
name="T:System.Windows.Forms.VisualStyles.VisualStyleElement.Tab.TopTabItemRightEdg
e">
<summary>Provides <see
cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement" /> objects for each
state of a tab control that shares its bottom and left borders with other tab
controls. This class cannot be inherited. </summary>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.Tab.TopTabItemRightEdg
e.Disabled">
<summary>Gets a visual style element that represents a disabled tab control
that shares its bottom and left borders with other tab controls.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents a disabled tab control that shares its bottom and left borders
with other tab controls.</returns>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.Tab.TopTabItemRightEdg
e.Hot">
<summary>Gets a visual style element that represents a hot tab control that
shares its bottom and left borders with other tab controls.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents a hot tab control that shares its bottom and left borders with
other tab controls.</returns>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.Tab.TopTabItemRightEdg
e.Normal">
<summary>Gets a visual style element that represents a normal tab control
that shares its bottom and left borders with other tab controls.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents a normal tab control that shares its bottom and left borders
with other tab controls.</returns>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.Tab.TopTabItemRightEdg
e.Pressed">
<summary>Gets a visual style element that represents a pressed tab control
that shares its bottom and left borders with other tab controls.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents a pressed tab control that shares its bottom and left borders
with other tab controls. </returns>
</member>
<member name="T:System.Windows.Forms.VisualStyles.VisualStyleElement.TaskBand">
<summary>Contains classes that provide <see
cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement" /> objects for parts
of the taskbar. This class cannot be inherited.</summary>
</member>
<member
name="T:System.Windows.Forms.VisualStyles.VisualStyleElement.TaskBand.FlashButton">
<summary>Provides a <see
cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement" /> for a flashing
window button in the taskbar. This class cannot be inherited. </summary>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.TaskBand.FlashButton.N
ormal">
<summary>Gets a visual style element that represents a flashing window button
in the taskbar.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents a flashing window button in the taskbar. </returns>
</member>
<member
name="T:System.Windows.Forms.VisualStyles.VisualStyleElement.TaskBand.FlashButtonGr
oupMenu">
<summary>Provides a <see
cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement" /> for a flashing
menu item of a window button in the taskbar. This class cannot be inherited.
</summary>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.TaskBand.FlashButtonGr
oupMenu.Normal">
<summary>Gets a visual style element that represents a flashing menu item for
a window button in the taskbar.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents a flashing menu item for a window button in the
taskbar.</returns>
</member>
<member
name="T:System.Windows.Forms.VisualStyles.VisualStyleElement.TaskBand.GroupCount">
<summary>Provides a <see
cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement" /> for a group
counter of the taskbar. This class cannot be inherited. </summary>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.TaskBand.GroupCount.No
rmal">
<summary>Gets a visual style element that represents a group counter for the
taskbar.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents a group counter for the taskbar. </returns>
</member>
<member name="T:System.Windows.Forms.VisualStyles.VisualStyleElement.Taskbar">
<summary>Contains classes that provide <see
cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement" /> objects for the
parts of the taskbar. This class cannot be inherited.</summary>
</member>
<member
name="T:System.Windows.Forms.VisualStyles.VisualStyleElement.Taskbar.BackgroundBott
om">
<summary>Provides a <see
cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement" /> for the background
of a taskbar that is docked on the bottom of the screen. This class cannot be
inherited. </summary>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.Taskbar.BackgroundBott
om.Normal">
<summary>Gets a visual style element that represents the background of a
taskbar that is docked on the bottom of the screen. </summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents the background of a taskbar that is docked on the bottom of the
screen. </returns>
</member>
<member
name="T:System.Windows.Forms.VisualStyles.VisualStyleElement.Taskbar.BackgroundLeft
">
<summary>Provides a <see
cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement" /> for the background
of a taskbar that is docked on the left side of the screen. This class cannot be
inherited. </summary>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.Taskbar.BackgroundLeft
.Normal">
<summary>Gets a visual style element that represents the background of a
taskbar that is docked on the left side of the screen. </summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents the background of a taskbar that is docked on the left side of
the screen. </returns>
</member>
<member
name="T:System.Windows.Forms.VisualStyles.VisualStyleElement.Taskbar.BackgroundRigh
t">
<summary>Provides a <see
cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement" /> for the background
of a taskbar that is docked on the right side of the screen. This class cannot be
inherited. </summary>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.Taskbar.BackgroundRigh
t.Normal">
<summary>Gets a visual style element that represents the background of a
taskbar that is docked on the right side of the screen.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents the background of a taskbar that is docked on the right side of
the screen.</returns>
</member>
<member
name="T:System.Windows.Forms.VisualStyles.VisualStyleElement.Taskbar.BackgroundTop"
>
<summary>Provides a <see
cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement" /> for the background
of a taskbar that is docked on the top of the screen. This class cannot be
inherited. </summary>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.Taskbar.BackgroundTop.
Normal">
<summary>Gets a visual style element that represents the background of a
taskbar that is docked on the top of the screen. </summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents the background of a taskbar that is docked on the top of the
screen. </returns>
</member>
<member
name="T:System.Windows.Forms.VisualStyles.VisualStyleElement.Taskbar.SizingBarBotto
m">
<summary>Provides a <see
cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement" /> for the sizing bar
of a taskbar that is docked on the bottom of the screen. This class cannot be
inherited. </summary>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.Taskbar.SizingBarBotto
m.Normal">
<summary>Gets a visual style element that represents the sizing bar for a
taskbar that is docked on the bottom of the screen.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents the sizing bar for a taskbar that is docked on the bottom of the
screen.</returns>
</member>
<member
name="T:System.Windows.Forms.VisualStyles.VisualStyleElement.Taskbar.SizingBarLeft"
>
<summary>Provides a <see
cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement" /> for the sizing bar
of a taskbar that is docked on the left side of the screen. This class cannot be
inherited. </summary>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.Taskbar.SizingBarLeft.
Normal">
<summary>Gets a visual style element that represents the sizing bar for a
taskbar that is docked on the left side of the screen.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents the sizing bar for a taskbar that is docked on the left side of
the screen.</returns>
</member>
<member
name="T:System.Windows.Forms.VisualStyles.VisualStyleElement.Taskbar.SizingBarRight
">
<summary>Provides a <see
cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement" /> for the sizing bar
of a taskbar that is docked on the right side of the screen. This class cannot be
inherited. </summary>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.Taskbar.SizingBarRight
.Normal">
<summary>Gets a visual style element that represents the sizing bar for a
taskbar that is docked on the right side of the screen.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents the sizing bar for a taskbar that is docked on the right side of
the screen.</returns>
</member>
<member
name="T:System.Windows.Forms.VisualStyles.VisualStyleElement.Taskbar.SizingBarTop">
<summary>Provides a <see
cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement" /> for the sizing bar
of a taskbar that is docked on the top of the screen. This class cannot be
inherited. </summary>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.Taskbar.SizingBarTop.N
ormal">
<summary>Gets a visual style element that represents the sizing bar for a
taskbar that is docked on the top of the screen.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents the sizing bar for a taskbar that is docked on the top of the
screen.</returns>
</member>
<member
name="T:System.Windows.Forms.VisualStyles.VisualStyleElement.TaskbarClock">
<summary>Contains a class that provides a <see
cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement" /> for the background
of the taskbar clock. This class cannot be inherited. </summary>
</member>
<member
name="T:System.Windows.Forms.VisualStyles.VisualStyleElement.TaskbarClock.Time">
<summary>Provides a <see
cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement" /> for the background
of the taskbar clock. This class cannot be inherited. </summary>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.TaskbarClock.Time.Norm
al">
<summary>Gets a visual style element that represents the background of the
taskbar clock. </summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents the background of the taskbar clock.</returns>
</member>
<member name="T:System.Windows.Forms.VisualStyles.VisualStyleElement.TextBox">
<summary>Contains classes that provide <see
cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement" /> objects for the
parts of a text box. This class cannot be inherited.</summary>
</member>
<member
name="T:System.Windows.Forms.VisualStyles.VisualStyleElement.TextBox.Caret">
<summary>Provides a <see
cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement" /> for the caret of a
text box. This class cannot be inherited. </summary>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.TextBox.Caret.Normal">
<summary>Gets a visual style element that represents a text box
caret.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents the insertion point of a text box. </returns>
</member>
<member
name="T:System.Windows.Forms.VisualStyles.VisualStyleElement.TextBox.TextEdit">
<summary>Provides <see
cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement" /> objects for each
state of a text box. This class cannot be inherited. </summary>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.TextBox.TextEdit.Assis
t">
<summary>Gets a visual style element that represents a text box in assist
mode.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents a text box in assist mode.</returns>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.TextBox.TextEdit.Disab
led">
<summary>Gets a visual style element that represents a disabled text
box.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents a disabled text box.</returns>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.TextBox.TextEdit.Focus
ed">
<summary>Gets a visual style element that represents a text box that has
focus.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents a text box that has focus.</returns>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.TextBox.TextEdit.Hot">
<summary>Gets a visual style element that represents a hot text
box.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents a hot text box.</returns>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.TextBox.TextEdit.Norma
l">
<summary>Gets a visual style element that represents a normal text
box.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents a normal text box.</returns>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.TextBox.TextEdit.ReadO
nly">
<summary>Gets a visual style element that represents a read-only text
box.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents a read-only text box.</returns>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.TextBox.TextEdit.Selec
ted">
<summary>Gets a visual style element that represents a selected text
box.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents a selected text box.</returns>
</member>
<member name="T:System.Windows.Forms.VisualStyles.VisualStyleElement.ToolBar">
<summary>Contains classes that provide <see
cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement" /> objects for the
parts of a toolbar. This class cannot be inherited.</summary>
</member>
<member
name="T:System.Windows.Forms.VisualStyles.VisualStyleElement.ToolBar.Button">
<summary>Provides <see
cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement" /> objects for each
state of a toolbar button. This class cannot be inherited. </summary>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.ToolBar.Button.Checked
">
<summary>Gets a visual style element that represents a toolbar button in the
checked state.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents a toolbar button in the checked state.</returns>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.ToolBar.Button.Disable
d">
<summary>Gets a visual style element that represents a toolbar button in the
disabled state.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents a toolbar button in the disabled state.</returns>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.ToolBar.Button.Hot">
<summary>Gets a visual style element that represents a toolbar button in the
hot state.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents a toolbar button in the hot state.</returns>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.ToolBar.Button.HotChec
ked">
<summary>Gets a visual style element that represents a toolbar button in the
hot and checked states.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents a toolbar button in the hot and checked states.</returns>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.ToolBar.Button.Normal"
>
<summary>Gets a visual style element that represents a toolbar button in the
normal state.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents a toolbar button in the normal state.</returns>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.ToolBar.Button.Pressed
">
<summary>Gets a visual style element that represents a toolbar button in the
pressed state.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents a toolbar button in the pressed state.</returns>
</member>
<member
name="T:System.Windows.Forms.VisualStyles.VisualStyleElement.ToolBar.DropDownButton
">
<summary>Provides <see
cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement" /> objects for each
state of a drop-down toolbar button. This class cannot be inherited. </summary>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.ToolBar.DropDownButton
.Checked">
<summary>Gets a visual style element that represents a drop-down toolbar
button in the checked state.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents a drop-down toolbar button in the checked state.</returns>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.ToolBar.DropDownButton
.Disabled">
<summary>Gets a visual style element that represents a drop-down toolbar
button in the disabled state.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents a drop-down toolbar button in the disabled state.</returns>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.ToolBar.DropDownButton
.Hot">
<summary>Gets a visual style element that represents a drop-down toolbar
button in the hot state.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents a drop-down toolbar button in the hot state.</returns>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.ToolBar.DropDownButton
.HotChecked">
<summary>Gets a visual style element that represents a drop-down toolbar
button in the hot and checked states.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents a drop-down toolbar button in the hot and checked
states.</returns>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.ToolBar.DropDownButton
.Normal">
<summary>Gets a visual style element that represents a drop-down toolbar
button in the normal state.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents a drop-down toolbar button in the normal state.</returns>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.ToolBar.DropDownButton
.Pressed">
<summary>Gets a visual style element that represents a drop-down toolbar
button in the pressed state.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents a drop-down toolbar button in the pressed state.</returns>
</member>
<member
name="T:System.Windows.Forms.VisualStyles.VisualStyleElement.ToolBar.SeparatorHoriz
ontal">
<summary>Provides a <see
cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement" /> for a horizontal
separator of the toolbar. This class cannot be inherited. </summary>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.ToolBar.SeparatorHoriz
ontal.Normal">
<summary>Gets a visual style element that represents a horizontal separator
of the toolbar.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents a horizontal separator of the toolbar.</returns>
</member>
<member
name="T:System.Windows.Forms.VisualStyles.VisualStyleElement.ToolBar.SeparatorVerti
cal">
<summary>Provides a <see
cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement" /> for a vertical
separator of the toolbar. This class cannot be inherited. </summary>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.ToolBar.SeparatorVerti
cal.Normal">
<summary>Gets a visual style element that represents a vertical separator of
the toolbar.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents a vertical separator of the toolbar.</returns>
</member>
<member
name="T:System.Windows.Forms.VisualStyles.VisualStyleElement.ToolBar.SplitButton">
<summary>Provides <see
cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement" /> objects for each
state of the regular button portion of a combined regular button and drop-down
button. This class cannot be inherited.</summary>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.ToolBar.SplitButton.Ch
ecked">
<summary>Gets a visual style element that represents a split button in the
checked state.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents a split button in the checked state.</returns>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.ToolBar.SplitButton.Di
sabled">
<summary>Gets a visual style element that represents a split button in the
disabled state.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents a split button in the disabled state.</returns>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.ToolBar.SplitButton.Ho
t">
<summary>Gets a visual style element that represents a split button in the
hot state.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents a split button in the hot state.</returns>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.ToolBar.SplitButton.Ho
tChecked">
<summary>Gets a visual style element that represents a split button in the
hot and checked states.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents a split button in the hot and checked states.</returns>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.ToolBar.SplitButton.No
rmal">
<summary>Gets a visual style element that represents a split button in the
normal state.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents a split button in the normal state.</returns>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.ToolBar.SplitButton.Pr
essed">
<summary>Gets a visual style element that represents a split button in the
pressed state.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents a split button in the pressed state. </returns>
</member>
<member
name="T:System.Windows.Forms.VisualStyles.VisualStyleElement.ToolBar.SplitButtonDro
pDown">
<summary>Provides <see
cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement" /> objects for each
state of the drop-down portion of a combined regular button and drop-down button.
This class cannot be inherited. </summary>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.ToolBar.SplitButtonDro
pDown.Checked">
<summary>Gets a visual style element that represents a split drop-down button
in the checked state.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents a split drop-down button in the checked state.</returns>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.ToolBar.SplitButtonDro
pDown.Disabled">
<summary>Gets a visual style element that represents a split drop-down button
in the disabled state.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents a split drop-down button in the disabled state.</returns>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.ToolBar.SplitButtonDro
pDown.Hot">
<summary>Gets a visual style element that represents a split drop-down button
in the hot state.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents a split drop-down button in the hot state.</returns>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.ToolBar.SplitButtonDro
pDown.HotChecked">
<summary>Gets a visual style element that represents a split drop-down button
in the hot and checked states.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents a split drop-down button in the hot and checked
states.</returns>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.ToolBar.SplitButtonDro
pDown.Normal">
<summary>Gets a visual style element that represents a split drop-down button
in the normal state.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents a split drop-down button in the normal state.</returns>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.ToolBar.SplitButtonDro
pDown.Pressed">
<summary>Gets a visual style element that represents a split drop-down button
in the pressed state.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents a split drop-down button in the pressed state.</returns>
</member>
<member name="T:System.Windows.Forms.VisualStyles.VisualStyleElement.ToolTip">
<summary>Contains classes that provide <see
cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement" /> objects for the
parts of a ToolTip. This class cannot be inherited.</summary>
</member>
<member
name="T:System.Windows.Forms.VisualStyles.VisualStyleElement.ToolTip.Balloon">
<summary>Provides <see
cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement" /> objects for a
balloon ToolTip. This class cannot be inherited. </summary>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.ToolTip.Balloon.Link">
<summary>Gets a visual style element that represents a balloon ToolTip that
contains a link.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents a balloon ToolTip that contains a link.</returns>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.ToolTip.Balloon.Normal
">
<summary>Gets a visual style element that represents a balloon ToolTip that
contains text.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents a balloon ToolTip that contains text.</returns>
</member>
<member
name="T:System.Windows.Forms.VisualStyles.VisualStyleElement.ToolTip.BalloonTitle">
<summary>Provides a <see
cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement" /> for the title area
of a balloon ToolTip. This class cannot be inherited. </summary>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.ToolTip.BalloonTitle.N
ormal">
<summary>Gets a visual style element that represents the title area of a
balloon ToolTip. </summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents the title area of a balloon ToolTip. </returns>
</member>
<member
name="T:System.Windows.Forms.VisualStyles.VisualStyleElement.ToolTip.Close">
<summary>Provides <see
cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement" /> objects for each
state of the Close button of a ToolTip. This class cannot be inherited. </summary>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.ToolTip.Close.Hot">
<summary>Gets a visual style element that represents the ToolTip Close button
in the hot state.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents the ToolTip Close button in the hot state.</returns>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.ToolTip.Close.Normal">
<summary>Gets a visual style element that represents the ToolTip Close button
in the normal state.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents the ToolTip Close button in the normal state.</returns>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.ToolTip.Close.Pressed"
>
<summary>Gets a visual style element that represents the ToolTip Close button
in the pressed state.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents the ToolTip Close button in the pressed state. </returns>
</member>
<member
name="T:System.Windows.Forms.VisualStyles.VisualStyleElement.ToolTip.Standard">
<summary>Provides <see
cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement" /> objects for a
standard ToolTip. This class cannot be inherited. </summary>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.ToolTip.Standard.Link"
>
<summary>Gets a visual style element that represents a standard ToolTip that
contains a link.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents a standard ToolTip that contains a link.</returns>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.ToolTip.Standard.Norma
l">
<summary>Gets a visual style element that represents a standard ToolTip that
contains text.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents a standard ToolTip that contains text.</returns>
</member>
<member
name="T:System.Windows.Forms.VisualStyles.VisualStyleElement.ToolTip.StandardTitle"
>
<summary>Provides a <see
cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement" /> for the title area
of a standard ToolTip. This class cannot be inherited. </summary>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.ToolTip.StandardTitle.
Normal">
<summary>Gets a visual style element that represents the title area of a
standard ToolTip. </summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents the title area of a standard ToolTip. </returns>
</member>
<member name="T:System.Windows.Forms.VisualStyles.VisualStyleElement.TrackBar">
<summary>Contains classes that provide <see
cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement" /> objects for the
parts of the track bar control. This class cannot be inherited.</summary>
</member>
<member
name="T:System.Windows.Forms.VisualStyles.VisualStyleElement.TrackBar.Thumb">
<summary>Provides <see
cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement" /> objects for each
state of the slider (also known as the thumb) of a horizontal track bar. This class
cannot be inherited. </summary>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.TrackBar.Thumb.Disable
d">
<summary>Gets a visual style element that represents the slider of a
horizontal track bar in the disabled state.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents the slider of a horizontal track bar in the disabled
state.</returns>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.TrackBar.Thumb.Focused
">
<summary>Gets a visual style element that represents the slider of a
horizontal track bar that has focus.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents the slider of a horizontal track bar that has focus.</returns>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.TrackBar.Thumb.Hot">
<summary>Gets a visual style element that represents the slider of a
horizontal track bar in the hot state.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents the slider of a horizontal track bar in the hot state.</returns>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.TrackBar.Thumb.Normal"
>
<summary>Gets a visual style element that represents the slider of a
horizontal track bar in the normal state.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents the slider of a horizontal track bar in the normal
state.</returns>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.TrackBar.Thumb.Pressed
">
<summary>Gets a visual style element that represents the slider of a
horizontal track bar in the pressed state.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents the slider of a horizontal track bar in the pressed
state.</returns>
</member>
<member
name="T:System.Windows.Forms.VisualStyles.VisualStyleElement.TrackBar.ThumbBottom">
<summary>Provides <see
cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement" /> objects for each
state of the downward-pointing track bar slider (also known as the thumb). This
class cannot be inherited. </summary>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.TrackBar.ThumbBottom.D
isabled">
<summary>Gets a visual style element that represents a downward-pointing
track bar slider in the disabled state.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents a downward-pointing track bar slider in the disabled
state.</returns>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.TrackBar.ThumbBottom.F
ocused">
<summary>Gets a visual style element that represents a downward-pointing
track bar slider that has focus.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents a downward-pointing track bar slider that has focus.</returns>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.TrackBar.ThumbBottom.H
ot">
<summary>Gets a visual style element that represents a downward-pointing
track bar slider in the hot state.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents a downward-pointing track bar slider in the hot state.</returns>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.TrackBar.ThumbBottom.N
ormal">
<summary>Gets a visual style element that represents a downward-pointing
track bar slider in the normal state.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents a downward-pointing track bar slider in the normal
state.</returns>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.TrackBar.ThumbBottom.P
ressed">
<summary>Gets a visual style element that represents a downward-pointing
track bar slider in the pressed state.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents a downward-pointing track bar slider in the pressed
state.</returns>
</member>
<member
name="T:System.Windows.Forms.VisualStyles.VisualStyleElement.TrackBar.ThumbLeft">
<summary>Provides <see
cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement" /> objects for each
state of the left-pointing track bar slider (also known as the thumb). This class
cannot be inherited. </summary>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.TrackBar.ThumbLeft.Dis
abled">
<summary>Gets a visual style element that represents a left-pointing track
bar slider in the disabled state.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents a left-pointing track bar slider in the disabled
state.</returns>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.TrackBar.ThumbLeft.Foc
used">
<summary>Gets a visual style element that represents a left-pointing track
bar slider that has focus.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents a left-pointing track bar slider that has focus.</returns>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.TrackBar.ThumbLeft.Hot
">
<summary>Gets a visual style element that represents a left-pointing track
bar slider in the hot state.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents a left-pointing track bar slider in the hot state.</returns>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.TrackBar.ThumbLeft.Nor
mal">
<summary>Gets a visual style element that represents a left-pointing track
bar slider in the normal state.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents a left-pointing track bar slider in the normal state.</returns>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.TrackBar.ThumbLeft.Pre
ssed">
<summary>Gets a visual style element that represents a left-pointing track
bar slider in the pressed state.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents a left-pointing track bar slider in the pressed state.
</returns>
</member>
<member
name="T:System.Windows.Forms.VisualStyles.VisualStyleElement.TrackBar.ThumbRight">
<summary>Provides <see
cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement" /> objects for each
state of the right-pointing track bar slider (also known as the thumb). This class
cannot be inherited. </summary>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.TrackBar.ThumbRight.Di
sabled">
<summary>Gets a visual style element that represents a right-pointing track
bar slider in the disabled state.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents a right-pointing track bar slider in the disabled
state.</returns>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.TrackBar.ThumbRight.Fo
cused">
<summary>Gets a visual style element that represents a right-pointing track
bar slider that has focus.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents a right-pointing track bar slider that has focus.</returns>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.TrackBar.ThumbRight.Ho
t">
<summary>Gets a visual style element that represents a right-pointing track
bar slider in the hot state.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents a right-pointing track bar slider in the hot state.</returns>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.TrackBar.ThumbRight.No
rmal">
<summary>Gets a visual style element that represents a right-pointing track
bar slider in the normal state.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents a right-pointing track bar slider in the normal state.</returns>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.TrackBar.ThumbRight.Pr
essed">
<summary>Gets a visual style element that represents a right-pointing track
bar slider in the pressed state.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents a right-pointing track bar slider in the pressed
state.</returns>
</member>
<member
name="T:System.Windows.Forms.VisualStyles.VisualStyleElement.TrackBar.ThumbTop">
<summary>Provides <see
cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement" /> objects for each
state of the upward-pointing track bar slider (also known as the thumb). This class
cannot be inherited. </summary>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.TrackBar.ThumbTop.Disa
bled">
<summary>Gets a visual style element that represents an upward-pointing track
bar slider in the disabled state.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents an upward-pointing track bar slider in the disabled
state.</returns>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.TrackBar.ThumbTop.Focu
sed">
<summary>Gets a visual style element that represents an upward-pointing track
bar slider that has focus.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents an upward-pointing track bar slider that has focus.</returns>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.TrackBar.ThumbTop.Hot"
>
<summary>Gets a visual style element that represents an upward-pointing track
bar slider in the hot state.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents an upward-pointing track bar slider in the hot state.</returns>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.TrackBar.ThumbTop.Norm
al">
<summary>Gets a visual style element that represents an upward-pointing track
bar slider in the normal state.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents an upward-pointing track bar slider in the normal
state.</returns>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.TrackBar.ThumbTop.Pres
sed">
<summary>Gets a visual style element that represents an upward-pointing track
bar slider in the pressed state.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents an upward-pointing track bar slider in the pressed
state.</returns>
</member>
<member
name="T:System.Windows.Forms.VisualStyles.VisualStyleElement.TrackBar.ThumbVertical
">
<summary>Provides <see
cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement" /> objects for each
state of the slider (also known as the thumb) of a vertical track bar. This class
cannot be inherited. </summary>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.TrackBar.ThumbVertical
.Disabled">
<summary>Gets a visual style element that represents the slider of a vertical
track bar in the disabled state.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents the slider of a vertical track bar in the disabled
state.</returns>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.TrackBar.ThumbVertical
.Focused">
<summary>Gets a visual style element that represents the slider of a vertical
track bar that has focus. </summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents the slider of a vertical track bar that has focus.</returns>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.TrackBar.ThumbVertical
.Hot">
<summary>Gets a visual style element that represents the slider of a vertical
track bar in the hot state.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents the slider of a vertical track bar in the hot state.</returns>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.TrackBar.ThumbVertical
.Normal">
<summary>Gets a visual style element that represents the slider of a vertical
track bar in the normal state.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents the slider of a vertical track bar in the normal
state.</returns>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.TrackBar.ThumbVertical
.Pressed">
<summary>Gets a visual style element that represents the slider of a vertical
track bar in the pressed state.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents the slider of a vertical track bar in the pressed state.
</returns>
</member>
<member
name="T:System.Windows.Forms.VisualStyles.VisualStyleElement.TrackBar.Ticks">
<summary>Provides a <see
cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement" /> for a single tick
of a horizontal track bar. This class cannot be inherited. </summary>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.TrackBar.Ticks.Normal"
>
<summary>Gets a visual style element that represents a single tick of a
horizontal track bar.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents a single tick of a horizontal track bar.</returns>
</member>
<member
name="T:System.Windows.Forms.VisualStyles.VisualStyleElement.TrackBar.TicksVertical
">
<summary>Provides a <see
cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement" /> for a single tick
of a vertical track bar. This class cannot be inherited. </summary>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.TrackBar.TicksVertical
.Normal">
<summary>Gets a visual style element that represents a single tick of a
vertical track bar.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents a single tick of a vertical track bar.</returns>
</member>
<member
name="T:System.Windows.Forms.VisualStyles.VisualStyleElement.TrackBar.Track">
<summary>Provides a <see
cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement" /> for the track for
a horizontal track bar. This class cannot be inherited. </summary>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.TrackBar.Track.Normal"
>
<summary>Gets a visual style element that represents the track for a
horizontal track bar. </summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents the track for a horizontal track bar. </returns>
</member>
<member
name="T:System.Windows.Forms.VisualStyles.VisualStyleElement.TrackBar.TrackVertical
">
<summary>Provides a <see
cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement" /> for the track for
a vertical track bar. This class cannot be inherited. </summary>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.TrackBar.TrackVertical
.Normal">
<summary>Gets a visual style element that represents the track for a vertical
track bar.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents the track for a vertical track bar.</returns>
</member>
<member
name="T:System.Windows.Forms.VisualStyles.VisualStyleElement.TrayNotify">
<summary>Contains classes that provide <see
cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement" /> objects for the
background of the notification area, which is located at the far right of the
taskbar. This class cannot be inherited.</summary>
</member>
<member
name="T:System.Windows.Forms.VisualStyles.VisualStyleElement.TrayNotify.AnimateBack
ground">
<summary>Provides a <see
cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement" /> for an animated
background of the notification area. This class cannot be inherited. </summary>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.TrayNotify.AnimateBack
ground.Normal">
<summary>Gets a visual style element that represents an animated background
of the notification area.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents an animated background of the notification area. </returns>
</member>
<member
name="T:System.Windows.Forms.VisualStyles.VisualStyleElement.TrayNotify.Background"
>
<summary>Provides a <see
cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement" /> for the background
of the notification area. This class cannot be inherited. </summary>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.TrayNotify.Background.
Normal">
<summary>Gets a visual style element that represents the background of the
notification area.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents the background of the notification area. </returns>
</member>
<member name="T:System.Windows.Forms.VisualStyles.VisualStyleElement.TreeView">
<summary>Contains classes that provide <see
cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement" /> objects for the
parts of the tree view control. This class cannot be inherited. </summary>
</member>
<member
name="T:System.Windows.Forms.VisualStyles.VisualStyleElement.TreeView.Branch">
<summary>Provides a <see
cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement" /> for a tree view
branch. This class cannot be inherited. </summary>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.TreeView.Branch.Normal
">
<summary>Gets a visual style element that represents a tree view branch.
</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents a tree view branch.</returns>
</member>
<member
name="T:System.Windows.Forms.VisualStyles.VisualStyleElement.TreeView.Glyph">
<summary>Provides <see
cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement" /> objects for the
plus sign (+) and minus sign (-) buttons of a tree view control. This class cannot
be inherited. </summary>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.TreeView.Glyph.Closed"
>
<summary>Gets a visual style element that represents a minus sign (-) button
of a tree view node.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents a minus sign button of a tree view node.</returns>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.TreeView.Glyph.Opened"
>
<summary>Gets a visual style element that represents a plus sign (+) button
of a tree view node.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents a plus sign button of a tree view node.</returns>
</member>
<member
name="T:System.Windows.Forms.VisualStyles.VisualStyleElement.TreeView.Item">
<summary>Provides <see
cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement" /> objects for each
state of a tree view item. This class cannot be inherited. </summary>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.TreeView.Item.Disabled
">
<summary>Gets a visual style element that represents a tree view item in the
disabled state.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents a tree view item in the disabled state.</returns>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.TreeView.Item.Hot">
<summary>Gets a visual style element that represents a tree view item in the
hot state.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents a tree view item in the hot state.</returns>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.TreeView.Item.Normal">
<summary>Gets a visual style element that represents a tree view item in the
normal state.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents a tree view item in the normal state.</returns>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.TreeView.Item.Selected
">
<summary>Gets a visual style element that represents a tree view item that is
in the selected state and has focus.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents a tree view item that is in the selected state and has
focus.</returns>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.TreeView.Item.Selected
NotFocus">
<summary>Gets a visual style element that represents a tree view item that is
in the selected state but does not have focus.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents a tree view item that is in the selected state but does not have
focus.</returns>
</member>
<member name="T:System.Windows.Forms.VisualStyles.VisualStyleElement.Window">
<summary>Contains classes that provide <see
cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement" /> objects for the
parts of a window. This class cannot be inherited.</summary>
</member>
<member
name="T:System.Windows.Forms.VisualStyles.VisualStyleElement.Window.Caption">
<summary>Provides <see
cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement" /> objects for each
state of the title bar of a window. This class cannot be inherited. </summary>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.Window.Caption.Active"
>
<summary>Gets a visual style element that represents the title bar of an
active window.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents the title bar of an active window.</returns>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.Window.Caption.Disable
d">
<summary>Gets a visual style element that represents the title bar of a
disabled window.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents the title bar of a disabled window.</returns>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.Window.Caption.Inactiv
e">
<summary>Gets a visual style element that represents the title bar of an
inactive window.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents the title bar of an inactive window.</returns>
</member>
<member
name="T:System.Windows.Forms.VisualStyles.VisualStyleElement.Window.CaptionSizingTe
mplate">
<summary>Provides a <see
cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement" /> that represents
the sizing template of the title bar of a window. This class cannot be inherited.
</summary>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.Window.CaptionSizingTe
mplate.Normal">
<summary>Gets a visual style element that represents the sizing template of
the title bar of a window.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents the sizing template of the title bar of a window. </returns>
</member>
<member
name="T:System.Windows.Forms.VisualStyles.VisualStyleElement.Window.CloseButton">
<summary>Provides <see
cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement" /> objects for each
state of the Close button of a window. This class cannot be inherited. </summary>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.Window.CloseButton.Dis
abled">
<summary>Gets a visual style element that represents a Close button in the
disabled state.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents a Close button in the disabled state.</returns>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.Window.CloseButton.Hot
">
<summary>Gets a visual style element that represents a Close button in the
hot state.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents a Close button in the hot state.</returns>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.Window.CloseButton.Nor
mal">
<summary>Gets a visual style element that represents a Close button in the
normal state.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents a Close button in the normal state.</returns>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.Window.CloseButton.Pre
ssed">
<summary>Gets a visual style element that represents a Close button in the
pressed state.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents a Close button in the pressed state.</returns>
</member>
<member
name="T:System.Windows.Forms.VisualStyles.VisualStyleElement.Window.Dialog">
<summary>Provides a <see
cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement" /> for the background
of a dialog box. This class cannot be inherited. </summary>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.Window.Dialog.Normal">
<summary>Gets a visual style element that represents the background of a
dialog box.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents the background of a dialog box.</returns>
</member>
<member
name="T:System.Windows.Forms.VisualStyles.VisualStyleElement.Window.FrameBottom">
<summary>Provides <see
cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement" /> objects for each
state of the bottom border of a window. This class cannot be inherited. </summary>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.Window.FrameBottom.Act
ive">
<summary>Gets a visual style element that represents the bottom border of an
active window.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents the bottom border of an active window.</returns>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.Window.FrameBottom.Ina
ctive">
<summary>Gets a visual style element that represents the bottom border of an
inactive window.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents the bottom border of an inactive window.</returns>
</member>
<member
name="T:System.Windows.Forms.VisualStyles.VisualStyleElement.Window.FrameBottomSizi
ngTemplate">
<summary>Provides a <see
cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement" /> that represents
the sizing template of the bottom border of a window. This class cannot be
inherited. </summary>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.Window.FrameBottomSizi
ngTemplate.Normal">
<summary>Gets a visual style element that represents the sizing template of
the bottom border of a window.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents the sizing template of the bottom border of a window.</returns>
</member>
<member
name="T:System.Windows.Forms.VisualStyles.VisualStyleElement.Window.FrameLeft">
<summary>Provides <see
cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement" /> objects for each
state of the left border of a window. This class cannot be inherited. </summary>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.Window.FrameLeft.Activ
e">
<summary>Gets a visual style element that represents the left border of an
active window.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents the left border of an active window.</returns>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.Window.FrameLeft.Inact
ive">
<summary>Gets a visual style element that represents the left border of an
inactive window.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents the left border of an inactive window.</returns>
</member>
<member
name="T:System.Windows.Forms.VisualStyles.VisualStyleElement.Window.FrameLeftSizing
Template">
<summary>Provides a <see
cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement" /> that represents
the sizing template of the left border of a window. This class cannot be inherited.
</summary>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.Window.FrameLeftSizing
Template.Normal">
<summary>Gets a visual style element that represents the sizing template of
the left border of a window.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents the sizing template of the left border of a window.</returns>
</member>
<member
name="T:System.Windows.Forms.VisualStyles.VisualStyleElement.Window.FrameRight">
<summary>Provides <see
cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement" /> objects for each
state of the right border of a window. This class cannot be inherited. </summary>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.Window.FrameRight.Acti
ve">
<summary>Gets a visual style element that represents the right border of an
active window.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents the right border of an active window.</returns>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.Window.FrameRight.Inac
tive">
<summary>Gets a visual style element that represents the right border of an
inactive window.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents the right border of an inactive window.</returns>
</member>
<member
name="T:System.Windows.Forms.VisualStyles.VisualStyleElement.Window.FrameRightSizin
gTemplate">
<summary>Provides a <see
cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement" /> that represents
the sizing template of the right border of a window. This class cannot be
inherited. </summary>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.Window.FrameRightSizin
gTemplate.Normal">
<summary>Gets a visual style element that represents the sizing template of
the right border of a window. </summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents the sizing template of the right border of a window. </returns>
</member>
<member
name="T:System.Windows.Forms.VisualStyles.VisualStyleElement.Window.HelpButton">
<summary>Provides <see
cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement" /> objects for each
state of the Help button of a window or dialog box. This class cannot be inherited.
</summary>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.Window.HelpButton.Disa
bled">
<summary>Gets a visual style element that represents a Help button in the
disabled state.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents a Help button in the disabled state.</returns>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.Window.HelpButton.Hot"
>
<summary>Gets a visual style element that represents a Help button in the hot
state.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents a Help button in the hot state.</returns>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.Window.HelpButton.Norm
al">
<summary>Gets a visual style element that represents a Help button in the
normal state.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents a Help button in the normal state.</returns>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.Window.HelpButton.Pres
sed">
<summary>Gets a visual style element that represents a Help button in the
pressed state.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents a Help button in the pressed state.</returns>
</member>
<member
name="T:System.Windows.Forms.VisualStyles.VisualStyleElement.Window.HorizontalScrol
l">
<summary>Provides <see
cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement" /> objects for each
state of the horizontal scroll bar of a window. This class cannot be inherited.
</summary>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.Window.HorizontalScrol
l.Disabled">
<summary>Gets a visual style element that represents a horizontal scroll bar
in the disabled state.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents a horizontal scroll bar in the disabled state.</returns>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.Window.HorizontalScrol
l.Hot">
<summary>Gets a visual style element that represents a horizontal scroll bar
in the hot state.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents a horizontal scroll bar in the hot state.</returns>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.Window.HorizontalScrol
l.Normal">
<summary>Gets a visual style element that represents a horizontal scroll bar
in the normal state.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents a horizontal scroll bar in the normal state.</returns>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.Window.HorizontalScrol
l.Pressed">
<summary>Gets a visual style element that represents a horizontal scroll bar
in the pressed state.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents a horizontal scroll bar in the pressed state.</returns>
</member>
<member
name="T:System.Windows.Forms.VisualStyles.VisualStyleElement.Window.HorizontalThumb
">
<summary>Provides <see
cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement" /> objects for each
state of the horizontal scroll box (also known as the thumb) of a window. This
class cannot be inherited. </summary>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.Window.HorizontalThumb
.Disabled">
<summary>Gets a visual style element that represents a horizontal scroll box
in the disabled state.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents a horizontal scroll box in the disabled state.</returns>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.Window.HorizontalThumb
.Hot">
<summary>Gets a visual style element that represents a horizontal scroll box
in the hot state.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents a horizontal scroll box in the hot state.</returns>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.Window.HorizontalThumb
.Normal">
<summary>Gets a visual style element that represents a horizontal scroll box
in the normal state.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents a horizontal scroll box in the normal state.</returns>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.Window.HorizontalThumb
.Pressed">
<summary>Gets a visual style element that represents a horizontal scroll box
in the pressed state.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents a horizontal scroll box in the pressed state.</returns>
</member>
<member
name="T:System.Windows.Forms.VisualStyles.VisualStyleElement.Window.MaxButton">
<summary>Provides <see
cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement" /> objects for each
state of the Maximize button of a window. This class cannot be inherited.
</summary>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.Window.MaxButton.Disab
led">
<summary>Gets a visual style element that represents a Maximize button in the
disabled state.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents a Maximize button in the disabled state.</returns>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.Window.MaxButton.Hot">
<summary>Gets a visual style element that represents a Maximize button in the
hot state.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents a Maximize button in the hot state.</returns>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.Window.MaxButton.Norma
l">
<summary>Gets a visual style element that represents a Maximize button in the
normal state.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents a Maximize button in the normal state.</returns>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.Window.MaxButton.Press
ed">
<summary>Gets a visual style element that represents a Maximize button in the
pressed state.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents a Maximize button in the pressed state.</returns>
</member>
<member
name="T:System.Windows.Forms.VisualStyles.VisualStyleElement.Window.MaxCaption">
<summary>Provides <see
cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement" /> objects for each
state of the title bar of a maximized window. This class cannot be inherited.
</summary>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.Window.MaxCaption.Acti
ve">
<summary>Gets a visual style element that represents the title bar of a
maximized active window.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents the title bar of a maximized active window.</returns>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.Window.MaxCaption.Disa
bled">
<summary>Gets a visual style element that represents the title bar of a
maximized disabled window.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents the title bar of a maximized disabled window.</returns>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.Window.MaxCaption.Inac
tive">
<summary>Gets a visual style element that represents the title bar of a
maximized inactive window.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents the title bar of a maximized inactive window. </returns>
</member>
<member
name="T:System.Windows.Forms.VisualStyles.VisualStyleElement.Window.MdiCloseButton"
>
<summary>Provides <see
cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement" /> objects for each
state of the Close button of a multiple-document interface (MDI) child window. This
class cannot be inherited. </summary>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.Window.MdiCloseButton.
Disabled">
<summary>Gets a visual style element that represents the Close button of a
multiple-document interface (MDI) child window in the disabled state.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents the Close button of an MDI child window in the disabled
state.</returns>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.Window.MdiCloseButton.
Hot">
<summary>Gets a visual style element that represents the Close button of a
multiple-document interface (MDI) child window in the hot state.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents the Close button of an MDI child window in the hot
state.</returns>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.Window.MdiCloseButton.
Normal">
<summary>Gets a visual style element that represents the Close button of a
multiple-document interface (MDI) child window in the normal state.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents the Close button of an MDI child window in the normal
state.</returns>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.Window.MdiCloseButton.
Pressed">
<summary>Gets a visual style element that represents the Close button of a
multiple-document interface (MDI) child window in the pressed state.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents the Close button of an MDI child window in the pressed
state.</returns>
</member>
<member
name="T:System.Windows.Forms.VisualStyles.VisualStyleElement.Window.MdiHelpButton">
<summary>Provides <see
cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement" /> objects for each
state of the Help button of a multiple-document interface (MDI) child window. This
class cannot be inherited. </summary>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.Window.MdiHelpButton.D
isabled">
<summary>Gets a visual style element that represents the Help button of a
multiple-document interface (MDI) child window in the disabled state.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents the Help button of an MDI child window in the disabled
state.</returns>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.Window.MdiHelpButton.H
ot">
<summary>Gets a visual style element that represents the Help button of a
multiple-document interface (MDI) child window in the hot state.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents the Help button of an MDI child window in the hot
state.</returns>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.Window.MdiHelpButton.N
ormal">
<summary>Gets a visual style element that represents the Help button of a
multiple-document interface (MDI) child window in the normal state.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents the Help button of an MDI child window in the normal
state.</returns>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.Window.MdiHelpButton.P
ressed">
<summary>Gets a visual style element that represents the Help button of a
multiple-document interface (MDI) child window in the pressed state.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents the Help button of an MDI child window in the pressed
state.</returns>
</member>
<member
name="T:System.Windows.Forms.VisualStyles.VisualStyleElement.Window.MdiMinButton">
<summary>Provides <see
cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement" /> objects for each
state of the Minimize button of a multiple-document interface (MDI) child window.
This class cannot be inherited. </summary>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.Window.MdiMinButton.Di
sabled">
<summary>Gets a visual style element that represents the Minimize button of a
multiple-document interface (MDI) child window in the disabled state.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents the Minimize button of an MDI child window in the disabled
state.</returns>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.Window.MdiMinButton.Ho
t">
<summary>Gets a visual style element that represents the Minimize button of a
multiple-document interface (MDI) child window in the hot state.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents the Minimize button of an MDI child window in the hot
state.</returns>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.Window.MdiMinButton.No
rmal">
<summary>Gets a visual style element that represents the Minimize button of a
multiple-document interface (MDI) child window in the normal state.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents the Minimize button of an MDI child window in the normal
state.</returns>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.Window.MdiMinButton.Pr
essed">
<summary>Gets a visual style element that represents the Minimize button of a
multiple-document interface (MDI) child window in the pressed state.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents the Minimize button of an MDI child window in the pressed
state.</returns>
</member>
<member
name="T:System.Windows.Forms.VisualStyles.VisualStyleElement.Window.MdiRestoreButto
n">
<summary>Provides <see
cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement" /> objects for each
state of the Restore button of a multiple-document interface (MDI) child window.
This class cannot be inherited. </summary>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.Window.MdiRestoreButto
n.Disabled">
<summary>Gets a visual style element that represents the Restore button of a
multiple-document interface (MDI) child window in the disabled state.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents the Restore button of an MDI child window in the disabled
state.</returns>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.Window.MdiRestoreButto
n.Hot">
<summary>Gets a visual style element that represents the Restore button of a
multiple-document interface (MDI) child window in the hot state.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents the Restore button of an MDI child window in the hot
state.</returns>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.Window.MdiRestoreButto
n.Normal">
<summary>Gets a visual style element that represents the Restore button of a
multiple-document interface (MDI) child window in the normal state.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents the Restore button of an MDI child window in the normal
state.</returns>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.Window.MdiRestoreButto
n.Pressed">
<summary>Gets a visual style element that represents the Restore button of a
multiple-document interface (MDI) child window in the pressed state.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents the Restore button of an MDI child window in the pressed
state.</returns>
</member>
<member
name="T:System.Windows.Forms.VisualStyles.VisualStyleElement.Window.MdiSysButton">
<summary>Provides <see
cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement" /> objects for each
state of the System button of a multiple-document interface (MDI) child window with
visual styles. This class cannot be inherited. </summary>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.Window.MdiSysButton.Di
sabled">
<summary>Gets a visual style element that represents the System button of a
multiple-document interface (MDI) child window in the disabled state.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents the System button of an MDI child window in the disabled
state.</returns>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.Window.MdiSysButton.Ho
t">
<summary>Gets a visual style element that represents the System button of a
multiple-document interface (MDI) child window in the hot state.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents the System button of an MDI child window in the hot
state.</returns>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.Window.MdiSysButton.No
rmal">
<summary>Gets a visual style element that represents the System button of a
multiple-document interface (MDI) child window in the normal state.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents the System button of an MDI child window in the normal
state.</returns>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.Window.MdiSysButton.Pr
essed">
<summary>Gets a visual style element that represents the System button of a
multiple-document interface (MDI) child window in the pressed state.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents the System button of an MDI child window in the pressed
state.</returns>
</member>
<member
name="T:System.Windows.Forms.VisualStyles.VisualStyleElement.Window.MinButton">
<summary>Provides <see
cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement" /> objects for each
state of the Minimize button of a window. This class cannot be inherited.
</summary>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.Window.MinButton.Disab
led">
<summary>Gets a visual style element that represents a Minimize button in the
disabled state.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents a Minimize button in the disabled state.</returns>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.Window.MinButton.Hot">
<summary>Gets a visual style element that represents a Minimize button in the
hot state.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents a Minimize button in the hot state.</returns>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.Window.MinButton.Norma
l">
<summary>Gets a visual style element that represents a Minimize button in the
normal state.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents a Minimize button in the normal state.</returns>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.Window.MinButton.Press
ed">
<summary>Gets a visual style element that represents a Minimize button in the
pressed state.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents a Minimize button in the pressed state.</returns>
</member>
<member
name="T:System.Windows.Forms.VisualStyles.VisualStyleElement.Window.MinCaption">
<summary>Provides <see
cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement" /> objects for each
state of the title bar of a minimized window. This class cannot be inherited.
</summary>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.Window.MinCaption.Acti
ve">
<summary>Gets a visual style element that represents the title bar of a
minimized active window.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents the title bar of a minimized active window.</returns>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.Window.MinCaption.Disa
bled">
<summary>Gets a visual style element that represents the title bar of a
minimized disabled window.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents the title bar of a minimized disabled window.</returns>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.Window.MinCaption.Inac
tive">
<summary>Gets a visual style element that represents the title bar of a
minimized inactive window.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents the title bar of a minimized inactive window.</returns>
</member>
<member
name="T:System.Windows.Forms.VisualStyles.VisualStyleElement.Window.RestoreButton">
<summary>Provides <see
cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement" /> objects for each
state of the Restore button of a window. This class cannot be inherited. </summary>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.Window.RestoreButton.D
isabled">
<summary>Gets a visual style element that represents a Restore button in the
disabled state.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents a Restore button in the disabled state.</returns>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.Window.RestoreButton.H
ot">
<summary>Gets a visual style element that represents a Restore button in the
hot state.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents a Restore button in the hot state.</returns>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.Window.RestoreButton.N
ormal">
<summary>Gets a visual style element that represents a Restore button in the
normal state.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents a Restore button in the normal state. </returns>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.Window.RestoreButton.P
ressed">
<summary>Gets a visual style element that represents a Restore button in the
pressed state.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents a Restore button in the pressed state. </returns>
</member>
<member
name="T:System.Windows.Forms.VisualStyles.VisualStyleElement.Window.SmallCaption">
<summary>Provides <see
cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement" /> objects for each
state of the title bar of a small window. This class cannot be inherited.
</summary>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.Window.SmallCaption.Ac
tive">
<summary>Gets a visual style element that represents the title bar of an
active small window.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents the title bar of an active small window.</returns>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.Window.SmallCaption.Di
sabled">
<summary>Gets a visual style element that represents the title bar of a
disabled small window.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents the title bar of a disabled small window.</returns>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.Window.SmallCaption.In
active">
<summary>Gets a visual style element that represents the title bar of an
inactive small window.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents the title bar of an inactive small window.</returns>
</member>
<member
name="T:System.Windows.Forms.VisualStyles.VisualStyleElement.Window.SmallCaptionSiz
ingTemplate">
<summary>Provides a <see
cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement" /> that represents
the sizing template of the title bar of a small window. This class cannot be
inherited. </summary>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.Window.SmallCaptionSiz
ingTemplate.Normal">
<summary>Gets a visual style element that represents the sizing template of
the title bar of a small window.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents the sizing template of the title bar of a small
window.</returns>
</member>
<member
name="T:System.Windows.Forms.VisualStyles.VisualStyleElement.Window.SmallCloseButto
n">
<summary>Provides <see
cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement" /> objects for each
state of the Close button of a small window. This class cannot be inherited.
</summary>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.Window.SmallCloseButto
n.Disabled">
<summary>Gets a visual style element that represents the small Close button
in the disabled state.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents the small Close button in the disabled state.</returns>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.Window.SmallCloseButto
n.Hot">
<summary>Gets a visual style element that represents the small Close button
in the hot state.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents the small Close button in the hot state.</returns>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.Window.SmallCloseButto
n.Normal">
<summary>Gets a visual style element that represents the small Close button
in the normal state.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents the small Close button in the normal state.</returns>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.Window.SmallCloseButto
n.Pressed">
<summary>Gets a visual style element that represents the small Close button
in the pressed state.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents the small Close button in the pressed state.</returns>
</member>
<member
name="T:System.Windows.Forms.VisualStyles.VisualStyleElement.Window.SmallFrameBotto
m">
<summary>Provides <see
cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement" /> objects for each
state of the bottom border of a small window. This class cannot be inherited.
</summary>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.Window.SmallFrameBotto
m.Active">
<summary>Gets a visual style element that represents the bottom border of an
active small window. </summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents the bottom border of an active small window.</returns>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.Window.SmallFrameBotto
m.Inactive">
<summary>Gets a visual style element that represents the bottom border of an
inactive small window.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents the bottom border of an inactive small window. </returns>
</member>
<member
name="T:System.Windows.Forms.VisualStyles.VisualStyleElement.Window.SmallFrameBotto
mSizingTemplate">
<summary>Provides a <see
cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement" /> that represents
the sizing template of the bottom border of a small window. This class cannot be
inherited. </summary>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.Window.SmallFrameBotto
mSizingTemplate.Normal">
<summary>Gets a visual style element that represents the sizing template of
the bottom border of a small window.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents the sizing template of the bottom border of a small
window.</returns>
</member>
<member
name="T:System.Windows.Forms.VisualStyles.VisualStyleElement.Window.SmallFrameLeft"
>
<summary>Provides <see
cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement" /> objects for each
state of the left border of a small window. This class cannot be inherited.
</summary>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.Window.SmallFrameLeft.
Active">
<summary>Gets a visual style element that represents the left border of an
active small window.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents the left border of an active small window.</returns>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.Window.SmallFrameLeft.
Inactive">
<summary>Gets a visual style element that represents the left border of an
inactive small window. </summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents the left border of an inactive small window. </returns>
</member>
<member
name="T:System.Windows.Forms.VisualStyles.VisualStyleElement.Window.SmallFrameLeftS
izingTemplate">
<summary>Provides a <see
cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement" /> that represents
the sizing template of the left border of a small window. This class cannot be
inherited. </summary>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.Window.SmallFrameLeftS
izingTemplate.Normal">
<summary>Gets a visual style element that represents the sizing template of
the left border of a small window. </summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents the sizing template of the left border of a small window.
</returns>
</member>
<member
name="T:System.Windows.Forms.VisualStyles.VisualStyleElement.Window.SmallFrameRight
">
<summary>Provides <see
cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement" /> objects for each
state of the right border of a small window. This class cannot be inherited.
</summary>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.Window.SmallFrameRight
.Active">
<summary>Gets a visual style element that represents the right border of an
active small window.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents the right border of an active small window.</returns>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.Window.SmallFrameRight
.Inactive">
<summary>Gets a visual style element that represents the right border of an
inactive small window.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents the right border of an inactive small window.</returns>
</member>
<member
name="T:System.Windows.Forms.VisualStyles.VisualStyleElement.Window.SmallFrameRight
SizingTemplate">
<summary>Provides a <see
cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement" /> for the sizing
template of the right border of a small window. This class cannot be inherited.
</summary>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.Window.SmallFrameRight
SizingTemplate.Normal">
<summary>Gets a visual style element that represents the sizing template of
the right border of a small window.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents the sizing template of the right border of a small
window.</returns>
</member>
<member
name="T:System.Windows.Forms.VisualStyles.VisualStyleElement.Window.SmallMaxCaption
">
<summary>Provides <see
cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement" /> objects for each
state of the title bar of a maximized small window. This class cannot be inherited.
</summary>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.Window.SmallMaxCaption
.Active">
<summary>Gets a visual style element that represents the title bar of an
active small window that is maximized.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents the title bar of an active small window that is
maximized.</returns>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.Window.SmallMaxCaption
.Disabled">
<summary>Gets a visual style element that represents the title bar of a
disabled small window that is maximized.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents the title bar of a disabled small window that is
maximized.</returns>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.Window.SmallMaxCaption
.Inactive">
<summary>Gets a visual style element that represents the title bar of an
inactive small window that is maximized.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents the title bar of an inactive small window that is
maximized.</returns>
</member>
<member
name="T:System.Windows.Forms.VisualStyles.VisualStyleElement.Window.SmallMinCaption
">
<summary>Provides <see
cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement" /> objects for each
state of the title bar of a minimized small window. This class cannot be inherited.
</summary>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.Window.SmallMinCaption
.Active">
<summary>Gets a visual style element that represents the title bar of an
active small window that is minimized.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents the title bar of an active small window that is
minimized.</returns>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.Window.SmallMinCaption
.Disabled">
<summary>Gets a visual style element that represents the title bar of a
disabled small window that is minimized.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents the title bar of a disabled small window that is
minimized.</returns>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.Window.SmallMinCaption
.Inactive">
<summary>Gets a visual style element that represents the title bar of an
inactive small window that is minimized.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents the title bar of an inactive small window that is
minimized.</returns>
</member>
<member
name="T:System.Windows.Forms.VisualStyles.VisualStyleElement.Window.SysButton">
<summary>Provides <see
cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement" /> objects for each
state of the System button of a window. This class cannot be inherited. </summary>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.Window.SysButton.Disab
led">
<summary>Gets a visual style element that represents a System button in the
disabled state.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents a System button in the disabled state.</returns>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.Window.SysButton.Hot">
<summary>Gets a visual style element that represents a System button in the
hot state.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents a System button in the hot state.</returns>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.Window.SysButton.Norma
l">
<summary>Gets a visual style element that represents a System button in the
normal state.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents a System button in the normal state.</returns>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.Window.SysButton.Press
ed">
<summary>Gets a visual style element that represents a System button in the
pressed state.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents a System button in the pressed state.</returns>
</member>
<member
name="T:System.Windows.Forms.VisualStyles.VisualStyleElement.Window.VerticalScroll"
>
<summary>Provides <see
cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement" /> objects for each
state of the vertical scroll bar of a window. This class cannot be inherited.
</summary>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.Window.VerticalScroll.
Disabled">
<summary>Gets a visual style element that represents a vertical scroll bar in
the disabled state.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents a vertical scroll bar in the disabled state.</returns>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.Window.VerticalScroll.
Hot">
<summary>Gets a visual style element that represents a vertical scroll bar in
the hot state.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents a vertical scroll bar in the hot state.</returns>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.Window.VerticalScroll.
Normal">
<summary>Gets a visual style element that represents a vertical scroll bar in
the normal state.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents a vertical scroll bar in the normal state.</returns>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.Window.VerticalScroll.
Pressed">
<summary>Gets a visual style element that represents a vertical scroll bar in
the pressed state.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents a vertical scroll bar in the pressed state.</returns>
</member>
<member
name="T:System.Windows.Forms.VisualStyles.VisualStyleElement.Window.VerticalThumb">
<summary>Provides <see
cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement" /> objects for each
state of the vertical scroll box (also known as the thumb) of a window. This class
cannot be inherited. </summary>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.Window.VerticalThumb.D
isabled">
<summary>Gets a visual style element that represents a vertical scroll box in
the disabled state.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents a vertical scroll box in the disabled state.</returns>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.Window.VerticalThumb.H
ot">
<summary>Gets a visual style element that represents a vertical scroll box in
the hot state.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents a vertical scroll box in the hot state.</returns>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.Window.VerticalThumb.N
ormal">
<summary>Gets a visual style element that represents a vertical scroll box in
the normal state.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents a vertical scroll box in the normal state.</returns>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleElement.Window.VerticalThumb.P
ressed">
<summary>Gets a visual style element that represents a vertical scroll box in
the pressed state.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/> that represents a vertical scroll box in the pressed state.</returns>
</member>
<member name="T:System.Windows.Forms.VisualStyles.VisualStyleInformation">
<summary>Provides information about the current visual style of the operating
system.</summary>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleInformation.Author">
<summary>Gets the author of the current visual style.</summary>
<returns>A string that specifies the author of the current visual style if
visual styles are enabled; otherwise, an empty string ("").</returns>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleInformation.ColorScheme">
<summary>Gets the color scheme of the current visual style.</summary>
<returns>A string that specifies the color scheme of the current visual style
if visual styles are enabled; otherwise, an empty string ("").</returns>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleInformation.Company">
<summary>Gets the company that created the current visual style.</summary>
<returns>A string that specifies the company that created the current visual
style if visual styles are enabled; otherwise, an empty string ("").</returns>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleInformation.ControlHighlightHo
t">
<summary>Gets the color that the current visual style uses to indicate the
hot state of a control.</summary>
<returns>If visual styles are enabled, the <see cref="T:System.Drawing.Color"
/> used to paint a highlight on a control in the hot state; otherwise, <see
cref="P:System.Drawing.SystemColors.ButtonHighlight" />.</returns>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleInformation.Copyright">
<summary>Gets the copyright of the current visual style.</summary>
<returns>A string that specifies the copyright of the current visual style if
visual styles are enabled; otherwise, an empty string ("").</returns>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleInformation.Description">
<summary>Gets a description of the current visual style.</summary>
<returns>A string that describes the current visual style if visual styles
are enabled; otherwise, an empty string ("").</returns>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleInformation.DisplayName">
<summary>Gets the display name of the current visual style.</summary>
<returns>A string that specifies the display name of the current visual style
if visual styles are enabled; otherwise, an empty string ("").</returns>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleInformation.IsEnabledByUser">
<summary>Gets a value indicating whether the user has enabled visual styles
in the operating system.</summary>
<returns>true if the user has enabled visual styles in an operating system
that supports them; otherwise, false.</returns>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleInformation.IsSupportedByOS">
<summary>Gets a value indicating whether the operating system supports visual
styles.</summary>
<returns>true if the operating system supports visual styles; otherwise,
false.</returns>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleInformation.MinimumColorDepth"
>
<summary>Gets the minimum color depth for the current visual style.</summary>
<returns>The minimum color depth for the current visual style if visual
styles are enabled; otherwise, 0.</returns>
</member>
<member name="P:System.Windows.Forms.VisualStyles.VisualStyleInformation.Size">
<summary>Gets a string that describes the size of the current visual
style.</summary>
<returns>A string that describes the size of the current visual style if
visual styles are enabled; otherwise, an empty string ("").</returns>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleInformation.SupportsFlatMenus"
>
<summary>Gets a value indicating whether the current visual style supports
flat menus.</summary>
<returns>true if visual styles are enabled and the current visual style
supports flat menus; otherwise, false.</returns>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleInformation.TextControlBorder"
>
<summary>Gets the color that the current visual style uses to paint the
borders of controls that contain text.</summary>
<returns>If visual styles are enabled, the <see cref="T:System.Drawing.Color"
/> that the current visual style uses to paint the borders of controls that contain
text; otherwise, <see cref="P:System.Drawing.SystemColors.ControlDarkDark"
/>.</returns>
</member>
<member name="P:System.Windows.Forms.VisualStyles.VisualStyleInformation.Url">
<summary>Gets a URL provided by the author of the current visual
style.</summary>
<returns>A string that specifies a URL provided by the author of the current
visual style if visual styles are enabled; otherwise, an empty string
("").</returns>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleInformation.Version">
<summary>Gets the version of the current visual style.</summary>
<returns>A string that indicates the version of the current visual style if
visual styles are enabled; otherwise, an empty string ("").</returns>
</member>
<member name="T:System.Windows.Forms.VisualStyles.VisualStyleRenderer">
<summary>Provides methods for drawing and getting information about a <see
cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement" />. This class cannot
be inherited.</summary>
</member>
<member
name="M:System.Windows.Forms.VisualStyles.VisualStyleRenderer.#ctor(System.String,S
ystem.Int32,System.Int32)">
<summary>Initializes a new instance of the <see
cref="T:System.Windows.Forms.VisualStyles.VisualStyleRenderer" /> class using the
given class, part, and state values.</summary>
<param name="className">The class name of the element that this <see
cref="T:System.Windows.Forms.VisualStyles.VisualStyleRenderer" /> will
represent.</param>
<param name="part">The part of the element that this <see
cref="T:System.Windows.Forms.VisualStyles.VisualStyleRenderer" /> will
represent.</param>
<param name="state">The state of the element that this <see
cref="T:System.Windows.Forms.VisualStyles.VisualStyleRenderer" /> will
represent.</param>
<exception cref="T:System.InvalidOperationException">The operating system
does not support visual styles.-or-Visual styles are disabled by the user in the
operating system.-or-Visual styles are not applied to the client area of
application windows.</exception>
<exception cref="T:System.ArgumentException">The combination of <paramref
name="className" />, <paramref name="part" />, and <paramref name="state" /> is not
defined by the current visual style.</exception>
</member>
<member
name="M:System.Windows.Forms.VisualStyles.VisualStyleRenderer.#ctor(System.Windows.
Forms.VisualStyles.VisualStyleElement)">
<summary>Initializes a new instance of the <see
cref="T:System.Windows.Forms.VisualStyles.VisualStyleRenderer" /> class using the
given <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement"
/>.</summary>
<param name="element">A <see
cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement" /> that this <see
cref="T:System.Windows.Forms.VisualStyles.VisualStyleRenderer" /> will
represent.</param>
<exception cref="T:System.InvalidOperationException">The operating system
does not support visual styles.-or-Visual styles are disabled by the user in the
operating system.-or-Visual styles are not applied to the client area of
application windows.</exception>
<exception cref="T:System.ArgumentException">
<paramref name="element" /> is not defined by the current visual
style.</exception>
</member>
<member name="P:System.Windows.Forms.VisualStyles.VisualStyleRenderer.Class">
<summary>Gets the class name of the current visual style element.</summary>
<returns>A string that identifies the class of the current visual style
element.</returns>
</member>
<member
name="M:System.Windows.Forms.VisualStyles.VisualStyleRenderer.DrawBackground(System
.Drawing.IDeviceContext,System.Drawing.Rectangle)">
<summary>Draws the background image of the current visual style element
within the specified bounding rectangle.</summary>
<param name="dc">The <see cref="T:System.Drawing.IDeviceContext" /> used to
draw the background image.</param>
<param name="bounds">A <see cref="T:System.Drawing.Rectangle" /> in which the
background image is drawn.</param>
<exception cref="T:System.ArgumentNullException">
<paramref name="dc" /> is null.</exception>
</member>
<member
name="M:System.Windows.Forms.VisualStyles.VisualStyleRenderer.DrawBackground(System
.Drawing.IDeviceContext,System.Drawing.Rectangle,System.Drawing.Rectangle)">
<summary>Draws the background image of the current visual style element
within the specified bounding rectangle and clipped to the specified clipping
rectangle.</summary>
<param name="dc">The <see cref="T:System.Drawing.IDeviceContext" /> used to
draw the background image.</param>
<param name="bounds">A <see cref="T:System.Drawing.Rectangle" /> in which the
background image is drawn.</param>
<param name="clipRectangle">A <see cref="T:System.Drawing.Rectangle" /> that
defines a clipping rectangle for the drawing operation. </param>
<exception cref="T:System.ArgumentNullException">
<paramref name="dc" /> is null.</exception>
</member>
<member
name="M:System.Windows.Forms.VisualStyles.VisualStyleRenderer.DrawEdge(System.Drawi
ng.IDeviceContext,System.Drawing.Rectangle,System.Windows.Forms.VisualStyles.Edges,
System.Windows.Forms.VisualStyles.EdgeStyle,System.Windows.Forms.VisualStyles.EdgeE
ffects)">
<summary>Draws one or more edges of the specified bounding
rectangle.</summary>
<returns>A <see cref="T:System.Drawing.Rectangle" /> that represents the
interior of the <paramref name="bounds" /> parameter, minus the edges that were
drawn.</returns>
<param name="dc">The <see cref="T:System.Drawing.IDeviceContext" /> used to
draw the edges.</param>
<param name="bounds">The <see cref="T:System.Drawing.Rectangle" /> whose
bounds define the edges to draw.</param>
<param name="edges">A bitwise combination of the <see
cref="T:System.Windows.Forms.VisualStyles.Edges" /> values.</param>
<param name="style">A bitwise combination of the <see
cref="T:System.Windows.Forms.VisualStyles.EdgeStyle" /> values.</param>
<param name="effects">A bitwise combination of the <see
cref="T:System.Windows.Forms.VisualStyles.EdgeEffects" /> values.</param>
<exception cref="T:System.ArgumentNullException">
<paramref name="dc" /> is null.</exception>
</member>
<member
name="M:System.Windows.Forms.VisualStyles.VisualStyleRenderer.DrawImage(System.Draw
ing.Graphics,System.Drawing.Rectangle,System.Drawing.Image)">
<summary>Draws the specified image within the specified bounds.</summary>
<param name="g">The <see cref="T:System.Drawing.Graphics" /> used to draw the
image.</param>
<param name="bounds">A <see cref="T:System.Drawing.Rectangle" /> in which the
image is drawn.</param>
<param name="image">The <see cref="T:System.Drawing.Image" /> to
draw.</param>
<exception cref="T:System.ArgumentNullException">
<paramref name="g" /> or <paramref name="image" /> is null.</exception>
</member>
<member
name="M:System.Windows.Forms.VisualStyles.VisualStyleRenderer.DrawImage(System.Draw
ing.Graphics,System.Drawing.Rectangle,System.Windows.Forms.ImageList,System.Int32)"
>
<summary>Draws the image from the specified <see
cref="T:System.Windows.Forms.ImageList" /> within the specified bounds.</summary>
<param name="g">The <see cref="T:System.Drawing.Graphics" /> used to draw the
image.</param>
<param name="bounds">A <see cref="T:System.Drawing.Rectangle" /> in which the
image is drawn.</param>
<param name="imageList">An <see cref="T:System.Windows.Forms.ImageList" />
that contains the <see cref="T:System.Drawing.Image" /> to draw.</param>
<param name="imageIndex">The index of the <see
cref="T:System.Drawing.Image" /> within <paramref name="imageList" /> to
draw.</param>
<exception cref="T:System.ArgumentNullException">
<paramref name="g" /> or <paramref name="image" /> is null.</exception>
<exception cref="T:System.ArgumentOutOfRangeException">
<paramref name="imageIndex" /> is less than 0, or greater than or equal to
the number of images in<paramref name=" imageList" />.</exception>
</member>
<member
name="M:System.Windows.Forms.VisualStyles.VisualStyleRenderer.DrawParentBackground(
System.Drawing.IDeviceContext,System.Drawing.Rectangle,System.Windows.Forms.Control
)">
<summary>Draws the background of a control's parent in the specified
area.</summary>
<param name="dc">The <see cref="T:System.Drawing.IDeviceContext" /> used to
draw the background of the parent of <paramref name="childControl" />. This object
typically belongs to the child control.</param>
<param name="bounds">A <see cref="T:System.Drawing.Rectangle" /> in which to
draw the parent control's background. This rectangle should be inside the child
control’s bounds.</param>
<param name="childControl">The control whose parent's background will be
drawn.</param>
<exception cref="T:System.ArgumentNullException">
<paramref name="dc" /> is null.</exception>
</member>
<member
name="M:System.Windows.Forms.VisualStyles.VisualStyleRenderer.DrawText(System.Drawi
ng.IDeviceContext,System.Drawing.Rectangle,System.String)">
<summary>Draws text in the specified bounds using default
formatting.</summary>
<param name="dc">The <see cref="T:System.Drawing.IDeviceContext" /> used to
draw the text.</param>
<param name="bounds">A <see cref="T:System.Drawing.Rectangle" /> in which to
draw the text.</param>
<param name="textToDraw">The text to draw.</param>
<exception cref="T:System.ArgumentNullException">
<paramref name="dc" /> is null.</exception>
</member>
<member
name="M:System.Windows.Forms.VisualStyles.VisualStyleRenderer.DrawText(System.Drawi
ng.IDeviceContext,System.Drawing.Rectangle,System.String,System.Boolean)">
<summary>Draws text in the specified bounds with the option of displaying
disabled text.</summary>
<param name="dc">The <see cref="T:System.Drawing.IDeviceContext" /> used to
draw the text.</param>
<param name="bounds">A <see cref="T:System.Drawing.Rectangle" /> in which to
draw the text.</param>
<param name="textToDraw">The text to draw.</param>
<param name="drawDisabled">true to draw grayed-out text; otherwise,
false.</param>
<exception cref="T:System.ArgumentNullException">
<paramref name="dc" /> is null.</exception>
</member>
<member
name="M:System.Windows.Forms.VisualStyles.VisualStyleRenderer.DrawText(System.Drawi
ng.IDeviceContext,System.Drawing.Rectangle,System.String,System.Boolean,System.Wind
ows.Forms.TextFormatFlags)">
<summary>Draws text in the specified bounding rectangle with the option of
displaying disabled text and applying other text formatting.</summary>
<param name="dc">The <see cref="T:System.Drawing.IDeviceContext" /> used to
draw the text.</param>
<param name="bounds">A <see cref="T:System.Drawing.Rectangle" /> in which to
draw the text.</param>
<param name="textToDraw">The text to draw.</param>
<param name="drawDisabled">true to draw grayed-out text; otherwise,
false.</param>
<param name="flags">A bitwise combination of the <see
cref="T:System.Windows.Forms.TextFormatFlags" /> values.</param>
<exception cref="T:System.ArgumentNullException">
<paramref name="dc" /> is null.</exception>
</member>
<member
name="M:System.Windows.Forms.VisualStyles.VisualStyleRenderer.GetBackgroundContentR
ectangle(System.Drawing.IDeviceContext,System.Drawing.Rectangle)">
<summary>Returns the content area for the background of the current visual
style element.</summary>
<returns>A <see cref="T:System.Drawing.Rectangle" /> that contains the
content area for the background of the current visual style element.</returns>
<param name="dc">The <see cref="T:System.Drawing.IDeviceContext" /> this
operation will use.</param>
<param name="bounds">A <see cref="T:System.Drawing.Rectangle" /> that
contains the entire background area of the current visual style element.</param>
<exception cref="T:System.ArgumentNullException">
<paramref name="dc" /> is null.</exception>
</member>
<member
name="M:System.Windows.Forms.VisualStyles.VisualStyleRenderer.GetBackgroundExtent(S
ystem.Drawing.IDeviceContext,System.Drawing.Rectangle)">
<summary>Returns the entire background area for the current visual style
element.</summary>
<returns>A <see cref="T:System.Drawing.Rectangle" /> that contains the entire
background area of the current visual style element.</returns>
<param name="dc">The <see cref="T:System.Drawing.IDeviceContext" /> this
operation will use.</param>
<param name="contentBounds">A <see cref="T:System.Drawing.Rectangle" /> that
contains the content area of the current visual style element.</param>
<exception cref="T:System.ArgumentNullException">
<paramref name="dc" /> is null.</exception>
</member>
<member
name="M:System.Windows.Forms.VisualStyles.VisualStyleRenderer.GetBackgroundRegion(S
ystem.Drawing.IDeviceContext,System.Drawing.Rectangle)">
<summary>Returns the region for the background of the current visual style
element.</summary>
<returns>The <see cref="T:System.Drawing.Region" /> that contains the
background of the current visual style element.</returns>
<param name="dc">The <see cref="T:System.Drawing.IDeviceContext" /> this
operation will use.</param>
<param name="bounds">A <see cref="T:System.Drawing.Rectangle" /> that
contains the entire background area of the current visual style element.</param>
<exception cref="T:System.ArgumentNullException">
<paramref name="dc" /> is null.</exception>
</member>
<member
name="M:System.Windows.Forms.VisualStyles.VisualStyleRenderer.GetBoolean(System.Win
dows.Forms.VisualStyles.BooleanProperty)">
<summary>Returns the value of the specified Boolean property for the current
visual style element.</summary>
<returns>true if the property specified by the <paramref name="prop" />
parameter is true for the current visual style element; otherwise, false.</returns>
<param name="prop">One of the <see
cref="T:System.Windows.Forms.VisualStyles.BooleanProperty" /> values that specifies
which property value to retrieve for the current visual style element.</param>
<exception cref="T:System.ComponentModel.InvalidEnumArgumentException">
<paramref name="prop" /> is not one of the <see
cref="T:System.Windows.Forms.VisualStyles.BooleanProperty" /> values.</exception>
</member>
<member
name="M:System.Windows.Forms.VisualStyles.VisualStyleRenderer.GetColor(System.Windo
ws.Forms.VisualStyles.ColorProperty)">
<summary>Returns the value of the specified color property for the current
visual style element.</summary>
<returns>A <see cref="T:System.Drawing.Color" /> that contains the value of
the property specified by the <paramref name="prop" /> parameter for the current
visual style element.</returns>
<param name="prop">One of the <see
cref="T:System.Windows.Forms.VisualStyles.ColorProperty" /> values that specifies
which property value to retrieve for the current visual style element.</param>
<exception cref="T:System.ComponentModel.InvalidEnumArgumentException">
<paramref name="prop" /> is not one of the <see
cref="T:System.Windows.Forms.VisualStyles.ColorProperty" /> values.</exception>
</member>
<member
name="M:System.Windows.Forms.VisualStyles.VisualStyleRenderer.GetEnumValue(System.W
indows.Forms.VisualStyles.EnumProperty)">
<summary>Returns the value of the specified enumerated type property for the
current visual style element.</summary>
<returns>The integer value of the property specified by the <paramref
name="prop" /> parameter for the current visual style element.</returns>
<param name="prop">One of the <see
cref="T:System.Windows.Forms.VisualStyles.EnumProperty" /> values that specifies
which property value to retrieve for the current visual style element.</param>
<exception cref="T:System.ComponentModel.InvalidEnumArgumentException">
<paramref name="prop" /> is not one of the <see
cref="T:System.Windows.Forms.VisualStyles.EnumProperty" /> values.</exception>
</member>
<member
name="M:System.Windows.Forms.VisualStyles.VisualStyleRenderer.GetFilename(System.Wi
ndows.Forms.VisualStyles.FilenameProperty)">
<summary>Returns the value of the specified file name property for the
current visual style element.</summary>
<returns>A <see cref="T:System.String" /> that contains the value of the
property specified by the <paramref name="prop" /> parameter for the current visual
style element.</returns>
<param name="prop">One of the <see
cref="T:System.Windows.Forms.VisualStyles.FilenameProperty" /> values that
specifies which property value to retrieve for the current visual style
element.</param>
<exception cref="T:System.ComponentModel.InvalidEnumArgumentException">
<paramref name="prop" /> is not one of the <see
cref="T:System.Windows.Forms.VisualStyles.FilenameProperty" /> values.</exception>
</member>
<member
name="M:System.Windows.Forms.VisualStyles.VisualStyleRenderer.GetFont(System.Drawin
g.IDeviceContext,System.Windows.Forms.VisualStyles.FontProperty)">
<summary>Returns the value of the specified font property for the current
visual style element.</summary>
<returns>A <see cref="T:System.Drawing.Font" /> that contains the value of
the property specified by the <paramref name="prop" /> parameter for the current
visual style element.</returns>
<param name="dc">The <see cref="T:System.Drawing.IDeviceContext" /> this
operation will use.</param>
<param name="prop">One of the <see
cref="T:System.Windows.Forms.VisualStyles.FontProperty" /> values that specifies
which property value to retrieve for the current visual style element.</param>
<exception cref="T:System.ArgumentNullException">
<paramref name="dc" /> is null.</exception>
<exception cref="T:System.ComponentModel.InvalidEnumArgumentException">
<paramref name="prop" /> is not one of the <see
cref="T:System.Windows.Forms.VisualStyles.FontProperty" /> values.</exception>
</member>
<member
name="M:System.Windows.Forms.VisualStyles.VisualStyleRenderer.GetInteger(System.Win
dows.Forms.VisualStyles.IntegerProperty)">
<summary>Returns the value of the specified integer property for the current
visual style element.</summary>
<returns>The integer value of the property specified by the <paramref
name="prop" /> parameter for the current visual style element.</returns>
<param name="prop">One of the <see
cref="T:System.Windows.Forms.VisualStyles.IntegerProperty" /> values that specifies
which property value to retrieve for the current visual style element.</param>
<exception cref="T:System.ComponentModel.InvalidEnumArgumentException">
<paramref name="prop" /> is not one of the <see
cref="T:System.Windows.Forms.VisualStyles.IntegerProperty" /> values.</exception>
</member>
<member
name="M:System.Windows.Forms.VisualStyles.VisualStyleRenderer.GetMargins(System.Dra
wing.IDeviceContext,System.Windows.Forms.VisualStyles.MarginProperty)">
<summary>Returns the value of the specified margins property for the current
visual style element.</summary>
<returns>A <see cref="T:System.Windows.Forms.Padding" /> that contains the
value of the property specified by the <paramref name="prop" /> parameter for the
current visual style element.</returns>
<param name="dc">The <see cref="T:System.Drawing.IDeviceContext" /> this
operation will use.</param>
<param name="prop">One of the <see
cref="T:System.Windows.Forms.VisualStyles.MarginProperty" /> values that specifies
which property value to retrieve for the current visual style element.</param>
<exception cref="T:System.ArgumentNullException">
<paramref name="dc" /> is null.</exception>
<exception cref="T:System.ComponentModel.InvalidEnumArgumentException">
<paramref name="prop" /> is not one of the <see
cref="T:System.Windows.Forms.VisualStyles.MarginProperty" /> values.</exception>
</member>
<member
name="M:System.Windows.Forms.VisualStyles.VisualStyleRenderer.GetPartSize(System.Dr
awing.IDeviceContext,System.Drawing.Rectangle,System.Windows.Forms.VisualStyles.The
meSizeType)">
<summary>Returns the value of the specified size property of the current
visual style part using the specified drawing bounds.</summary>
<returns>A <see cref="T:System.Drawing.Size" /> that contains the size
specified by the <paramref name="type" /> parameter for the current visual style
part.</returns>
<param name="dc">The <see cref="T:System.Drawing.IDeviceContext" /> this
operation will use.</param>
<param name="bounds">A <see cref="T:System.Drawing.Rectangle" /> that
contains the area in which the part will be drawn.</param>
<param name="type">One of the <see
cref="T:System.Windows.Forms.VisualStyles.ThemeSizeType" /> values that specifies
which size value to retrieve for the part.</param>
<exception cref="T:System.ArgumentNullException">
<paramref name="dc" /> is null.</exception>
<exception cref="T:System.ComponentModel.InvalidEnumArgumentException">
<paramref name="prop" /> is not one of the <see
cref="T:System.Windows.Forms.VisualStyles.ThemeSizeType" /> values.</exception>
</member>
<member
name="M:System.Windows.Forms.VisualStyles.VisualStyleRenderer.GetPartSize(System.Dr
awing.IDeviceContext,System.Windows.Forms.VisualStyles.ThemeSizeType)">
<summary>Returns the value of the specified size property of the current
visual style part.</summary>
<returns>A <see cref="T:System.Drawing.Size" /> that contains the size
specified by the <paramref name="type" /> parameter for the current visual style
part. </returns>
<param name="dc">The <see cref="T:System.Drawing.IDeviceContext" /> this
operation will use.</param>
<param name="type">One of the <see
cref="T:System.Windows.Forms.VisualStyles.ThemeSizeType" /> values that specifies
which size value to retrieve for the part.</param>
<exception cref="T:System.ArgumentNullException">
<paramref name="dc" /> is null.</exception>
<exception cref="T:System.ComponentModel.InvalidEnumArgumentException">
<paramref name="prop" /> is not one of the <see
cref="T:System.Windows.Forms.VisualStyles.ThemeSizeType" /> values.</exception>
</member>
<member
name="M:System.Windows.Forms.VisualStyles.VisualStyleRenderer.GetPoint(System.Windo
ws.Forms.VisualStyles.PointProperty)">
<summary>Returns the value of the specified point property for the current
visual style element.</summary>
<returns>A <see cref="T:System.Drawing.Point" /> that contains the value of
the property specified by the <paramref name="prop" /> parameter for the current
visual style element.</returns>
<param name="prop">One of the <see
cref="T:System.Windows.Forms.VisualStyles.PointProperty" /> values that specifies
which property value to retrieve for the current visual style element.</param>
<exception cref="T:System.ComponentModel.InvalidEnumArgumentException">
<paramref name="prop" /> is not one of the <see
cref="T:System.Windows.Forms.VisualStyles.PointProperty" /> values.</exception>
</member>
<member
name="M:System.Windows.Forms.VisualStyles.VisualStyleRenderer.GetString(System.Wind
ows.Forms.VisualStyles.StringProperty)">
<summary>Returns the value of the specified string property for the current
visual style element.</summary>
<returns>A <see cref="T:System.String" /> that contains the value of the
property specified by the <paramref name="prop" /> parameter for the current visual
style element.</returns>
<param name="prop">One of the <see
cref="T:System.Windows.Forms.VisualStyles.StringProperty" /> values that specifies
which property value to retrieve for the current visual style element.</param>
<exception cref="T:System.ComponentModel.InvalidEnumArgumentException">
<paramref name="prop" /> is not one of the <see
cref="T:System.Windows.Forms.VisualStyles.StringProperty" /> values.</exception>
</member>
<member
name="M:System.Windows.Forms.VisualStyles.VisualStyleRenderer.GetTextExtent(System.
Drawing.IDeviceContext,System.Drawing.Rectangle,System.String,System.Windows.Forms.
TextFormatFlags)">
<summary>Returns the size and location of the specified string when drawn
with the font of the current visual style element within the specified initial
bounding rectangle.</summary>
<returns>A <see cref="T:System.Drawing.Rectangle" /> that contains the area
required to fit the rendered text. </returns>
<param name="dc">The <see cref="T:System.Drawing.IDeviceContext" /> this
operation will use.</param>
<param name="bounds">A <see cref="T:System.Drawing.Rectangle" /> used to
control the flow and wrapping of the text.</param>
<param name="textToDraw">The string to measure.</param>
<param name="flags">A bitwise combination of the <see
cref="T:System.Windows.Forms.TextFormatFlags" /> values.</param>
<exception cref="T:System.ArgumentNullException">
<paramref name="dc" /> is null.</exception>
</member>
<member
name="M:System.Windows.Forms.VisualStyles.VisualStyleRenderer.GetTextExtent(System.
Drawing.IDeviceContext,System.String,System.Windows.Forms.TextFormatFlags)">
<summary>Returns the size and location of the specified string when drawn
with the font of the current visual style element.</summary>
<returns>A <see cref="T:System.Drawing.Rectangle" /> that contains the area
required to fit the rendered text. </returns>
<param name="dc">The <see cref="T:System.Drawing.IDeviceContext" /> this
operation will use.</param>
<param name="textToDraw">The string to measure.</param>
<param name="flags">A bitwise combination of the <see
cref="T:System.Windows.Forms.TextFormatFlags" /> values.</param>
<exception cref="T:System.ArgumentNullException">
<paramref name="dc" /> is null.</exception>
</member>
<member
name="M:System.Windows.Forms.VisualStyles.VisualStyleRenderer.GetTextMetrics(System
.Drawing.IDeviceContext)">
<summary>Retrieves information about the font specified by the current visual
style element.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.TextMetrics" />
that provides information about the font specified by the current visual style
element. </returns>
<param name="dc">The <see cref="T:System.Drawing.IDeviceContext" /> this
operation will use.</param>
<exception cref="T:System.ArgumentNullException">
<paramref name="dc" /> is null.</exception>
</member>
<member name="P:System.Windows.Forms.VisualStyles.VisualStyleRenderer.Handle">
<summary>Gets a unique identifier for the current class of visual style
elements.</summary>
<returns>An <see cref="T:System.IntPtr" /> that identifies a set of data that
defines the class of elements specified by <see
cref="P:System.Windows.Forms.VisualStyles.VisualStyleRenderer.Class" />. </returns>
<exception cref="T:System.InvalidOperationException">The operating system
does not support visual styles.-or-Visual styles are disabled by the user in the
operating system.-or-Visual styles are not applied to the client area of
application windows.</exception>
</member>
<member
name="M:System.Windows.Forms.VisualStyles.VisualStyleRenderer.HitTestBackground(Sys
tem.Drawing.Graphics,System.Drawing.Rectangle,System.Drawing.Region,System.Drawing.
Point,System.Windows.Forms.VisualStyles.HitTestOptions)">
<summary>Returns a hit test code indicating whether the point is contained in
the background of the current visual style element and within the specified
bounds.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.HitTestCode" />
that describes where <paramref name="pt" /> is located in the background of the
current visual style element, if at all.</returns>
<param name="g">The <see cref="T:System.Drawing.Graphics" /> this operation
will use.</param>
<param name="backgroundRectangle">A <see cref="T:System.Drawing.Rectangle" />
that contains the background of the current visual style element.</param>
<param name="region">A <see cref="T:System.Drawing.Region" /> that specifies
the bounds of the hit test area within the background.</param>
<param name="pt">The <see cref="T:System.Drawing.Point" /> to test.</param>
<param name="options">A bitwise combination of the <see
cref="T:System.Windows.Forms.VisualStyles.HitTestOptions" /> values.</param>
<exception cref="T:System.ArgumentNullException">
<paramref name="g" /> is null.</exception>
</member>
<member
name="M:System.Windows.Forms.VisualStyles.VisualStyleRenderer.HitTestBackground(Sys
tem.Drawing.IDeviceContext,System.Drawing.Rectangle,System.Drawing.Point,System.Win
dows.Forms.VisualStyles.HitTestOptions)">
<summary>Returns a hit test code indicating whether a point is contained in
the background of the current visual style element.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.HitTestCode" />
that describes where <paramref name="pt" /> is located in the background of the
current visual style element.</returns>
<param name="dc">The <see cref="T:System.Drawing.IDeviceContext" /> this
operation will use.</param>
<param name="backgroundRectangle">A <see cref="T:System.Drawing.Rectangle" />
that contains the background of the current visual style element.</param>
<param name="pt">The <see cref="T:System.Drawing.Point" /> to test.</param>
<param name="options">A bitwise combination of the <see
cref="T:System.Windows.Forms.VisualStyles.HitTestOptions" /> values.</param>
<exception cref="T:System.ArgumentNullException">
<paramref name="dc" /> is null.</exception>
</member>
<member
name="M:System.Windows.Forms.VisualStyles.VisualStyleRenderer.HitTestBackground(Sys
tem.Drawing.IDeviceContext,System.Drawing.Rectangle,System.IntPtr,System.Drawing.Po
int,System.Windows.Forms.VisualStyles.HitTestOptions)">
<summary>Returns a hit test code indicating whether the point is contained in
the background of the current visual style element and within the specified
region.</summary>
<returns>A <see cref="T:System.Windows.Forms.VisualStyles.HitTestCode" />
that describes where <paramref name="pt" /> is located in the background of the
current visual style element.</returns>
<param name="dc">The <see cref="T:System.Drawing.IDeviceContext" /> this
operation will use.</param>
<param name="backgroundRectangle">A <see cref="T:System.Drawing.Rectangle" />
that contains the background of the current visual style element.</param>
<param name="hRgn">A Windows handle to a <see
cref="T:System.Drawing.Region" /> that specifies the bounds of the hit test area
within the background.</param>
<param name="pt">The <see cref="T:System.Drawing.Point" /> to test.</param>
<param name="options">A bitwise combination of the <see
cref="T:System.Windows.Forms.VisualStyles.HitTestOptions" /> values.</param>
<exception cref="T:System.ArgumentNullException">
<paramref name="dc" /> is null.</exception>
</member>
<member
name="M:System.Windows.Forms.VisualStyles.VisualStyleRenderer.IsBackgroundPartially
Transparent">
<summary>Indicates whether the background of the current visual style element
has any semitransparent or alpha-blended pieces.</summary>
<returns>true if the background of the current visual style element has any
semitransparent or alpha-blended pieces; otherwise, false.</returns>
</member>
<member
name="M:System.Windows.Forms.VisualStyles.VisualStyleRenderer.IsElementDefined(Syst
em.Windows.Forms.VisualStyles.VisualStyleElement)">
<summary>Determines whether the specified visual style element is defined by
the current visual style.</summary>
<returns>true if the combination of the <see
cref="P:System.Windows.Forms.VisualStyles.VisualStyleElement.ClassName" /> and <see
cref="P:System.Windows.Forms.VisualStyles.VisualStyleElement.Part" /> properties of
<paramref name="element" /> are defined; otherwise, false. </returns>
<param name="element">A <see
cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement" /> whose class and
part combination will be verified.</param>
<exception cref="T:System.InvalidOperationException">The operating system
does not support visual styles.-or-Visual styles are disabled by the user in the
operating system.-or-Visual styles are not applied to the client area of
application windows.</exception>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleRenderer.IsSupported">
<summary>Gets a value specifying whether the operating system is using visual
styles to draw controls.</summary>
<returns>true if the operating system supports visual styles, the user has
enabled visual styles in the operating system, and visual styles are applied to the
client area of application windows; otherwise, false.</returns>
</member>
<member
name="P:System.Windows.Forms.VisualStyles.VisualStyleRenderer.LastHResult">
<summary>Gets the last error code returned by the native visual styles
(UxTheme) API methods encapsulated by the <see
cref="T:System.Windows.Forms.VisualStyles.VisualStyleRenderer" /> class.</summary>
<returns>A value specifying the last error code returned by the native visual
styles API methods that this class encapsulates.</returns>
</member>
<member name="P:System.Windows.Forms.VisualStyles.VisualStyleRenderer.Part">
<summary>Gets the part of the current visual style element.</summary>
<returns>A value that specifies the part of the current visual style
element.</returns>
</member>
<member
name="M:System.Windows.Forms.VisualStyles.VisualStyleRenderer.SetParameters(System.
String,System.Int32,System.Int32)">
<summary>Sets this <see
cref="T:System.Windows.Forms.VisualStyles.VisualStyleRenderer" /> to the visual
style element represented by the specified class, part, and state values.</summary>
<param name="className">The new value of the <see
cref="P:System.Windows.Forms.VisualStyles.VisualStyleRenderer.Class" />
property.</param>
<param name="part">The new value of the <see
cref="P:System.Windows.Forms.VisualStyles.VisualStyleRenderer.Part" />
property.</param>
<param name="state">The new value of the <see
cref="P:System.Windows.Forms.VisualStyles.VisualStyleRenderer.State" />
property.</param>
<exception cref="T:System.ArgumentException">The combination of <paramref
name="className" />, <paramref name="part" />, and <paramref name="state" /> is not
defined by the current visual style.</exception>
<exception cref="T:System.InvalidOperationException">The operating system
does not support visual styles.-or-Visual styles are disabled by the user in the
operating system.-or-Visual styles are not applied to the client area of
application windows.</exception>
</member>
<member
name="M:System.Windows.Forms.VisualStyles.VisualStyleRenderer.SetParameters(System.
Windows.Forms.VisualStyles.VisualStyleElement)">
<summary>Sets this <see
cref="T:System.Windows.Forms.VisualStyles.VisualStyleRenderer" /> to the visual
style element represented by the specified <see
cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement" />.</summary>
<param name="element">A <see
cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement" /> that specifies the
new values of the <see
cref="P:System.Windows.Forms.VisualStyles.VisualStyleRenderer.Class" />, <see
cref="P:System.Windows.Forms.VisualStyles.VisualStyleRenderer.Part" />, and <see
cref="P:System.Windows.Forms.VisualStyles.VisualStyleRenderer.State" />
properties.</param>
<exception cref="T:System.ArgumentException">
<paramref name="element" /> is not defined by the current visual
style.</exception>
<exception cref="T:System.InvalidOperationException">The operating system
does not support visual styles.-or-Visual styles are disabled by the user in the
operating system.-or-Visual styles are not applied to the client area of
application windows.</exception>
</member>
<member name="P:System.Windows.Forms.VisualStyles.VisualStyleRenderer.State">
<summary>Gets the state of the current visual style element.</summary>
<returns>A value that identifies the state of the current visual style
element.</returns>
</member>
<member name="T:System.Windows.Forms.VisualStyles.VisualStyleState">
<summary>Specifies how visual styles are applied to the current
application.</summary>
</member>
<member
name="F:System.Windows.Forms.VisualStyles.VisualStyleState.ClientAndNonClientAreasE
nabled">
<summary>Visual styles are applied to client and nonclient areas.</summary>
</member>
<member
name="F:System.Windows.Forms.VisualStyles.VisualStyleState.ClientAreaEnabled">
<summary>Visual styles are applied only to the client area.</summary>
</member>
<member
name="F:System.Windows.Forms.VisualStyles.VisualStyleState.NonClientAreaEnabled">
<summary>Visual styles are applied only to the nonclient area.</summary>
</member>
<member
name="F:System.Windows.Forms.VisualStyles.VisualStyleState.NoneEnabled">
<summary>Visual styles are not applied to the application.</summary>
</member>
</members>
</
doc>###############################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###########################################i#d#x#a#p#p#l#i#c#a#t#i#o#n#s#_#s#t#a#t#
s##C#R#E#A#T#E# #U#N#I#Q#U#E# #I#N#D#E#X#
#a#p#p#l#i#c#a#t#i#o#n#s#_#s#t#a#t#s#_#i#d#x# #O#N#
#a#p#p#l#i#c#a#t#i#o#n#s#_#s#t#a#t#s#(#A#p#p#l#i#c#a#t#i#o#n#,#
#T#o#t#a#l#_#s#a#f#e#,# #T#o#t#a#l#_#u#n#s#a#f#e#)#�###!
UU#�yt#a#b#l#e#a#p#p#l#i#c#a#t#i#o#n#s#_#s#t#a#t#s#a#p#p#l#i#c#a#t#i#o#n#s#_#s#t#a#
t#s##C#R#E#A#T#E# #T#A#B#L#E#
#a#p#p#l#i#c#a#t#i#o#n#s#_#s#t#a#t#s#(#A#p#p#l#i#c#a#t#i#o#n# #T#E#X#T#,#
#T#o#t#a#l#_#s#a#f#e# #I#N#T#E#G#E#R#,# #T#o#t#a#l#_#u#n#s#a#f#e#
#I#N#T#E#G#E#R#)#(p��##############################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
###################################################################################
####################'use strict';
define(function () {
let DIFF = {
NEW_LIST: 'NEW_LIST',
CLEAR_LIST: 'CLEAR_LIST',
PLAYER_LEFT: 'PLAYER_LEFT',
PLAYER_JOINED: 'PLAYER_JOINED',
CHANGE: "CHANGE"
};
function parse(playersList) {
try {
const escapeQuotesRegex = /(?<![{:, \\])"(?![}:, \\])/g;
playersList = playersList.replace(escapeQuotesRegex, "\\\"");
playersList = JSON.parse(playersList);
playersList = playersList.players;
} catch (e) {
console.error('failed to parse value o